HomeSort by relevance Sort by last modified time
    Searched refs:whole (Results 101 - 125 of 349) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 47 // reads the whole file, it does not treat an EOF from Read as an error
  /prebuilts/go/darwin-x86/src/net/textproto/
textproto.go 18 // on continuation lines, and whole text blocks ending
  /prebuilts/go/darwin-x86/src/strings/
search.go 43 // rightmost "abc" (at position 6) is a prefix of the whole pattern, so
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 448 // equal to bottom28Bits if the whole value is >= p. If top4AllOnes
474 // If it's > 0xffff000 and top4AllOnes != 0 then the whole value is >= p
476 // then the whole value is >= p
477 // If it's < 0xffff000, then the whole value is < p
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 47 // reads the whole file, it does not treat an EOF from Read as an error
  /prebuilts/go/linux-x86/src/net/textproto/
textproto.go 18 // on continuation lines, and whole text blocks ending
  /prebuilts/go/linux-x86/src/strings/
search.go 43 // rightmost "abc" (at position 6) is a prefix of the whole pattern, so
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
make_vms.com 442 sub/symbol: "/symbol_vector=(/whole
443 sub/"/=PROCEDURE)/whole
450 sub/symbol: "/symbol_vector=(/whole
451 sub/"/=DATA)/whole
  /external/ImageMagick/www/api/
distort.php 92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
180 <p>SparseColorImage(), given a set of coordinates, interpolates the colors found at those coordinates, across the whole image, using various methods.</p>
  /external/boringssl/src/ssl/test/runner/
tls.go 96 // handshake as a whole.
102 // whole process: TCP connection and TLS handshake. This means that we
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
darwin_closure.S 67 ; The whole stack frame **MUST** be 16byte-aligned.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go 87 // CBC mode always works in whole blocks.
114 // next whole block. For an example of such padding, see
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 94 // handshake as a whole.
100 // whole process: TCP connection and TLS handshake. This means that we
  /prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go 87 // CBC mode always works in whole blocks.
114 // next whole block. For an example of such padding, see
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 94 // handshake as a whole.
100 // whole process: TCP connection and TLS handshake. This means that we
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
31 while ( w != whole.end () && p != part.end()) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /build/soong/cc/
builder.go 563 // Generate a rule for compiling multiple .o files, plus static libraries, whole static libraries,
586 libFlagsList = append(libFlagsList, "-Wl,--whole-archive ")
588 libFlagsList = append(libFlagsList, "-Wl,--no-whole-archive ")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 123 T_ALL = "The Whole " + FAQNAME
205 <LI><A HREF="%(FAQCGI)s?req=all">The whole FAQ</A>
333 <H1>The whole %(FAQNAME)s</H1>
  /external/autotest/client/common_lib/
logging_manager.py 38 over stdout/stderr, but it does make sure that the whole process tree logs to
158 Writes data only if it constitutes a whole line. If it's not the case,
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 177 names vary according to language. Each Collation operation over the whole list
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 123 T_ALL = "The Whole " + FAQNAME
205 <LI><A HREF="%(FAQCGI)s?req=all">The whole FAQ</A>
333 <H1>The whole %(FAQNAME)s</H1>
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 11 // where x = x1/z1² and y = y1/z1³. The greatest speedups come when the whole
288 // underlying field is not a whole number of bytes.
  /prebuilts/go/darwin-x86/src/image/draw/
draw_test.go 390 // Draw the whole image at once.
394 check("whole")

Completed in 562 milliseconds

1 2 3 45 6 7 8 91011>>