Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for scope_ (0.19 sec)

  1. pkg/scheduler/framework/plugins/noderesources/fit.go

    )
    
    // nodeResourceStrategyTypeMap maps strategy to scorer implementation
    var nodeResourceStrategyTypeMap = map[config.ScoringStrategyType]scorer{
    	config.LeastAllocated: func(args *config.NodeResourcesFitArgs) *resourceAllocationScorer {
    		resources := args.ScoringStrategy.Resources
    		return &resourceAllocationScorer{
    			Name:      string(config.LeastAllocated),
    			scorer:    leastResourceScorer(resources),
    			resources: resources,
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

                { it.excludeDirectories },
            ])
        }
    
        private static void checkDependency(IdeaDependency actual, IdeaDependency expected) {
            checkModel(actual, expected, [
                { it.scope.scope },
                { it.exported },
            ])
    
            if (expected instanceof IdeaModuleDependency) {
                checkModel(actual, expected, [
                    { it.targetModuleName },
                ])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/analyzers_test.go

    			{msg.MultipleSidecarsWithoutWorkloadSelectors, "Sidecar ns2/has-conflict-1"},
    			{msg.IneffectivePolicy, "Sidecar ns-ambient/namespace-scoped"},
    			{msg.IneffectivePolicy, "Sidecar ns-ambient/pod-scoped"},
    		},
    	},
    	{
    		name:       "sidecarSelector",
    		inputFiles: []string{"testdata/sidecar-selector.yaml"},
    		analyzer:   &sidecar.SelectorAnalyzer{},
    		expected: []message{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

    import org.gradle.api.internal.jvm.JavaVersionParser;
    import org.gradle.api.specs.Spec;
    import org.gradle.cache.FileLockManager;
    import org.gradle.cache.PersistentCache;
    import org.gradle.cache.scopes.GlobalScopedCacheBuilderFactory;
    import org.gradle.internal.Factory;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.classloader.ClassLoaderHierarchy;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/initialization/DefaultScriptClassPathResolver.java

            })));
        }
    
        @Override
        public ClassPath resolveClassPath(Configuration classpathConfiguration, ScriptClassPathResolutionContext resolutionContext) {
            // We clear resolution scope from service after the resolution is done, so data is not reused between invocations.
            long contextId = resolutionContext.getContextId();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/internal/classpath/DefaultCachedClasspathTransformer.java

    import org.gradle.api.NonNullApi;
    import org.gradle.cache.FileLockManager;
    import org.gradle.cache.GlobalCacheLocations;
    import org.gradle.cache.PersistentCache;
    import org.gradle.cache.scopes.GlobalScopedCacheBuilderFactory;
    import org.gradle.internal.Either;
    import org.gradle.internal.classpath.transforms.ClassTransform;
    import org.gradle.internal.classpath.transforms.ClasspathElementTransformFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsFixture.groovy

                projects.add(path)
            }
    
            void projectsConfigured(String... paths) {
                projects.addAll(paths.toList())
            }
    
            /**
             * The given number of build scoped models are created.
             */
            void buildModelCreated(int count = 1) {
                runsTasks = false
                loadsOnStore = false
                buildModelQueries += count
            }
    
            /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

                                       module_name);
      }
    
      auto prepare_status = manager.run(module);
      auto diag_handler_status = diag_handler.ConsumeStatus();
      // There are cases where the scoped diagnostic handler catches a failure that
      // the running of the passes does not. That causes the handler to throw if
      // it is not consumed.
      if (failed(prepare_status) || failed(diag_handler_status)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/ProviderCodecs.kt

        fun IsolateContext.verifiedIsolateOwner(): IsolateOwners.OwnerFlowScope {
            val owner = isolate.owner
            require(owner is IsolateOwners.OwnerFlowScope) {
                "Flow actions must belong to a Flow scope!"
            }
            return owner
        }
    }
    
    
    /**
     * Handles Provider instances seen in the object graph, and delegates to another codec that handles the value.
     */
    class ProviderCodec(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiBuildActionIntegrationTest.groovy

                modelsCreated(":a")
                modelsReused(":", ":b", ":buildSrc")
            }
            outputContains("creating model for project ':a'")
        }
    
        def "invalidates all cached models when build scoped input changes"() {
            given:
            withSomeToolingModelBuilderPluginInBuildSrc()
            settingsFile << """
                include("a")
                include("b")
            """
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top