Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 908 for Generator9 (0.34 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    internal::CartesianProductHolder7<Generator1, Generator2, Generator3,
        Generator4, Generator5, Generator6, Generator7> Combine(
        const Generator1& g1, const Generator2& g2, const Generator3& g3,
            const Generator4& g4, const Generator5& g5, const Generator6& g6,
            const Generator7& g7) {
      return internal::CartesianProductHolder7<Generator1, Generator2, Generator3,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    internal::CartesianProductHolder7<Generator1, Generator2, Generator3,
        Generator4, Generator5, Generator6, Generator7> Combine(
        const Generator1& g1, const Generator2& g2, const Generator3& g3,
            const Generator4& g4, const Generator5& g5, const Generator6& g6,
            const Generator7& g7) {
      return internal::CartesianProductHolder7<Generator1, Generator2, Generator3,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      const Generator1 g1_;
      const Generator2 g2_;
      const Generator3 g3_;
      const Generator4 g4_;
      const Generator5 g5_;
      const Generator6 g6_;
      const Generator7 g7_;
    };  // class CartesianProductHolder7
    
    template <class Generator1, class Generator2, class Generator3,
        class Generator4, class Generator5, class Generator6, class Generator7,
        class Generator8>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      const Generator1 g1_;
      const Generator2 g2_;
      const Generator3 g3_;
      const Generator4 g4_;
      const Generator5 g5_;
      const Generator6 g6_;
      const Generator7 g7_;
    };  // class CartesianProductHolder7
    
    template <class Generator1, class Generator2, class Generator3,
        class Generator4, class Generator5, class Generator6, class Generator7,
        class Generator8>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/model/generator.go

    	"istio.io/istio/pilot/pkg/networking/util"
    	"istio.io/istio/pilot/pkg/security/authz/matcher"
    	"istio.io/istio/pilot/pkg/xds/filters"
    	"istio.io/istio/pkg/config/security"
    	"istio.io/istio/pkg/spiffe"
    )
    
    type generator interface {
    	permission(key, value string, forTCP bool) (*rbacpb.Permission, error)
    	principal(key, value string, forTCP bool, useAuthenticated bool) (*rbacpb.Principal, error)
    }
    
    type extendedGenerator interface {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  6. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/generator/generator/Generator.java

     * limitations under the License.
     */
    package org.gradle.plugins.ide.internal.generator.generator;
    
    import java.io.File;
    
    /**
     * Responsible for reading, configuring and writing a config object of type T to/from a file.
     * @param <T>
     */
    public interface Generator<T> {
        T read(File inputFile);
    
        T defaultInstance();
    
        void configure(T object);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 979 bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/util/traffic/generator.go

    	Stop() Result
    }
    
    // NewGenerator returns a new Generator with the given configuration.
    func NewGenerator(t test.Failer, cfg Config) Generator {
    	fillInDefaults(&cfg)
    	return &generator{
    		Config:  cfg,
    		t:       t,
    		stop:    make(chan struct{}),
    		stopped: make(chan struct{}),
    	}
    }
    
    var _ Generator = &generator{}
    
    type generator struct {
    	Config
    	t       test.Failer
    	result  Result
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 12 22:50:35 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/GradleProfilerReporter.java

                for (AbstractGenerator generator : generators) {
                    generator.write(settings, result);
                }
            }
    
            @Override
            public void summarizeResults(Consumer<String> consumer) {
                for (AbstractGenerator generator : generators) {
                    generator.summarizeResults(consumer);
                }
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/analysis-api-fir-generator/build.gradle.kts

        id("jps-compatible")
        application
    }
    
    dependencies {
        implementation(project(":generators"))
        implementation(project(":compiler:resolution.common"))
        implementation(project(":compiler:fir:tree"))
        implementation(project(":compiler:fir:tree:tree-generator"))
        implementation(project(":compiler:fir:checkers:checkers-component-generator"))
        implementation(project(":analysis:analysis-api"))
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Oct 18 18:42:40 UTC 2023
    - 1K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/ops/gen/README.md

    the language generators; it digests the Op registry and API definitions to build
    the model and provides utilities for the language generators.
    
    The *View* and rendering classes map the language-independent Model classes
    (`OpSpec`, `ArgSpec`, `AttrSpec`, etc.) to language-specific `SourceCode`. The
    framework does not impose any design on the language-specific generators, but
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top