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

1 2 3 45 6 7 8 910

  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 497 char junk[800]; local
498 sprintf(junk, " %4d:\t%p\t%s\t%s\n",
500 logln(UnicodeString(junk));
  /external/mdnsresponder/mDNSPosix/
Responder.c 681 int junk; local
686 junk = fclose(fp);
687 assert(junk == 0);
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
WebSocketReaderTest.java 405 byte[] junk = new byte[length];
406 random.nextBytes(junk);
407 return junk;
  /external/syslinux/utils/
pxelinux-options 204 my $junk;
210 my($mzmagic, $junk, $magic, $len, $flags, $boff, $blen, $aoff, $alen)
227 ($blen, $alen, $bufsize, $junk) = unpack("VVVV", $data);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 534 junk = []
542 junk.append([]) # this will eventually trigger gc
602 junk = []
609 junk.append([]) # this will eventually trigger gc
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 529 char junk[PACKETSZ]; local
531 n = (len > sizeof(junk)
532 ? sizeof(junk)
534 if ((n = read(s, junk, n)) > 0)
  /external/gptfdisk/
gptcurses.cc 414 char junk; local
420 cin.get(junk);
812 char junk; local
818 cin.get(junk);
  /external/python/cpython2/Lib/test/
test_gc.py 599 junk = []
607 junk.append([]) # this will eventually trigger gc
667 junk = []
674 junk.append([]) # this will eventually trigger gc
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 603 junk = []
611 junk.append([]) # this will eventually trigger gc
671 junk = []
678 junk.append([]) # this will eventually trigger gc
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 603 junk = []
611 junk.append([]) # this will eventually trigger gc
671 junk = []
678 junk.append([]) # this will eventually trigger gc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 603 junk = []
611 junk.append([]) # this will eventually trigger gc
671 junk = []
678 junk.append([]) # this will eventually trigger gc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 603 junk = []
611 junk.append([]) # this will eventually trigger gc
671 junk = []
678 junk.append([]) # this will eventually trigger gc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 54 the longest contiguous matching subsequence that contains no "junk"
55 elements (R-O doesn't address junk). The same idea is then applied
62 longest *contiguous* & junk-free matching subsequence. That's what
67 to synching up on blocks of "junk lines", though (like blank lines in
70 "junk" <wink>.
72 Example, comparing two strings, and considering blanks to be "junk":
159 element is junk. None is equivalent to passing "lambda x: 0", i.e.
160 no elements are considered to be junk. For example, pass
174 "automatic junk heuristic" that treats popular elements as junk
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
util.c 318 struct timeval starttime, endtime, junk, difftime; local
321 gettimeofday(&junk, NULL);
  /external/python/cpython2/Lib/
difflib.py 52 the longest contiguous matching subsequence that contains no "junk"
53 elements (R-O doesn't address junk). The same idea is then applied
60 longest *contiguous* & junk-free matching subsequence. That's what
65 to synching up on blocks of "junk lines", though (like blank lines in
68 "junk" <wink>.
70 Example, comparing two strings, and considering blanks to be "junk":
157 element is junk. None is equivalent to passing "lambda x: 0", i.e.
158 no elements are considered to be junk. For example, pass
172 "automatic junk heuristic" that treats popular elements as junk
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 54 the longest contiguous matching subsequence that contains no "junk"
55 elements (R-O doesn't address junk). The same idea is then applied
62 longest *contiguous* & junk-free matching subsequence. That's what
67 to synching up on blocks of "junk lines", though (like blank lines in
70 "junk" <wink>.
72 Example, comparing two strings, and considering blanks to be "junk":
159 element is junk. None is equivalent to passing "lambda x: 0", i.e.
160 no elements are considered to be junk. For example, pass
174 "automatic junk heuristic" that treats popular elements as junk
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 54 the longest contiguous matching subsequence that contains no "junk"
55 elements (R-O doesn't address junk). The same idea is then applied
62 longest *contiguous* & junk-free matching subsequence. That's what
67 to synching up on blocks of "junk lines", though (like blank lines in
70 "junk" <wink>.
72 Example, comparing two strings, and considering blanks to be "junk":
159 element is junk. None is equivalent to passing "lambda x: 0", i.e.
160 no elements are considered to be junk. For example, pass
174 "automatic junk heuristic" that treats popular elements as junk
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 54 the longest contiguous matching subsequence that contains no "junk"
55 elements (R-O doesn't address junk). The same idea is then applied
62 longest *contiguous* & junk-free matching subsequence. That's what
67 to synching up on blocks of "junk lines", though (like blank lines in
70 "junk" <wink>.
72 Example, comparing two strings, and considering blanks to be "junk":
159 element is junk. None is equivalent to passing "lambda x: 0", i.e.
160 no elements are considered to be junk. For example, pass
174 "automatic junk heuristic" that treats popular elements as junk
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 54 the longest contiguous matching subsequence that contains no "junk"
55 elements (R-O doesn't address junk). The same idea is then applied
62 longest *contiguous* & junk-free matching subsequence. That's what
67 to synching up on blocks of "junk lines", though (like blank lines in
70 "junk" <wink>.
72 Example, comparing two strings, and considering blanks to be "junk":
159 element is junk. None is equivalent to passing "lambda x: 0", i.e.
160 no elements are considered to be junk. For example, pass
174 "automatic junk heuristic" that treats popular elements as junk
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 424 const UChar *junk; /* ignored */ local
439 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
440 (void)junk; /* Suppress set but not used warning. */
442 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status);
444 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
458 junk = ures_getStringByKey(fr_FR, "ExemplarCharacters", &resultLen, &status);
    [all...]
nccbtst.c 2646 char junk[9999]; local
2839 char junk[9999]; local
3037 char junk[9999]; local
3212 char junk[9999]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 1015 static simdvector junk; local
    [all...]
  /external/mesa3d/src/util/
ralloc.c 452 char junk; local
463 (void)junk;
465 size = vsnprintf(&junk, 1, fmt, args);
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 231 char junk[128]; local
234 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 61 Stream.junk stream;

Completed in 835 milliseconds

1 2 3 45 6 7 8 910