Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 6,486 for notC (0.06 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/attributes/DefaultAttributesSchemaTest.groovy

        }
    
        def "requested attributes are not sorted when there is a different set of attributes used for precedence"() {
            def x = Attribute.of("x", String)
            def a = Attribute.of("a", Flavor)
            def c = Attribute.of("c", ConcreteNamed)
    
            schema.attributeDisambiguationPrecedence(Attribute.of("notA", Flavor), Attribute.of("notB", String), Attribute.of("notC", ConcreteNamed))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/sumdb/note/note.go

    //	text := "If you think cryptography is the answer to your problem,\n" +
    //		"then you don't know what your problem is.\n"
    //
    //	signer, err := note.NewSigner(skey)
    //	if err != nil {
    //		log.Fatal(err)
    //	}
    //
    //	msg, err := note.Sign(&note.Note{Text: text}, signer)
    //	if err != nil {
    //		log.Fatal(err)
    //	}
    //	os.Stdout.Write(msg)
    //
    // The note's text is two lines, including the final newline,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-not-extends-internal-types.txt

    Tom Tresansky <******@****.***> 1717189278 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. src/go/build/constraint/expr.go

    func pushNot(x Expr, not bool) Expr {
    	switch x := x.(type) {
    	default:
    		// unreachable
    		return x
    	case *NotExpr:
    		if _, ok := x.X.(*TagExpr); ok && !not {
    			return x
    		}
    		return pushNot(x.X, !not)
    	case *TagExpr:
    		if not {
    			return &NotExpr{X: x}
    		}
    		return x
    	case *AndExpr:
    		x1 := pushNot(x.X, not)
    		y1 := pushNot(x.Y, not)
    		if not {
    			return or(x1, y1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  5. src/sort/sort.go

    // with not-a-number (NaN) values ordered before other values.
    type Float64Slice []float64
    
    func (x Float64Slice) Len() int { return len(x) }
    
    // Less reports whether x[i] should be ordered before x[j], as required by the sort Interface.
    // Note that floating-point comparison by itself is not a transitive relation: it does not
    // report a consistent ordering for not-a-number (NaN) values.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 16:40:32 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/wait/poll.go

    // window is too short.
    //
    // If you want to Poll something forever, see PollInfinite.
    //
    // Deprecated: This method does not return errors from context, use PollUntilContextTimeout.
    // Note that the new method will no longer return ErrWaitTimeout and instead return errors
    // defined by the context package. Will be removed in a future release.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 26 06:13:35 UTC 2023
    - 14K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testshared/shared_test.go

    }
    
    // The shared library contains a note listing the packages it contains in a section
    // that is not mapped into memory.
    func testPkgListNote(t *testing.T, f *elf.File, note *note) {
    	if note.section.Flags != 0 {
    		t.Errorf("package list section has flags %v, want 0", note.section.Flags)
    	}
    	if isOffsetLoaded(f, note.section.Offset) {
    		t.Errorf("package list section contained in PT_LOAD segment")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  8. src/runtime/os_darwin.go

    //
    // The current implementation of notes on Darwin is not async-signal-safe,
    // because the functions pthread_mutex_lock, pthread_cond_signal, and
    // pthread_mutex_unlock, called by semawakeup, are not async-signal-safe.
    // There is only one case where we need to wake up a note from a signal
    // handler: the sigsend function. The signal handler code does not require
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Multiset.java

       *
       * <p><b>Note:</b> this method does not return the number of <i>distinct elements</i> in the
       * multiset, which is given by {@code entrySet().size()}.
       */
      @Override
      int size();
    
      /**
       * Returns the number of occurrences of an element in this multiset (the <i>count</i> of the
       * element). Note that for an {@link Object#equals}-based multiset, this gives the same result as
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Multiset.java

       *
       * <p><b>Note:</b> this method does not return the number of <i>distinct elements</i> in the
       * multiset, which is given by {@code entrySet().size()}.
       */
      @Override
      int size();
    
      /**
       * Returns the number of occurrences of an element in this multiset (the <i>count</i> of the
       * element). Note that for an {@link Object#equals}-based multiset, this gives the same result as
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 21K bytes
    - Viewed (0)
Back to top