Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 96 for substitutions (0.62 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/AbstractCallInterceptionTest.groovy

        private JvmInterceptorsSubstitution jvmInterceptorsSubstitution
        private GroovyInterceptorsSubstitution groovyInterceptorsSubstitution
    
        def setup() {
            // Substitutions should be set before the InstrumentedClasses is constructed
            jvmInterceptorsSubstitution = new JvmInterceptorsSubstitution(jvmBytecodeInterceptorSet())
            jvmInterceptorsSubstitution.setupForCurrentThread()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:14:01 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtSubstitutorProvider.kt

         * so it can be called on an instance of [subClass].
         *
         * Basically, it's a composition of inheritance-based substitutions for all the inheritance chain.
         *
         * On the following code:
         * ```
         * class A : B<String>
         * class B<T> : C<T, Int>
         * class C<X, Y>
         * ```
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r33/GradleBuildModelCrossVersionSpec.groovy

            includedBuild.includedBuilds.empty
        }
    
        @Issue("https://github.com/gradle/gradle/issues/5167")
        @TargetGradleVersion(">=3.3")
        def "Included builds are present in the model when substitutions are used"() {
            given:
            singleProjectBuildInRootFolder("root") {
                settingsFile << """
                    rootProject.name = 'root'
                    includeBuild('includedBuild') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/configuration/BuildTreePreparingProjectsPreparer.java

            // attaches root project
            buildLoader.load(gradle.getSettings(), gradle);
    
            // Makes included build substitutions available for this build
            coordinator.registerSubstitutionsAvailableFor(gradle.getOwner());
    
            // Build buildSrc and export classpath to root project
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 01 14:00:32 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/internal/buildtree/BuildInclusionCoordinator.java

            }
        }
    
        public void registerSubstitutionsProvidedBy(BuildState build) {
            if (build instanceof RootBuildState && registerRootSubstitutions) {
                // Make root build substitutions available
                doRegisterSubstitutions((RootBuildState) build);
            }
        }
    
        public void prepareForPluginResolution(IncludedBuildState build) {
            if (!registering.add(build)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/signatureSubstitution/AbstractAnalysisApiSignatureContractsTest.kt

                val allSubstitutors = buildList {
                    combinations.forEach { typesPermutation ->
                        add(buildSubstitutor { substitutions(typeParameters.zip(typesPermutation).toMap()) })
                    }
                }
    
                allSubstitutors.forEach { substitutor ->
                    testContractsOnDeclarationSymbol(symbol, substitutor, testServices)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiCompositeBuildsIntegrationTest.groovy

                fileChanged("libs/build.gradle")
                projectConfigured(":plugins")
                projectsConfigured(":libs:a", ":libs:b") // TODO - should not be configured, but this currently happens to calculate the dependency substitutions
                modelsCreated(":libs")
                modelsReused(":", ":plugins", ":libs:a", ":libs:b")
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/cse.go

    				}
    				pNum++
    				partition = append(partition, f)
    			}
    			changed = true
    		}
    
    		if !changed {
    			break
    		}
    	}
    
    	sdom := f.Sdom()
    
    	// Compute substitutions we would like to do. We substitute v for w
    	// if v and w are in the same equivalence class and v dominates w.
    	rewrite := f.Cache.allocValueSlice(f.NumValues())
    	defer f.Cache.freeValueSlice(rewrite)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/gen_quantized_function_library.py

      while True:
        func_match = re.search(compiled_regex, module)
        if func_match is None:
          break
    
        try:
          value_list = ast.literal_eval(func_match.group(1))
          # Escapes template $-based substitutions for attributes containing $.
          # $$ is replaced with a single $.
          func_template = string.Template(
              func_match.group(2).replace('tfdtype$DT_', 'tfdtype$$DT_'))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 20 01:38:06 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  10. src/os/path_windows_test.go

    	// (256) and thus requires fixLongPath to be correctly interpreted in I/O syscalls.
    	veryLong := "l" + strings.Repeat("o", 500) + "ng"
    	for _, test := range []struct{ in, want string }{
    		// Test cases use word substitutions:
    		//   * "long" is replaced with a very long pathname
    		//   * "c:" or "C:" are replaced with the drive of the current directory (preserving case)
    		//   * "cwd" is replaced with the current directory
    
    		// Drive Absolute
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:37:32 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top