Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 105 for checkDep (0.18 sec)

  1. src/go/types/api_test.go

    	fileB := mustParse(fset, `package main; var b = 2`)
    
    	// The initialization order must not depend on the parse
    	// order of the files, only on the presentation order to
    	// the type-checker.
    	for _, test := range []struct {
    		files []*ast.File
    		want  string
    	}{
    		{[]*ast.File{fileA, fileB}, "[a = 1 b = 2]"},
    		{[]*ast.File{fileB, fileA}, "[b = 2 a = 1]"},
    	} {
    		var info Info
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/buildlist.go

    	q := par.NewQueue(runtime.GOMAXPROCS(0))
    	for {
    		var disambiguateRoot sync.Map
    		for _, pkg := range pkgs {
    			if pkg.mod.Path == "" || pathIsRoot[pkg.mod.Path] {
    				// Lazy module loading will cause pkg.mod to be checked before any other modules
    				// that are only indirectly required. It is as unambiguous as possible.
    				continue
    			}
    			pkg := pkg
    			q.Add(func() {
    				skipModFile := true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/runtime/mgcpacer.go

    	}
    
    	// Since we have the current time, check if the GC CPU limiter
    	// hasn't had an update in a while. This check is necessary in
    	// case the limiter is on but hasn't been checked in a while and
    	// so may have left sufficient headroom to turn off again.
    	if now == 0 {
    		now = nanotime()
    	}
    	if gcCPULimiter.needUpdate(now) {
    		gcCPULimiter.update(now)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        filter.allow_collective_reduce_v2 = false;
        filter.allow_unique_op = false;
        filter.allow_where_op = allow_where_op;
    
        RecursiveCompilabilityChecker checker(
            filter, DeviceType{registration->compilation_device_name});
    
        if (!checker.IsCompilableNode(*node, lib_runtime)) {
          continue;
        }
    
        if (node->type_string() == "Const") {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. src/cmd/cgo/out.go

    	}
    }
    
    // Construct a gcc struct matching the gc argument frame.
    // Assumes that in gcc, char is 1 byte, short 2 bytes, int 4 bytes, long long 8 bytes.
    // These assumptions are checked by the gccProlog.
    // Also assumes that gc convention is to word-align the
    // input and output parameters.
    func (p *Package) structType(n *Name) (string, int64) {
    	var buf strings.Builder
    	fmt.Fprint(&buf, "struct {\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    If you need to invalidate the cache, simply delete that directory:
    
    ----
    ❯ rm -rf .gradle/configuration-cache
    ----
    
    Configuration cache entries are checked periodically (at most every 24 hours) for whether they are still in use.
    They are deleted if they haven't been used for 7 days.
    
    [[config_cache:stable]]
    == Stable configuration cache
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modget/get.go

    		base.Fatalf("go: -insecure flag is no longer supported; use GOINSECURE instead")
    	}
    
    	modload.ForceUseModules = true
    
    	// Do not allow any updating of go.mod until we've applied
    	// all the requested changes and checked that the result matches
    	// what was requested.
    	modload.ExplicitWriteGoMod = true
    
    	// Allow looking up modules for import paths when outside of a module.
    	// 'go get' is expected to do this, unlike other commands.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/collect/SetsTest.java

    import java.util.stream.Collector;
    import java.util.stream.Stream;
    import junit.framework.Test;
    import junit.framework.TestCase;
    import junit.framework.TestSuite;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Unit test for {@code Sets}.
     *
     * @author Kevin Bourrillion
     * @author Jared Levy
     */
    @GwtCompatible(emulated = true)
    @ElementTypesAreNonnullByDefault
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/deadness_analysis.cc

            // currently processing frame are visited before starting processing
            // other frames.
            absl::string_view frame_name =
                control_flow_info_[ready_exits.front()->id()].frame_name;
            CHECK_EQ(ready_exits.size(), num_exits_for_frame[frame_name]);
            ready.insert(ready.end(), ready_exits.begin(), ready_exits.end());
            ready_exits.clear();
          } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  10. pkg/apis/batch/validation/validation.go

    	allErrs := field.ErrorList{}
    	if obj.Spec.ManualSelector != nil && *obj.Spec.ManualSelector {
    		return allErrs
    	}
    
    	if obj.Spec.Selector == nil {
    		return allErrs // This case should already have been checked in caller.  No need for more errors.
    	}
    
    	// If somehow uid was unset then we would get "controller-uid=" as the selector
    	// which is bad.
    	if obj.ObjectMeta.UID == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top