/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 110 f << "abcd\n"; 114 f << "abcd ef"; 117 f << 1 << '\n' << 2.0 << '\n' << "abcd\n" << "ghk lm\n" << "abcd ef"; 138 CPPUNIT_ASSERT( str == "abcd" ); 148 CPPUNIT_ASSERT( str == "abcd ef" ); 179 f << 1 << '\n' << 2.0 << '\n' << "abcd\n" << "ghk lm\n" << "abcd ef"; 194 CPPUNIT_ASSERT( s == "abcd" ); 204 CPPUNIT_ASSERT( s == "abcd ef" ) [all...] |
/external/v8/test/mjsunit/third_party/regexp-pcre/ |
regexp-pcre.js | 117 res[38] = /[abcd]/i; 197 res[118] = /^.?abcd/i; 819 res[740] = /(a|abcd|african)/; 856 res[777] = /^[abcd]\d/; 857 res[778] = /^[abcd]*\d/; 858 res[779] = /^[abcd]+\d/; 860 res[781] = /^[abcd]?\d/; 861 res[782] = /^[abcd]{2,3}\d/; 881 res[802] = /abcd\t\n\r\f\a\e\071\x3b\$\\\?caxyz/; 931 res[852] = /abcd/; [all...] |
/prebuilts/go/darwin-x86/src/strings/ |
strings_test.go | 31 var abcd = "abcd" 212 {abcd, 4, []string{"a", "b", "c", "d"}}, 214 {abcd, 2, []string{"a", "bcd"}}, 239 {abcd, "a", 0, nil}, 240 {abcd, "a", -1, []string{"", "bcd"}}, 241 {abcd, "z", -1, []string{"abcd"}}, 242 {abcd, "", -1, []string{"a", "b", "c", "d"}}, 278 {abcd, "a", -1, []string{"a", "bcd"}} [all...] |
/prebuilts/go/linux-x86/src/strings/ |
strings_test.go | 31 var abcd = "abcd" 212 {abcd, 4, []string{"a", "b", "c", "d"}}, 214 {abcd, 2, []string{"a", "bcd"}}, 239 {abcd, "a", 0, nil}, 240 {abcd, "a", -1, []string{"", "bcd"}}, 241 {abcd, "z", -1, []string{"abcd"}}, 242 {abcd, "", -1, []string{"a", "b", "c", "d"}}, 278 {abcd, "a", -1, []string{"a", "bcd"}} [all...] |
/external/webrtc/talk/app/webrtc/ |
datachannel_unittest.cc | 154 webrtc::DataBuffer buffer("abcd"); 176 webrtc::DataBuffer buffer("abcd"); 193 webrtc::DataBuffer buffer("abcd"); 352 webrtc::DataBuffer buffer("abcd"); 367 webrtc::DataBuffer buffer("abcd"); 442 webrtc::DataBuffer buffer("abcd");
|
/external/regex-re2/re2/testing/ |
filtered_re2_test.cc | 96 "abcd..yyy..yyyzzz", 101 "abcd", 264 atoms.push_back("abcd");
|
/external/valgrind/none/tests/amd64/ |
gen_insn_test.pl | 234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/) 354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/) 509 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/ [all...] |
asorep.c | 23 if (memcmp (buf2, "abcd", 5) != 0
|
pcmpstr64w.c | 620 try_istri(wot,h,s, "111111111111abcd", "0000000000abcdef"); 622 try_istri(wot,h,s, "1111abcd11abcd11", "000000000000abcd"); 624 try_istri(wot,h,s, "11abcd1111abcd11", "000000000000abcd"); 625 try_istri(wot,h,s, "abcd111111abcd11", "000000000000abcd"); 626 try_istri(wot,h,s, "cd11111111abcd11", "000000000000abcd"); 628 try_istri(wot,h,s, "01abcd11abcd1111", "000000000000abcd"); 629 try_istri(wot,h,s, "00abcd11abcd1111", "000000000000abcd"); 630 try_istri(wot,h,s, "0000cd11abcd1111", "000000000000abcd"); 632 try_istri(wot,h,s, "00abcd1100abcd11", "000000000000abcd"); 633 try_istri(wot,h,s, "00abcd110000cd11", "000000000000abcd"); [all...] |
/external/clang/test/Rewriter/ |
rewrite-block-literal.mm | 61 myfunc(^(int abcd) {
|
/external/libbrillo/brillo/streams/ |
memory_stream_unittest.cc | 233 std::string str("abcd"); 245 std::string str("abcd"); 257 char str[] = "abcd"; 269 char str[] = "abcd";
|
/external/nanopb-c/tests/encode_unittests/ |
encode_unittests.c | 119 TEST(WRITES(pb_encode_string(&s, (const uint8_t*)"abcd", 4), "\x04""abcd")); 120 TEST(WRITES(pb_encode_string(&s, (const uint8_t*)"abcd\x00", 5), "\x05""abcd\x00"));
|
/external/okhttp/okio/okio/src/test/java/okio/ |
ByteStringTest.java | 127 assertEquals(ByteString.encodeUtf8("abcd"), ByteString.encodeUtf8("abCD").toAsciiLowercase()); 138 assertEquals(ByteString.encodeUtf8("ABCD"), ByteString.encodeUtf8("ABcd").toAsciiUppercase());
|
/external/v8/test/webkit/fast/js/kde/ |
statements.js | 41 shouldBe("testSwitch(0)", "'abcd'");
|
/external/v8/test/webkit/fast/regex/ |
pcre-test-4.js | 289 var input0 = "abcd"; 294 var input0 = "abcd"; 318 var input0 = "abcd\u0100\u0100\u0100\u0100"; 323 var input0 = "abcd\u0100\u0100\u0100\u0100"; 328 var input0 = "abcd\u0100\u0100\u0100\u0100"; 333 var input0 = "abcd\u0100\u0100\u0100XX"; 338 var input0 = "abcd\u0100\u0100\u0100\u0100\u0100\u0100\u0100XX"; 343 var input0 = "abcd\u0100\u0100\u0100\u0100\u0100\u0100\u0100XX"; 385 var results = ["abcd"]; 431 var input1 = "1234abcd"; [all...] |
/external/valgrind/memcheck/tests/amd64/ |
insn-pcmpistri.c | 83 doit("abcd");
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
StringTest.java | 58 assertTrue("abcd".contains("abc")); 59 assertFalse("abcd".contains("cba")); 63 assertTrue("abcd".charAt(0) == 'a'); 64 assertTrue("abcd".charAt(3) == 'd'); 68 assertTrue("abcd".startsWith("abc")); 69 assertFalse("abcd".startsWith("aabc")); 73 assertTrue("abcd".endsWith("bcd")); 74 assertFalse("abcd".endsWith("bcde")); 284 result = new String("abcd").offsetByCodePoints(3, -1);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_multibytecodec.py | 39 self.assertEqual('abcd'.encode(enc), 'abcd') 215 wr.write('abcd') 216 self.assertEqual(s.getvalue(), 'abcd')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_multibytecodec.py | 39 self.assertEqual('abcd'.encode(enc), 'abcd') 215 wr.write('abcd') 216 self.assertEqual(s.getvalue(), 'abcd')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec.py | 39 self.assertEqual('abcd'.encode(enc), 'abcd') 215 wr.write('abcd') 216 self.assertEqual(s.getvalue(), 'abcd')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec.py | 39 self.assertEqual('abcd'.encode(enc), 'abcd') 215 wr.write('abcd') 216 self.assertEqual(s.getvalue(), 'abcd')
|
/system/update_engine/payload_generator/ |
payload_file_unittest.cc | 48 string orig_data = "kernel abcd";
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
cons.d | 80 2d: abcd.*
|
consfar.d | 82 2d: abcd.*
|
/external/pcre/dist/testdata/ |
testinput12 | 25 /abcd/S++ 26 abcd 29 /abcd/S+ 30 abcd 35 /abcd/S++ 36 abcd 41 /abcd/S++1 42 abcd 48 /abcd/S++2 49 abcd [all...] |