Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 593 for Devices (0.55 sec)

  1. platforms/core-runtime/build-state/src/main/java/org/gradle/internal/buildprocess/BuildProcessState.java

            addProviders(builder);
            services = builder.build();
        }
    
        protected void addProviders(ServiceRegistryBuilder builder) {
        }
    
        public ServiceRegistry getServices() {
            return services;
        }
    
        @Override
        public void close() {
            // Force the user home services to be stopped first, because the dependencies between the user home services and the global services are not preserved currently
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/configurators/StandaloneModeBinaryTestConfigurator.kt

    import org.jetbrains.kotlin.analysis.test.framework.services.configuration.AnalysisApiJvmEnvironmentConfigurator
    import org.jetbrains.kotlin.analysis.test.framework.services.libraries.DispatchingTestModuleCompiler
    import org.jetbrains.kotlin.analysis.test.framework.services.libraries.TestModuleCompiler
    import org.jetbrains.kotlin.analysis.test.framework.services.libraries.TestModuleDecompiler
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:22:24 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/build.gradle.kts

        api(project(":stdlib-java-extensions"))
        api(project(":jvm-services"))
        api(project(":logging"))
        api(project(":logging-api"))
        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":native"))
        api(project(":persistent-cache"))
        api(project(":process-services"))
        api(project(":serialization"))
        api(project(":service-provider"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonProcessState.java

            // Merge the daemon services into the build process services
            // It would be better to separate these into different scopes, but many things still assume that daemon services are available in the global scope,
            // so keep them merged as a migration step
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. subprojects/core-api/build.gradle.kts

            "UnusedMethod", // 1 occurrences
        )
    }
    
    dependencies {
        compileOnly(libs.jetbrainsAnnotations)
    
        api(project(":process-services"))
        api(projects.stdlibJavaExtensions)
        api(project(":build-cache-spi"))
        api(project(":logging-api"))
        api(project(":base-services"))
        api(project(":files"))
        api(project(":resources"))
        api(project(":persistent-cache"))
        api(project(":declarative-dsl-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. src/net/rpc/debug.go

    		}
    		slices.SortFunc(ds.Method, func(a, b debugMethod) int {
    			return strings.Compare(a.Name, b.Name)
    		})
    		services = append(services, ds)
    		return true
    	})
    	slices.SortFunc(services, func(a, b debugService) int {
    		return strings.Compare(a.Name, b.Name)
    	})
    	err := debug.Execute(w, services)
    	if err != nil {
    		fmt.Fprintln(w, "rpc: error executing template:", err.Error())
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. platforms/core-execution/workers/build.gradle.kts

        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":process-services"))
        api(project(":serialization"))
        api(project(":service-provider"))
        api(project(":snapshots"))
        api(project(":worker-main"))
        api(project(":build-process-services"))
    
        api(libs.inject)
        api(libs.jsr305)
    
        implementation(project(":file-collections"))
        implementation(project(":time"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. platforms/enterprise/enterprise/build.gradle.kts

    }
    
    description = "Services and utilities needed by Develocity plugin"
    
    errorprone {
        disabledChecks.addAll(
            "SameNameButDifferent", // 4 occurrences
        )
    }
    
    tasks.isolatedProjectsIntegTest {
        enabled = true
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":build-operations"))
        api(project(":base-services"))
        api(project(":configuration-cache"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/fallback.mlir

      %dense_default_1 = "tf.Const"() {device = "/device:CPU:0", dtype = f32, value = dense<[]> : tensor<0xf32>} : () -> tensor<0xf32>
      %dense_keys = "tf.Const"() {device = "/device:CPU:0", dtype = !tf_type.string, value = dense<""> : tensor<2x!tf_type.string>} : () -> tensor<2x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. platforms/core-execution/execution/build.gradle.kts

        testImplementation(project(":logging"))
        testImplementation(project(":process-services"))
        testImplementation(project(":base-services-groovy"))
        testImplementation(project(":resources"))
        testImplementation(libs.commonsIo)
        testImplementation(testFixtures(projects.serialization))
        testImplementation(testFixtures(project(":base-services")))
        testImplementation(testFixtures(project(":build-operations")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top