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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/regexp/syntax/
regexp.go 34 // Character class operators are listed simplest to most complex
54 OpRepeat // matches Sub[0] at least Min times, at most Max (Max == -1 is no limit)
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 18 Pause []time.Duration // pause history, most recent first
19 PauseEnd []time.Time // pause end times history, most recent first
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 33 (note the trailing backquote). The %-16s here means at most 16 *bytes* of
112 // At most one can be set.
447 // exactly16Bytes truncates the string if necessary so it is at most 16 bytes long,
  /prebuilts/go/linux-x86/src/cmd/pack/
pack.go 33 (note the trailing backquote). The %-16s here means at most 16 *bytes* of
112 // At most one can be set.
447 // exactly16Bytes truncates the string if necessary so it is at most 16 bytes long,
  /build/blueprint/
doc.go 18 // to be run and their dependencies. Where most build systems use built-in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 44 raise TypeError('expected at most 1 arguments, got %d' % len(args))
362 >>> c.most_common(3) # three most common elements
426 '''List the n most common elements and their counts from the most
485 # doesn't have a straight-forward interpretation in most counting
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 21 normative. They are made in good faith. Corrections are most welcome on the
210 The following structures implement packet reception. Most of them are defined
  /external/eigen/lapack/
clarfg.f 181 * New BETA is at most 1, at least SAFMIN
dlarfg.f 176 * New BETA is at most 1, at least SAFMIN
zlarfg.f 181 * New BETA is at most 1, at least SAFMIN
  /external/python/cpython2/Misc/Vim/
python.vim 144 " syntax matches instead of at most 200 lines
  /prebuilts/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/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
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 102 // Generate returns a string of at most n words generated from Chain.
  /prebuilts/go/darwin-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/darwin-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/darwin-x86/src/cmd/compile/internal/s390x/
ggen.go 112 // Can clear at most 256 bytes per instruction.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 97 // Remember the most-recently computed flag value.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
source.go 137 // (We see at most one ungetr call while reading
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 112 // mistakes if the LHS is repeated, which is how most
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 117 // Hash implements the SignerOpts interface and, in most cases, one can
  /prebuilts/go/darwin-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/darwin-x86/src/math/big/
bits_test.go 23 // most once. For instance Bits{0, 0, 1} is not normalized but represents the
  /prebuilts/go/darwin-x86/src/mime/multipart/
writer.go 44 // at most 69 bytes long.

Completed in 452 milliseconds

1 2 3 4 5 67 8 91011>>