Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 127 for Forever (0.27 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      std::sort(sorted_nodes.begin(), sorted_nodes.end(), NodeComparatorID());
    
      if (*debug_options_.fuel >= std::numeric_limits<int64_t>::max() / 2) {
        // The assumption is that if fuel started out as INT64_MAX, it will forever
        // stay greater than INT64_MAX / 2.
        VLOG(2) << "Starting fuel: infinity";
      } else {
        VLOG(2) << "Starting fuel: " << *debug_options_.fuel;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. src/time/time_test.go

    	start, end := beginTime.ZoneBounds()
    	if !start.IsZero() || end.IsZero() {
    		t.Errorf("ZoneBounds of %v expects start is zero Time, got:\n  start=%v\n  end=%v", beginTime, start, end)
    	}
    
    	// If the zone goes on forever, end will be returned as a zero Time.
    	// Use math.MaxInt32 to avoid overflow of int arguments on 32-bit systems.
    	foreverTime := Date(math.MaxInt32, January, 1, 0, 0, 0, 0, loc)
    	start, end = foreverTime.ZoneBounds()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	{"bug0", "{{range .MSIone}}{{if $.Method1 .}}X{{end}}{{end}}", "X", tVal, true},
    	// Do not loop endlessly in indirect for non-empty interfaces.
    	// The bug appears with *interface only; looped forever.
    	{"bug1", "{{.Method0}}", "M0", &iVal, true},
    	// Was taking address of interface field, so method set was empty.
    	{"bug2", "{{$.NonEmptyInterface.Method0}}", "M0", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. src/text/template/exec_test.go

    	{"bug0", "{{range .MSIone}}{{if $.Method1 .}}X{{end}}{{end}}", "X", tVal, true},
    	// Do not loop endlessly in indirect for non-empty interfaces.
    	// The bug appears with *interface only; looped forever.
    	{"bug1", "{{.Method0}}", "M0", &iVal, true},
    	// Was taking address of interface field, so method set was empty.
    	{"bug2", "{{$.NonEmptyInterface.Method0}}", "M0", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. cluster/gce/windows/k8s-node-setup.psm1

      flush_interval 5s
      # Never wait longer than 30 seconds between retries.
      max_retry_wait 30
      # Disable the limit on the number of retries (retry forever).
      disable_retry_limit
      # Use multiple threads for processing.
      num_threads 2
      use_grpc true
      # Skip timestamp adjustment as this is in a controlled environment with
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // This flag specifies the random number seed.
    GTEST_DECLARE_int32_(random_seed);
    
    // This flag sets how many times the tests are repeated. The default value
    // is 1. If the value is -1 the tests are repeating forever.
    GTEST_DECLARE_int32_(repeat);
    
    // This flag controls whether Google Test includes Google Test internal
    // stack frames in failure stack traces.
    GTEST_DECLARE_bool_(show_internal_stack_frames);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // This flag specifies the random number seed.
    GTEST_DECLARE_int32_(random_seed);
    
    // This flag sets how many times the tests are repeated. The default value
    // is 1. If the value is -1 the tests are repeating forever.
    GTEST_DECLARE_int32_(repeat);
    
    // This flag controls whether Google Test includes Google Test internal
    // stack frames in failure stack traces.
    GTEST_DECLARE_bool_(show_internal_stack_frames);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  8. src/cmd/go/internal/test/test.go

    	-fuzztime t
    	    Run enough iterations of the fuzz target during fuzzing to take t,
    	    specified as a time.Duration (for example, -fuzztime 1h30s).
    		The default is to run forever.
    	    The special syntax Nx means to run the fuzz target N times
    	    (for example, -fuzztime 1000x).
    
    	-fuzzminimizetime t
    	    Run enough iterations of the fuzz target during each minimization
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		// There was only one candidate that passed the Filters and
    		// therefore PreScore was not called.
    		//
    		// We need to ask whether that node is suitable, otherwise the
    		// scheduler will pick it forever even when it cannot satisfy
    		// the claim.
    		if state.podSchedulingState.schedulingCtx == nil ||
    			!slices.Contains(state.podSchedulingState.schedulingCtx.Spec.PotentialNodes, nodeName) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    Dependency verification is meant to protect yourself from those attacks, by forcing you to ensure that the artifacts you include in your build are the ones that you expect.
    It is not meant, however, to prevent you from including _vulnerable_ dependencies.
    
    Finding the right balance between security and convenience is hard but Gradle will try to let you choose the "right level" for you.
    --
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top