HomeSort by relevance Sort by last modified time
    Searched refs:most (Results 276 - 300 of 689) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/html/template/
html.go 254 // human-readable content, so the simplest and most secure policy is to drop
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 80 // test that a multiWriter.WriteString calls results in at most 1 allocation,
  /prebuilts/go/darwin-x86/src/math/big/
intconv.go 127 var zeros int // zero characters (actually cs[0]) as left-most digits ("%.8d")
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 68 // Resolving a hostname is not recommended because this returns at most
ipsock_posix.go 29 // interface. That simplifies our code and is most general.
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 82 // If Stdout and Stderr are the same writer, at most one
547 // wrappers like c.Write's implementation below), but since c is most
592 // Wait will close the pipe after seeing the command exit, so most callers
617 // Wait will close the pipe after seeing the command exit, so most callers
  /prebuilts/go/darwin-x86/src/os/
exec.go 112 // On most operating systems, the Process must be a child
  /prebuilts/go/darwin-x86/src/runtime/
lock_sema.go 21 // If ns >= 0, try to acquire m's semaphore for at most ns nanoseconds.
mem_linux.go 100 // gets most of the benefit of huge pages while keeping the
mgcsweepbuf.go 24 // most 8 bytes in the gcSweepBuf, the growth of the spine is
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 47 // Luckily, the file descriptors that are most important not to
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 190 // since that will be the most common lookup.
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 6 // It aims to cover most of the variations, including those produced
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 127 not include a stack overflow check. This is most commonly used by low-level
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 50 // with the most recently started or stopped phase; or the very first
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 122 // This version uses integers for most of the computation,
  /prebuilts/go/linux-x86/src/cmd/go/
clean.go 20 The go command builds most objects in a temporary directory,
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 137 // that is, it records that the words from the most recent pointer until
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 102 // We keep the codes packed into a uint32, at the most-significant end.
  /prebuilts/go/linux-x86/src/compress/lzw/
reader.go 34 // MSB means Most Significant Bits first, as used in the TIFF and PDF
61 // last is the most recently seen code, or decoderInvalidCode.
100 // readMSB returns the next code for "Most Significant Bits first" data.
writer.go 63 // savedCode is the accumulated code at the end of the most recent Write
90 // writeMSB writes the code c for "Most Significant Bits first" data.
  /prebuilts/go/linux-x86/src/crypto/rsa/
example_test.go 25 // structure. This is done for a number of reasons, but the most
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 18 // Encode encodes src into at most MaxEncodedLen(len(src))
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 6 // Enhanced Mail. The most common use of PEM encoding today is in TLS keys and
  /prebuilts/go/linux-x86/src/go/parser/
error_test.go 37 // getFile assumes that each filename occurs at most once

Completed in 321 milliseconds

<<11121314151617181920>>