Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,710 for locations (0.26 sec)

  1. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/LoggingFileSystemWatchingIntegrationTest.groovy

            result.output =~ /Received \d+ file system events since last build while watching \d+ locations/
            result.output =~ /Virtual file system retained information about \d+ files, \d+ directories and \d+ missing files since last build/
            result.output =~ /Received \d+ file system events during the current build while watching \d+ locations/
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/gopath_install.txt

    ! go install go-cmd-test/helloworld.go
    stderr '^go: no install location for \.go files listed on command line \(GOBIN not set\)$'
    
    # With $GOBIN set, should install there.
    env GOBIN=$WORK/bin1
    go install go-cmd-test/helloworld.go
    exists $GOBIN/helloworld$GOEXE
    
    # We can't assume that we can write to GOROOT, because it may not be writable.
    # However, we can check its install location using 'go list'.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 15 00:06:54 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. src/internal/profile/merge.go

    		l.Line[i] = pm.mapLine(ln)
    	}
    	// Check memoization table. Must be done on the remapped location to
    	// account for the remapped mapping ID.
    	k := l.key()
    	if ll, ok := pm.locations[k]; ok {
    		pm.locationsByID[src.ID] = ll
    		return ll
    	}
    	pm.locationsByID[src.ID] = l
    	pm.locations[k] = l
    	pm.p.Location = append(pm.p.Location, l)
    	return l
    }
    
    // key generates locationKey to be used as a key for maps.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 17 19:35:56 UTC 2020
    - 11.3K bytes
    - Viewed (0)
  4. platforms/ide/problems-api/src/integTest/groovy/org/gradle/api/problems/ProblemsServiceIntegrationTest.groovy

            verifyAll (receivedProblem.locations) {
                size() == 2
                with(get(0) as OffsetInFileLocation) {
                    path == 'test-location'
                    offset == 1
                    length == 2
                }
                with(get(1) as LineInFileLocation) {
                    length == -1
                    column == -1
                    line == 11
                    path == "build file '$buildFile.absolutePath'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/FileWatcherProbeRegistry.java

     *
     * The {@link #unprovenHierarchies()} stream returns any hierarchies that were armed, but never received
     * a file system event.
     * These locations cannot be trusted to receive file system events in a timely manner.
     *
     * Note: a probe needs to be armed only once, if it receives an event, we will trust that location until
     * the registry is closed.
     */
    public interface FileWatcherProbeRegistry {
        void registerProbe(File hierarchy);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. tensorflow/cc/framework/fuzzing/op_fuzzing.bzl

            deps = [
                "//tensorflow/cc/framework/fuzzing:cc_op_fuzz_gen_main",
                op_def_src,
            ] + kernel_deps,
        )
    
        # Add relevant locations to look for api_defs.
        api_def_src_locations = ",".join(["$$(dirname $$(echo $(locations " + api_def_src + ") | cut -d\" \" -f1))" for api_def_src in api_def_srcs])
    
        out_fuzz_files = [op_name + "_fuzz.cc" for op_name in op_names]
        native.genrule(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 07 19:14:57 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r89/ProblemProgressEventCrossVersionTest.groovy

                definition.id.group.name == "deprecation"
                definition.severity == Severity.WARNING
                locations.size() == 2
                (locations[0] as LineInFileLocation).path == "build file '$buildFile.path'" // FIXME: the path should not contain a prefix nor extra quotes
                (locations[1] as LineInFileLocation).path == "build file '$buildFile.path'"
                additionalData instanceof GeneralData
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. src/crypto/x509/root_unix_test.go

    		cns     []string
    	}{
    		{
    			// Environment variables override the default locations preventing fall through.
    			name:    "override-defaults",
    			fileEnv: testMissing,
    			dirEnv:  testMissing,
    			files:   []string{testFile},
    			dirs:    []string{testDir},
    			cns:     nil,
    		},
    		{
    			// File environment overrides default file locations.
    			name:    "file",
    			fileEnv: testFile,
    			dirEnv:  "",
    			files:   nil,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 01 00:36:38 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/core-plugins/build_init_plugin.adoc

    * Uses the “`mavenCentral`” dependency repository
    * Uses https://junit.org/junit4/[JUnit 4] for testing
    * Has directories in the conventional locations for source code
    * Contains a sample class and unit test, if there are no existing source or test files
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/profile/profile.go

    		}
    		functions[f.ID] = f
    	}
    	locations := make(map[uint64]*Location, len(p.Location))
    	for _, l := range p.Location {
    		if l == nil {
    			return fmt.Errorf("profile has nil location")
    		}
    		if l.ID == 0 {
    			return fmt.Errorf("found location with reserved id=0")
    		}
    		if locations[l.ID] != nil {
    			return fmt.Errorf("multiple locations with same id: %d", l.ID)
    		}
    		locations[l.ID] = l
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top