HomeSort by relevance Sort by last modified time
    Searched full:abcd (Results 376 - 400 of 822) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 227 >>> s.set_seqs("abcd", "bcde")
240 >>> s = SequenceMatcher(None, "abcd", "bcde")
266 >>> s = SequenceMatcher(None, "abcd", "bcde")
269 >>> s.set_seq2("abcd")
367 >>> s = SequenceMatcher(None, " abcd", "abcd abcd")
379 junk. That prevents " abcd" from matching the " abcd" at the tail
380 end of the second sequence directly. Instead only the "abcd" ca
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 25 {"e2fc714c4727ee9395f324cd2e7f331f", "abcd"},
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1_test.go 26 {"81fe8bfe87576c3ecb22426f8e57847382917acf", "abcd"},
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512_test.go 54 "abcd",
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 20 {0x03d8018b, "abcd"},
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_test.go 22 {0xed82cd11, 0x92c80a31, "abcd"},
  /prebuilts/go/linux-x86/src/crypto/md5/
md5_test.go 25 {"e2fc714c4727ee9395f324cd2e7f331f", "abcd"},
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1_test.go 26 {"81fe8bfe87576c3ecb22426f8e57847382917acf", "abcd"},
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512_test.go 54 "abcd",
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 20 {0x03d8018b, "abcd"},
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_test.go 22 {0xed82cd11, 0x92c80a31, "abcd"},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 227 >>> s.set_seqs("abcd", "bcde")
240 >>> s = SequenceMatcher(None, "abcd", "bcde")
266 >>> s = SequenceMatcher(None, "abcd", "bcde")
269 >>> s.set_seq2("abcd")
367 >>> s = SequenceMatcher(None, " abcd", "abcd abcd")
379 junk. That prevents " abcd" from matching the " abcd" at the tail
380 end of the second sequence directly. Instead only the "abcd" ca
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 227 >>> s.set_seqs("abcd", "bcde")
240 >>> s = SequenceMatcher(None, "abcd", "bcde")
266 >>> s = SequenceMatcher(None, "abcd", "bcde")
269 >>> s.set_seq2("abcd")
367 >>> s = SequenceMatcher(None, " abcd", "abcd abcd")
379 junk. That prevents " abcd" from matching the " abcd" at the tail
380 end of the second sequence directly. Instead only the "abcd" ca
    [all...]
  /system/bt/btcore/test/
uuid_test.cpp 28 static const char *UUID_SEQUENTIAL = "01234567-89ab-cdef-ABCD-EF0123456789";
  /system/connectivity/shill/
icmp_unittest.cc 162 "fe80::1aa9:5ff:abcd:1234"));
  /system/extras/perfprofd/quipper/
perf_utils.cc 81 // "0123456789abcd" -> 15 bytes -> packed into 16 bytes
  /toolchain/binutils/binutils-2.25/libiberty/
concat.c 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
  /prebuilts/go/darwin-x86/src/fmt/
fmt_test.go 311 {"%x", 0x1234abcd, "1234abcd"},
314 {"%X", 0x1234abcd, "1234ABCD"},
461 {"%08x", []byte{0xab, 0xcd}, "0000abcd"},
465 {"%8x", []byte{0xab, 0xcd}, " abcd"},
473 {"%08x", "\xab\xcd", "0000abcd"},
477 {"%8x", "\xab\xcd", " abcd"},
702 {"%s", byteStringerSlice, "abcd"},
703 {"%q", byteStringerSlice, "\"abcd\""},
709 {"%s", byteFormatterSlice, "abcd"},
710 {"%q", byteFormatterSlice, "\"abcd\""},
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
fmt_test.go 311 {"%x", 0x1234abcd, "1234abcd"},
314 {"%X", 0x1234abcd, "1234ABCD"},
461 {"%08x", []byte{0xab, 0xcd}, "0000abcd"},
465 {"%8x", []byte{0xab, 0xcd}, " abcd"},
473 {"%08x", "\xab\xcd", "0000abcd"},
477 {"%8x", "\xab\xcd", " abcd"},
702 {"%s", byteStringerSlice, "abcd"},
703 {"%q", byteStringerSlice, "\"abcd\""},
709 {"%s", byteFormatterSlice, "abcd"},
710 {"%q", byteFormatterSlice, "\"abcd\""},
    [all...]
  /external/cmockery/cmockery_0_1_2/doc/
index.html 421 return connect_to_database("customers.abcd.org", 321);
525 return connect_to_database("products.abcd.org", 322);
549 expect_string(connect_to_database, url, "products.abcd.org");
558 expect_string(connect_to_database, url, "products.abcd.com");
568 expect_string(connect_to_database, url, "products.abcd.org");
  /external/icu/icu4c/source/test/iotest/
strtst.c 338 Test_u_snprintf(0, "%s", "abcd", 4, "xxxxxxxxxxxxxx");
339 Test_u_snprintf(3, "%s", "abcd", 4, "abcxxxxxxxxxxx");
340 Test_u_snprintf(4, "%s", "abcd", 4, "abcdxxxxxxxxxx");
341 Test_u_snprintf(5, "%s", "abcd", 4, "abcd");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py 68 self.assertEqual(take(4, c('abc', 'def')), list('abcd'))
75 self.assertEqual(take(4, chain.from_iterable(['abc', 'def'])), list('abcd'))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py 68 self.assertEqual(take(4, c('abc', 'def')), list('abcd'))
75 self.assertEqual(take(4, chain.from_iterable(['abc', 'def'])), list('abcd'))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 68 self.assertEqual(take(4, c('abc', 'def')), list('abcd'))
75 self.assertEqual(take(4, chain.from_iterable(['abc', 'def'])), list('abcd'))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 68 self.assertEqual(take(4, c('abc', 'def')), list('abcd'))
75 self.assertEqual(take(4, chain.from_iterable(['abc', 'def'])), list('abcd'))
    [all...]

Completed in 1092 milliseconds

<<11121314151617181920>>