Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 193 for unresolved3 (0.22 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/RuntimeFunctionResolver.kt

        sealed interface Resolution {
            data class Resolved(val function: DeclarativeRuntimeFunction) : Resolution
            data object Unresolved : Resolution
        }
    }
    
    
    class MemberFunctionResolver(private val configureLambdaHandler: ConfigureLambdaHandler) : RuntimeFunctionResolver {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 10:30:52 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/runlit.cfg.py

    config.test_exec_root = os.environ['RUNFILES_DIR']
    
    if platform.system() == 'Windows':
      tool_patterns = [
          ToolSubst('FileCheck.exe', unresolved='fatal'),
          #  Handle these specially as they are strings searched for during testing.
          ToolSubst('count.exe', unresolved='fatal'),
          ToolSubst('not.exe', unresolved='fatal')
      ]
    
      llvm_config.config.substitutions.append(
          ('%python', '"%s"' % (sys.executable)))
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 18:52:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/EvaluationFailureMessageGenerator.kt

            ErrorReason.UnitAssignment -> "assignment of a Unit value"
            ErrorReason.UnresolvedAssignmentLhs -> "unresolved assignment target"
            ErrorReason.UnresolvedAssignmentRhs -> "unresolved assigned value"
            is ErrorReason.UnresolvedReference -> "unresolved reference '${errorReason.reference.sourceData.text()}'"
            ErrorReason.UnusedConfigureLambda -> "a configuring block is not expected"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/errors.go

    package ld
    
    import (
    	"cmd/internal/obj"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"sync"
    )
    
    type unresolvedSymKey struct {
    	from loader.Sym // Symbol that referenced unresolved "to"
    	to   loader.Sym // Unresolved symbol referenced by "from"
    }
    
    type symNameFn func(s loader.Sym) string
    
    // ErrorReporter is used to make error reporting thread safe.
    type ErrorReporter struct {
    	loader.ErrorReporter
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 02 14:38:08 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  5. src/go/doc/example.go

    			}
    		}
    	}
    
    	// Find unresolved identifiers and uses of top-level declarations.
    	depDecls, unresolved := findDeclsAndUnresolved(body, topDecls, typMethods)
    
    	// Remove predeclared identifiers from unresolved list.
    	for n := range unresolved {
    		if predeclaredTypes[n] || predeclaredConstants[n] || predeclaredFuncs[n] {
    			delete(unresolved, n)
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java

         * Plugins can choose to report a warning to users when unresolved paths exist.
         */
        PathType UNRESOLVED = new PathType() {
            @Override
            public String name() {
                return "UNRESOLVED";
            }
    
            @Override
            public String id() {
                return "UNRESOLVED";
            }
    
            @Override
            public Optional<String> option() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileProcessorTest.groovy

            }
        }
    
        class DummyResolver implements SourceIncludesResolver {
            final Map<String, TestFile> mapping = [:]
            final Set<TestFile> unresolved = []
    
            void unresolved(TestFile file) {
                unresolved.add(file)
            }
    
            void resolveAs(String include, TestFile file) {
                mapping[include] = file
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:31:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/classrealm/ClassRealmManager.java

         *
         * @param model The model of the project for which to create a realm, must not be {@code null}.
         * @param artifacts The artifacts to add to the class realm, may be {@code null}. Unresolved artifacts (i.e. with a
         *            missing file) will automatically be excluded from the realm.
         * @return The new project realm, never {@code null}.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/test/groovy/org/gradle/api/reporting/dependencies/internal/StrictDependencyResultSpecTest.groovy

        }
    
        def "matches unresolved dependencies"() {
            expect:
            new StrictDependencyResultSpec(moduleIdentifier).isSatisfiedBy(newUnresolvedDependency("org.foo", "foo-core", "5.0"))
    
            where:
            moduleIdentifier << [id('org.foo', 'foo-core')]
        }
    
        def "does not match unresolved dependencies"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 19 10:00:00 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  10. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/typeCreator/FirStandaloneNormalAnalysisSourceModuleBuildClassTypeTestGenerated.java

      }
    
      @Test
      @TestMetadata("unresolved.kt")
      public void testUnresolved() {
        runTest("analysis/analysis-api/testData/components/typeCreator/classType/unresolved.kt");
      }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top