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

<<11121314151617181920>>

  /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...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 786 Module abcd = Modules.override(ab).with(cd); local
787 Injector injector = Guice.createInjector(abcd, ef);
844 Module abcd = Modules.override(abc).with(cd); local
    [all...]
MultibinderTest.java 644 Module abcd = Modules.override(ab).with(cd); local
645 Injector injector = Guice.createInjector(abcd, ef);
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0,
683 Module abcd = Modules.override(abc).with(cd); local
684 Injector injector = Guice.createInjector(abcd, ef);
688 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, true, 0,
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 132 t.expectTrue(isInNetEx("3ffe:8311:ffff:abcd:1234:dead:beef:101",
141 t.expectFalse(isInNetEx("3fff:8311:ffff:abcd:1234:dead:beef:101",
  /external/icu/icu4c/source/test/testdata/
ssearch.xml 338 <pre>abcd\r</pre><m>\u0301</m>
344 <pre>abcd\u0301</pre>
  /external/jsoncpp/src/test_lib_json/
main.cpp     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 359 server.enqueue(new MockResponse().addHeader("cache-control: max-age=60").setBody("ABCD"));
369 assertEquals("ABCD", readAscii(in2, Integer.MAX_VALUE));
  /frameworks/base/libs/androidfw/tests/
ResTable_test.cpp 256 testU16StringToInt(u"abcd", 0U, false, false);
257 testU16StringToInt(u"10abcd", 0U, false, false);
  /libcore/json/src/test/java/org/json/
JSONTokenerTest.java 177 JSONTokener abcdTokener = new JSONTokener("ABCD");
427 assertEquals("ABCD", new JSONTokener("AB\\CDC").nextString('C'));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 71 MySignature1 s2 = new MySignature1("ABCD@#&^%$)(*&");
72 assertEquals("ABCD@#&^%$)(*&", s2.getAlgorithm());

Completed in 2009 milliseconds

<<11121314151617181920>>