Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,008 for locations (0.12 sec)

  1. android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

        ImmutableSet<ClassPath.LocationInfo> locations =
            ClassPath.locationsFrom(getClass().getClassLoader());
        assertThat(locations).isNotEmpty();
        for (ClassPath.LocationInfo location : locations) {
          ImmutableSet<ResourceInfo> resources = location.scanResources();
          assertThat(location.scanResources()).containsExactlyElementsIn(resources);
        }
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 26 14:02:27 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/profile/encode.go

    		if f.ID < uint64(len(functionIds)) {
    			functionIds[f.ID] = f
    		} else {
    			functions[f.ID] = f
    		}
    	}
    
    	locations := make(map[uint64]*Location, len(p.Location))
    	locationIds := make([]*Location, len(p.Location)+1)
    	for _, l := range p.Location {
    		if id := l.mappingIDX; id < uint64(len(mappingIds)) {
    			l.Mapping = mappingIds[id]
    		} else {
    			l.Mapping = mappings[id]
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/toolchain/DaemonJavaToolchainQueryServiceTest.groovy

            def currentJavaHomePath = currentJavaHome?.location ?: Jvm.current().javaHome
    
            return new DaemonJavaToolchainQueryService(createInstallationRegistry(installations, detector), currentJavaHomePath)
        }
    
        private def createInstallationRegistry(Collection<String> locations, JvmMetadataDetector detector) {
            def installations = locations.collect {
                def location = locationFor(it)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionLifecycleIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    
    class FileCollectionLifecycleIntegrationTest extends AbstractIntegrationSpec implements TasksWithInputsAndOutputs {
        def "finalized file collection resolves locations and ignores later changes to source paths"() {
            buildFile """
                def files = objects.fileCollection()
                Integer counter = 0
                files.from { "a\${++counter}" }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 10:55:07 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/TransformFixture.groovy

                                        // This is similar to what AGP does when performing JdkImageTransform
                                        transformed.getElements().map(
                                                locations -> locations.stream()
                                                        .map(FileSystemLocation::getAsFile)
                                                        .collect(Collectors.toList())
                                        )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. src/mdo/reader-stax.vm

            #if ( $locationTracking )
                        locations = new HashMap<>();
            #end
                        while (parser.nextTag() == XMLStreamReader.START_ELEMENT) {
                            if ("${Helper.singular($fieldTagName)}".equals(parser.getLocalName())) {
            #if ( $locationTracking )
                                if (addLocationInformation) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  7. src/internal/profile/graph.go

    	}
    }
    
    // CreateNodes creates graph nodes for all locations in a profile. It
    // returns set of all nodes, plus a mapping of each location to the
    // set of corresponding nodes (one per location.Line).
    func CreateNodes(prof *Profile, o *Options) (Nodes, locationMap) {
    	locations := locationMap{make([]Nodes, len(prof.Location)+1), make(map[uint64]Nodes)}
    	nm := make(NodeMap, len(prof.Location))
    	for _, l := range prof.Location {
    		lines := l.Line
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 20:59:15 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top