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

1 2 3 45 6 7 8 91011

  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
tag_test.go 83 {"junk", ""},
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 223 int junk; local
483 junk = close(sockfd);
484 assert(junk == 0);
487 junk = close(sockf6);
488 assert(junk == 0);
Responder.c 681 int junk; local
686 junk = fclose(fp);
687 assert(junk == 0);
  /libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java 697 File[] junk = dir.listFiles();
698 if (junk.length != 0) {
701 + Arrays.asList(junk));
702 for (int i=0; i<junk.length; i++)
703 junk[i].delete();
    [all...]
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 502 char junk[800]; local
503 sprintf(junk, " %4d:\t%p\t%s\t%s\n",
505 logln(UnicodeString(junk));
  /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/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 139 static void sigalrm_handler(int junk)
152 static void sigusr1_handler(int junk)
  /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...]
  /external/python/cpython3/Lib/
difflib.py 51 the longest contiguous matching subsequence that contains no "junk"
52 elements (R-O doesn't address junk). The same idea is then applied
59 longest *contiguous* & junk-free matching subsequence. That's what
64 to synching up on blocks of "junk lines", though (like blank lines in
67 "junk" <wink>.
69 Example, comparing two strings, and considering blanks to be "junk":
156 element is junk. None is equivalent to passing "lambda x: 0", i.e.
157 no elements are considered to be junk. For example, pass
171 "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 425 const UChar *junk; /* ignored */ local
440 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
441 (void)junk; /* Suppress set but not used warning. */
443 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status);
445 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status);
459 junk = ures_getStringByKey(fr_FR, "ExemplarCharacters", &resultLen, &status);
    [all...]

Completed in 893 milliseconds

1 2 3 45 6 7 8 91011