Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 367 for impl (0.19 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/AbstractCrossTaskIncrementalCompilationIntegrationTest.groovy

            source impl: ["class SomeImpl {}", "class ImplB extends B {}", "class ImplB2 extends ImplB {}"]
            impl.snapshot { run language.compileTaskName }
    
            when:
            source api: ["class B { /* remove extends */ }"]
            run "impl:${language.compileTaskName}"
    
            then:
            impl.recompiledClasses("ImplB", "ImplB2")
    
            when:
            impl.snapshot()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:55:46 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/scope.cc

    Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device)
        : graph_(other.impl()->graph_),
          status_(other.impl()->status_),
          name_map_(other.impl()->name_map_),
          refiner_(other.impl()->refiner_),
          scope_used_(other.impl()->scope_used_),
          control_deps_(other.impl()->control_deps_),
          name_(other.impl()->name_),
          op_name_(other.impl()->op_name_),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/ConfigurationOnDemandIntegrationTest.groovy

            createDirs("api", "impl", "util")
            settingsFile << "include 'api', 'impl', 'util'"
            buildFile << "allprojects { apply plugin: 'java-library' } "
    
            file("impl/build.gradle") << "dependencies { api project(':api') } "
            file("util/build.gradle") << "dependencies { implementation project(':impl') } "
            //util -> impl -> api
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  4. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenRepositorySystemSupplier.java

    import org.eclipse.aether.impl.ArtifactDescriptorReader;
    import org.eclipse.aether.impl.ArtifactResolver;
    import org.eclipse.aether.impl.DependencyCollector;
    import org.eclipse.aether.impl.Deployer;
    import org.eclipse.aether.impl.Installer;
    import org.eclipse.aether.impl.LocalRepositoryProvider;
    import org.eclipse.aether.impl.MetadataGeneratorFactory;
    import org.eclipse.aether.impl.MetadataResolver;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 45.5K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/java/org/apache/maven/internal/impl/standalone/RepositorySystemSupplier.java

    import org.eclipse.aether.impl.ArtifactResolver;
    import org.eclipse.aether.impl.DependencyCollector;
    import org.eclipse.aether.impl.Deployer;
    import org.eclipse.aether.impl.Installer;
    import org.eclipse.aether.impl.LocalRepositoryProvider;
    import org.eclipse.aether.impl.MetadataGeneratorFactory;
    import org.eclipse.aether.impl.MetadataResolver;
    import org.eclipse.aether.impl.OfflineController;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 43.7K bytes
    - Viewed (0)
  6. tensorflow/cc/experimental/libtf/value.h

      };
    
    TF_ENUM_VALUE_OF(impl::Capsule, CAPSULE);
    TF_ENUM_VALUE_OF(impl::Float32, FLOAT32);
    TF_ENUM_VALUE_OF(impl::Int64, INT64);
    TF_ENUM_VALUE_OF(impl::List, LIST);
    TF_ENUM_VALUE_OF(impl::ListPtr, LIST);
    TF_ENUM_VALUE_OF(impl::Tuple, TUPLE);
    TF_ENUM_VALUE_OF(impl::TuplePtr, TUPLE);
    TF_ENUM_VALUE_OF(impl::Dict, DICT);
    TF_ENUM_VALUE_OF(impl::DictPtr, DICT);
    TF_ENUM_VALUE_OF(impl::None, NONE);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:23:45 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactoryTest.groovy

            classpath.implementationClasspath.takeRight(2) == [new URL("file://impl-cls-external.jar"), new URL("file://impl-mod-external.jar")]
            classpath.implementationModulepath.isEmpty()
        }
    
        def "adds framework dependencies to classpath and modulepath when test is module"() {
            when:
            def framework = newFramework(true, ["app-cls"], ["app-mod"], ["impl-cls"], ["impl-mod"])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/resource_operation_safety_analysis.cc

        if (storage_ == nullptr) {
          storage_ = std::make_unique<Impl>();
          for (ResourceOp op : *this) {
            storage_->insert(op);
          }
          impl_ = storage_.get();
        }
      }
    
      static Impl* GetEmptyImpl() {
        static Impl* empty_impl = new Impl;
        return empty_impl;
      }
    
      Impl* impl_ = nullptr;
      std::unique_ptr<Impl> storage_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  9. src/site/xdoc/maven-deps.odg

    settings-builder model-builder model cipher interpolation wagon-provider-api classworlds repository-metadata settings resolver api spi impl util resolver-provider builder-support jansi slf4j-api shared-utils slf4j-provider bom toolchain-builder toolchain-model meta di xml model plugin toolchain core spi xml-impl xml settings jline3 compat slf4j-wrapper jline woodstox api-impl di metadata...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 37K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyDownloadBuildOperationsIntegrationTest.groovy

            missingDir.allowGet()
    
            def m = mavenHttpRepo.module("org.utils", "impl", '1.3')
                .allowAll()
                .publish()
            m.rootMetaData.file.delete()
            m.rootMetaData.allowGetOrHead()
            def dir = mavenHttpRepo.directory("org.utils", "impl")
            dir.allowGet()
    
            buildFile << """
                repositories {
                    maven {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top