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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/os/
types.go 37 // The defined file mode bits are the most significant bits of the FileMode.
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 23 // If any procs are sleeping on addr, wake up at most cnt.
write_err_android.go 111 // are most likely triggered by panic, we cannot think of the advantage of
  /prebuilts/go/darwin-x86/src/sync/
mutex_test.go 231 // To achieve this we create excess of goroutines most of which do local work.
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 19 // On most systems, that error has type syscall.Errno.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 20 // Write call's return value. At most one Write call is made.
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 102 // Generate returns a string of at most n words generated from Chain.
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 184 // The bytes are taken from at most one Read on the underlying Reader,
247 // UnreadByte unreads the last byte. Only the most recently read byte can be unread.
286 // UnreadRune unreads the last rune. If the most recent read operation on
310 // by the next I/O operation, most clients should use
350 // ReadLine is a low-level line-reading primitive. Most callers should use
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 339 // If the most recent read or write operation on the buffer was
354 // UnreadByte unreads the last byte returned by the most recent
412 // In most cases, new(Buffer) (or just declaring a Buffer variable) is
420 // In most cases, new(Buffer) (or just declaring a Buffer variable) is
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
ggen.go 112 // Can clear at most 256 bytes per instruction.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 97 // Remember the most-recently computed flag value.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
source.go 137 // (We see at most one ungetr call while reading
  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 112 // mistakes if the LHS is repeated, which is how most
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 117 // Hash implements the SignerOpts interface and, in most cases, one can
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 151 // This test relies on gccgo being around, which it most likely will be if we
importer_test.go 120 // This test relies on gccgo being around, which it most likely will be if we
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 23 // most once. For instance Bits{0, 0, 1} is not normalized but represents the
  /prebuilts/go/linux-x86/src/mime/multipart/
writer.go 44 // at most 69 bytes long.
  /prebuilts/go/linux-x86/src/os/
types.go 37 // The defined file mode bits are the most significant bits of the FileMode.
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 23 // If any procs are sleeping on addr, wake up at most cnt.
write_err_android.go 111 // are most likely triggered by panic, we cannot think of the advantage of
  /prebuilts/go/linux-x86/src/sync/
mutex_test.go 231 // To achieve this we create excess of goroutines most of which do local work.
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 19 // On most systems, that error has type syscall.Errno.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 20 // Write call's return value. At most one Write call is made.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 45 raise TypeError('expected at most 1 arguments, got %d' % len(args))
388 >>> c.most_common(3) # three most common elements
452 '''List the n most common elements and their counts from the most
511 # doesn't have a straight-forward interpretation in most counting

Completed in 1936 milliseconds

1 2 3 4 5 6 78 91011>>