Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 5,701 for noted (0.05 sec)

  1. src/index/suffixarray/sais.go

    	// Luckily, with two differences, the start indexes and the end indexes are the same.
    	// The first difference is that the rightmost LMS-substring's end index is len(text),
    	// so the caller must pretend that sa[-1] == len(text), as noted above.
    	// The second difference is that the first leftmost LMS-substring start index
    	// does not end an earlier LMS-substring, so as an optimization we can omit
    	// that leftmost LMS-substring start index (the last one we wrote).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    Intended usage is noted in the `Configuration` interface's Javadoc.
    This list is likely to grow in future releases.
    
    Starting in Gradle 9.0, using a configuration inconsistently with its intended usage will be prohibited.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. src/runtime/time.go

    	}
    
    	ts.lock()
    	if len(ts.heap) > 0 {
    		ts.adjust(now, false)
    		for len(ts.heap) > 0 {
    			// Note that runtimer may temporarily unlock ts.
    			if tw := ts.run(now); tw != 0 {
    				if tw > 0 {
    					pollUntil = tw
    				}
    				break
    			}
    			ran = true
    		}
    
    		// Note: Delaying the forced adjustment until after the ts.run
    		// (as opposed to calling ts.adjust(now, force) above)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 14:36:24 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  4. src/regexp/testdata/testregex.c

    							ans = "C";
    						if (!ans || !streq(ans, s) && streq(s, "C"))
    							skip = note(level, s, skip, test);
    						else
    						{
    							if (!(test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_PASS|TEST_SUMMARY)))
    								printf("NOTE	\"%s\" locale\n", s);
    							locale = level;
    						}
    #else
    						skip = note(level, skip, test, "locales not supported");
    #endif
    					}
    					cflags = NOTEST;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  5. src/cmd/link/internal/arm64/asm.go

    		objabi.R_ARM64_PCREL_LDST64:
    		// Note: r.Xadd has been taken care of below, in archreloc.
    		out.Write32(uint32(sectoff))
    		out.Write32(uint32(symdynid))
    		out.Write16(ld.IMAGE_REL_ARM64_PAGEBASE_REL21)
    
    		out.Write32(uint32(sectoff + 4))
    		out.Write32(uint32(symdynid))
    		out.Write16(ld.IMAGE_REL_ARM64_PAGEOFFSET_12L)
    
    	case objabi.R_CALLARM64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// of view, this can be viewed as a "vtable" for a "class" -- that is the
    /// corresponding struct above --; the first argument is in place of `this`).
    ///
    /// Except where noted otherwise, all pointer arguments are owned by core
    /// TensorFlow and are guaranteed to not be `nullptr`.
    ///
    /// All path-like arguments are null terminated `char*` strings. Plugins can
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/obj6.go

    		p = obj.Appendp(p, newprog)
    		p.As = AADJSP
    		p.From.Type = obj.TYPE_CONST
    		p.From.Offset = int64(localoffset)
    		p.Spadj = localoffset
    	}
    
    	// Delve debugger would like the next instruction to be noted as the end of the function prologue.
    	// TODO: are there other cases (e.g., wrapper functions) that need marking?
    	if autoffset != 0 {
    		p.Pos = p.Pos.WithXlogue(src.PosPrologueEnd)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/mod/sumdb/note/note.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package note defines the notes signed by the Go module database server.
    //
    // A note is text signed by one or more server keys.
    // The text should be ignored unless the note is signed by
    // a trusted server key and the signature has been verified
    // using the server's public key.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/collect/MapsTest.java

       * won't cause a rehash.
       *
       * <p>As of jdk7u40, HashMap has an empty-map optimization. The argument to new HashMap(int) is
       * noted, but the initial table is a zero-length array.
       *
       * <p>This test may fail miserably on non-OpenJDK environments...
       */
      @J2ktIncompatible
      @GwtIncompatible // reflection
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 67.1K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ppc64/asm.go

    			if ldr.SymType(s) != sym.SDATA && ldr.SymType(s) != sym.SRODATA {
    				break
    			}
    		}
    		// Generate R_PPC64_RELATIVE relocations for best
    		// efficiency in the dynamic linker.
    		//
    		// As noted above, symbol addresses have not been
    		// assigned yet, so we can't generate the final reloc
    		// entry yet. We ultimately want:
    		//
    		// r_offset = s + r.Off
    		// r_info = R_PPC64_RELATIVE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top