Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 118 for necessarily (0.21 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      // accesses to the owner_ field should be protected by a check of this field.
      // An alternative might be to memset() owner_ to all zeros, but there's no
      // guarantee that a zero'd pthread_t is necessarily invalid or even different
      // from pthread_self().
      bool has_owner_;
      pthread_t owner_;  // The thread holding the mutex.
    };
    
    // Forward-declares a static mutex.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      // accesses to the owner_ field should be protected by a check of this field.
      // An alternative might be to memset() owner_ to all zeros, but there's no
      // guarantee that a zero'd pthread_t is necessarily invalid or even different
      // from pthread_self().
      bool has_owner_;
      pthread_t owner_;  // The thread holding the mutex.
    };
    
    // Forward-declares a static mutex.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/debug.go

    	markChangedVars := func(slots, merged abt.T) {
    		if !forLocationLists {
    			return
    		}
    		// Fill changedVars with those that differ between the previous
    		// block (in the emit order, not necessarily a flow predecessor)
    		// and the start state for this block.
    		for it := slots.Iterator(); !it.Done(); {
    			k, v := it.Next()
    			m := merged.Find(k)
    			if m == nil || v.(*liveSlot).VarLoc != m.(*liveSlot).VarLoc {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    ----
    
    [NOTE]
    ====
    The key IDs that Gradle shows in error messages are the key IDs found in the signature file it tries to verify.
    It doesn't mean that it's necessarily the keys that you should trust.
    In particular, if the signature is correct but done by a malicious entity, Gradle wouldn't tell you.
    ====
    
    [[sec:trusting-keys-globally]]
    === Trusting keys globally
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  5. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	registerMetrics.Do(func() {
    		legacyregistry.MustRegister(metrics.ForceDetachMetricCounter)
    	})
    	// NOTE: This value is being pulled from a global variable, so it won't necessarily be 0 at the start of the test
    	// For example, if Test_Run_OneVolumeDetachOnOutOfServiceTaintedNode runs before this test, then it will be 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  6. src/go/printer/nodes.go

    			// Use indentList heuristic to make corner cases look
    			// better (issue 1207). A more systematic approach would
    			// always indent, but this would cause significant
    			// reformatting of the code base and not necessarily
    			// lead to more nicely formatted code in general.
    			if p.indentList(s.Results) {
    				p.print(indent)
    				// Use NoPos so that a newline never goes before
    				// the results (see issue #32854).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		}
    	}
    	return nil, framework.NewStatus(framework.Unschedulable, "still not schedulable")
    }
    
    // PreScore is passed a list of all nodes that would fit the pod. Not all
    // claims are necessarily allocated yet, so here we can set the SuitableNodes
    // field for those which are pending.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. src/testing/testing.go

    //	        t.Run("Test3", parallelTest3)
    //	    })
    //	    // <tear-down code>
    //	}
    //
    // # Main
    //
    // It is sometimes necessary for a test or benchmark program to do extra setup or teardown
    // before or after it executes. It is also sometimes necessary to control
    // which code runs on the main thread. To support these and other cases,
    // if a test file contains a function:
    //
    //	func TestMain(m *testing.M)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *
         * @return The parent project, or null if this is the root project.
         */
        @Nullable
        Project getParent();
    
        /**
         * <p>Returns the name of this project. The project's name is not necessarily unique within a project hierarchy. You
         * should use the {@link #getPath()} method for a unique identifier for the project.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (Slicemask <t> x) => (SRADconst (NEG <t> x) [63])
    (ANDconst [1] z:(SRADconst [63] x)) && z.Uses == 1  => (SRDconst [63] x)
    
    // Note that MOV??reg returns a 64-bit int, x is not necessarily that wide
    // This may interact with other patterns in the future. (Compare with arm64)
    (MOV(B|H|W)Zreg x:(MOVBZload _ _)) => x
    (MOV(B|H|W)Zreg x:(MOVBZloadidx _ _ _)) => x
    (MOV(H|W)Zreg x:(MOVHZload _ _)) => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
Back to top