/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec_support.py | 118 self.assertEqual(self.encode(u'abcd' + self.unmappedunicode + u'efgh', 143 self.assertEqual(self.encode(u'abcd' + self.unmappedunicode + u'efgh', 151 self.assertEqual(self.encode(u'abcd' + self.unmappedunicode + u'efgh',
|
/external/pcre/dist/testdata/ |
testinput2 | 51 /[abcd/ 199 /[abcd]/IS 201 /(?i)[abcd]/IS 295 /(?>.*)(?<=(abcd)|(xyz))/I 409 abcd 410 abcd\C2 411 abcd\C5 582 abcd 588 /^.?abcd/IS 598 (abcd) [all...] |
testinput10 | 26 abcd 34 abcd 429 abcd 432 abcd 861 ABCD 942 ABCD
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetTest.java | 661 ByteBuffer bb = c1.encode(CharBuffer.wrap("abcd\u5D14efg")); 663 "abcd" + new String(c1.newEncoder().replacement(), "iso8859-1") + "efg"); 694 ByteBuffer bb = c1.encode("abcd\u5D14efg"); 696 "abcd" + new String(c1.newEncoder().replacement(), "iso8859-1") + "efg"); 727 CharBuffer cb = c1.decode(ByteBuffer.wrap("abcd\u5D14efg".getBytes("iso8859-1"))); 729 assertEquals(new String(cb.array()).trim(), "abcd" + new String(replacement, "iso8859-1") + "efg"); [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
ParcelTest.java | 448 new Signature("ABCD"), 449 new Signature("abcd")}; [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
platformsettings_test.py | 48 Link-local IPv6 Address . . . . . : abcd::1234:1a33:b2cc:238%%18(Preferred) 53 Default Gateway . . . . . . . . . : abcd::2:37ee:ef70:56%%18
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_fileapp.py | 144 fp.write('abcd') 153 assert TestApp(app).get('/file').body == b'abcd'
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/ |
test_vpc_peering_connection.py | 54 <vpcId>vpc-2398abcd</vpcId> 98 self.assertEqual(vpc_peering_connection.requester_vpc_info.vpc_id, 'vpc-2398abcd')
|
/external/libweave/src/commands/ |
cloud_command_proxy_unittest.cc | 34 const char kCmdID[] = "abcd"; 107 'id': 'abcd',
|
/external/protobuf/python/google/protobuf/internal/ |
wire_format_test.py | 82 self.assertRaises(TypeError, Z, 'abcd') 99 self.assertRaises(TypeError, Z, 'abcd')
|
/external/regex-re2/re2/testing/ |
search_test.cc | 40 { "[abcd]", "xxxabcdxxx" }, 42 { "[abcd]+", "xxxabcdxxx" },
|
/external/v8/test/mjsunit/ |
string-replace.js | 166 replaceTest("ABCD", "abcd", /(.)/g, function r(m, c1, i, s) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
GsmAlphabetTest.java | 270 GsmAlphabet.stringToGsm8BitUnpackedField("abcd", unpacked, 309 GsmAlphabet.stringToGsm8BitUnpackedField("abcd", unpacked,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
CharacterTest.java | 387 result = Character.offsetByCodePoints("abcd", 3, -1); 449 result = Character.offsetByCodePoints("abcd".toCharArray(), 0, 4, 3, -1); 452 result = Character.offsetByCodePoints("abcd".toCharArray(), 1, 2, 3, -2); 480 Character.offsetByCodePoints("abcd".toCharArray(), -1, 4, 1, 1); 486 Character.offsetByCodePoints("abcd".toCharArray(), 0, -1, 1, 1); 492 Character.offsetByCodePoints("abcd".toCharArray(), 2, 4, 1, 1); 498 Character.offsetByCodePoints("abcd".toCharArray(), 1, 3, 0, 1); 504 Character.offsetByCodePoints("abcd".toCharArray(), 1, 1, 3, 1); [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf-strtab.c | 369 s3 -> "abcd" 373 s3 -> "abcd"
|
/bionic/linker/tests/ |
linked_list_test.cpp | 215 ASSERT_EQ("abcd", ss.str());
|
/cts/tests/tests/text/src/android/text/method/cts/ |
NumberKeyListenerTest.java | 101 str = new SpannableString("ABCD");
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_cp.py | 492 '-h', 'x-%s-meta-1:abcd' % self.provider_custom_meta, 'cp', 497 self.assertRegexpMatches(stdout, r'Metadata:\s*1:\s*abcd') 504 self.assertRegexpMatches(stdout, r'Metadata:\s*1:\s*abcd') [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
util_test.py | 155 util.AcceptableMimeType, ['*/*'], 'abcd')
|
/external/clang/test/FixIt/ |
format.m | 164 NSLog(@"%s", 'abcd'); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}} 167 NSLog(@"%lf", 'abcd'); // expected-warning{{format specifies type 'double' but the argument has type 'int'}} 170 NSLog(@"%@", 'abcd'); // expected-warning{{format specifies type 'id' but the argument has type 'int'}} 180 NSLog(@"%c", 'abcd'); // missing-warning{{format specifies type 'char' but the argument has type 'int'}}
|
/external/curl/lib/ |
objnames-test08.sh | 140 expect=1590ABCD
|
/external/google-breakpad/src/common/linux/ |
linux_libc_support_unittest.cc | 159 ASSERT_EQ(NULL, my_memchr("abcd", 'd', 3));
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
CharMatcherTest.java | 141 doTestNoMatches(anyOf(""), "abcd"); 142 doTestNoMatches(anyOf("x"), "abcd"); 143 doTestNoMatches(anyOf("xy"), "abcd"); 428 assertEquals("_", CharMatcher.ANY.collapseFrom("abcd", '_'));
|
/external/harfbuzz_ng/test/api/ |
test-common.c | 119 g_assert_cmphex (hb_tag_from_string ("aBcD", -1), ==, 0x61426344);
|
test-ot-tag.c | 217 test_tag_from_language ("ABCD", "asdf-asdf-wer-x-hbotabcd");
|