Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 2,710 for locations (0.14 sec)

  1. src/runtime/pprof/proto_test.go

    		{Type: "cpu", Unit: "nanoseconds"},
    	}
    	samples := []*profile.Sample{
    		{Value: []int64{20, 20 * 2000 * 1000}, Location: []*profile.Location{
    			{ID: 1, Mapping: map1, Address: addr1},
    			{ID: 2, Mapping: map1, Address: addr1 + 1},
    		}},
    		{Value: []int64{40, 40 * 2000 * 1000}, Location: []*profile.Location{
    			{ID: 3, Mapping: map2, Address: addr2},
    			{ID: 4, Mapping: map2, Address: addr2 + 1},
    		}},
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 23:21:53 UTC 2024
    - 17K bytes
    - Viewed (0)
  2. src/runtime/debug/stack_test.go

    */
    func TestStack(t *testing.T) {
    	b := T(0).method()
    	lines := strings.Split(string(b), "\n")
    	if len(lines) < 6 {
    		t.Fatal("too few lines")
    	}
    
    	// If built with -trimpath, file locations should start with package paths.
    	// Otherwise, file locations should start with a GOROOT/src prefix
    	// (for whatever value of GOROOT is baked into the binary, not the one
    	// that may be set in the environment).
    	fileGoroot := ""
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 15:19:04 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/tasks/UntrackedTask.java

     *
     * <p>There can be different reasons for declaring a task as untracked, for example:
     * <ul>
     *     <li>Some input or output locations contain unreadable files like pipes where Gradle cannot track the content.</li>
     *     <li>The input or output is stored remotely, for example in a database, and its state cannot be tracked.</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 09:15:04 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/file/BuildLayout.java

    import org.gradle.api.Incubating;
    import org.gradle.api.initialization.Settings;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    /**
     * Provides access to important locations for a Gradle build.
     * <p>
     * An instance of this type can be injected into a settings plugin by
     * annotating a public constructor or method with {@code javax.inject.Inject}.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/utils/export_utils.cc

        auto locations = fused.getLocations();
        if (locations.size() <= 1)
          return errors::InvalidArgument("expected experimental debuf info.");
        // skip the first one, which is the name of the node_def.
        for (int i = 0, end = locations.size() - 1; i < end; ++i) {
          TF_RETURN_IF_ERROR(ConvertLocation(locations[i], node_name, debug_info));
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  6. platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/ModuleRegistry.java

         */
        @Nullable
        Module findModule(String name) throws UnknownModuleException;
    
        /**
         * Returns the classpath used to search for modules, in addition to default locations in the Gradle distribution (if available). May be empty.
         */
        ClassPath getAdditionalClassPath();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenJvmLibraryArtifactResolutionIntegrationTest.groovy

    Searched in the following locations:
      - ${module.pom.uri}""")
    
            when:
            server.resetExpectations()
            module.pom.expectGetMissing()
    
            then:
            fails("verify")
            failure.assertHasCause("""Could not find some.group:some-artifact:1.0.
    Searched in the following locations:
      - ${module.pom.uri}""")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/EclipseLinkedResource.java

         *
         * @return location
         */
        String getLocation();
    
        /**
         * If the file is not in the local file system, this attribute contains the absolute URI of the resource in some backing file system.
         * Mutually exclusive with 'location'.
         * <p>
         * When workspace path variable is used as part of path then this property must be used instead of 'location'
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/CallInterceptorRegistry.java

        }
    
        /**
         * TODO: We can support getting the interceptors in the instrumented code from different locations, not just `Instrumented.currentCallDecorator`,
         *   so that replacing the call interceptors for tests would instead work by embedding a different location
         *   than this one in the instrumented code. Doing that adds much more complexity in the instrumentation.
         */
        @NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 24 13:33:59 UTC 2023
    - 5K bytes
    - Viewed (0)
  10. apache-maven/src/assembly/shared/init

    if $cygwin || $mingw ; then
      [ -n "$JAVA_HOME" ] &&
        JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
    fi
    
    if [ -n "$JAVA_HOME" ] ; then
      if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
        # IBM's JDK on AIX uses strange locations for the executables
        JAVACMD="$JAVA_HOME/jre/sh/java"
      else
        JAVACMD="$JAVA_HOME/bin/java"
    
        if [ ! -x "$JAVACMD" ] ; then
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Mar 05 22:52:54 UTC 2022
    - 2.3K bytes
    - Viewed (0)
Back to top