/prebuilts/go/linux-x86/test/fixedbugs/ |
bug303.go | 35 br := strings.NewReader("abcd")
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
mapmisc.s | 7 .ascii "abcd"
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/ |
constants.s | 13 s12 equ 'abcd'
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/ |
data.s | 7 STRING: .string "ABCD", 51h, 52h, 53h, 54h, "Houston", 36+12
|
/cts/tests/tests/provider/src/android/provider/cts/ |
BlockedNumberContractTest.java | 134 assertInsertBlockedNumberSucceeds("1234@abcd.com", null); 135 assertTrue(BlockedNumberContract.isBlocked(mContext, "1234@abcd.com")); 137 assertInsertBlockedNumberSucceeds("2345@abcd.com", null); 138 assertTrue(BlockedNumberContract.isBlocked(mContext, "2345@abcd.com")); 140 assertFalse(BlockedNumberContract.isBlocked(mContext, "9999@abcd.com")); 154 assertInsertBlockedNumberSucceeds("1234@abcd.com", null); 155 assertEquals(1, BlockedNumberContract.unblock(mContext, "1234@abcd.com")); 156 assertFalse(BlockedNumberContract.isBlocked(mContext, "1234@abcd.com"));
|
/external/curl/tests/data/ |
test1222 | 43 result: 1590ABCD expected: 1590ABCD input: 123_567_90ABCDEFGHIJKLMNOPQRSTUV
|
/external/icu/icu4c/source/test/testdata/ |
icuio.txt | 149 { "%x", "abcd ef01", "4", "abcd" } 150 { "%3x", "abcd ef01", "4", "abc" } 151 { "%*hx%hx", "abcd ef01", "2", "ef01" } 159 { "%[abce]", "abcd ef01", "S", "abc" } 160 { "%*[abce]%[de\\ ]", "abcd ef01", "S", "d e" } 168 { "%*3S%S", "abcd efg", "S", "d" } 169 { "%*3s%s", "abcd efg", "s", "d" }
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
ccp_size.pass.cpp | 22 const char buf[] = "abcd"; 32 const char buf[] = "abcd";
|
cscp_size.pass.cpp | 22 const signed char buf[] = "abcd"; 32 const signed char buf[] = "abcd";
|
cucp_size.pass.cpp | 22 unsigned char buf[] = "abcd"; 32 unsigned char buf[] = "abcd";
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/ |
pop_back.pass.cpp | 34 test(S("abcde"), S("abcd")); 41 test(S("abcde"), S("abcd"));
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/util/ |
StringUtilsTest.java | 40 String parsedString = StringUtils.parseQuotedString("\"abcd\""); 41 Assert.assertEquals("abcd", parsedString);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
h-registers-1.ll | 2 ; RUN: grep {movzbl %\[abcd\]h,} %t | count 8 3 ; RUN: grep {%\[abcd\]h} %t | not grep {%r\[\[:digit:\]\]*d}
|
/external/valgrind/none/tests/ |
unit_debuglog.stderr.exp | 110 |%s| printf = |abcd| wrote 6 chars 111 |%s| debuglog = |abcd| wrote 6 chars 112 |%9s| printf = | abcd| wrote 11 chars 113 |%9s| debuglog = | abcd| wrote 11 chars 114 |%-9s| printf = |abcd | wrote 11 chars 115 |%-9s| debuglog = |abcd | wrote 11 chars 116 |%*s| printf = | abcd| wrote 8 chars 117 |%*s| debuglog = | abcd| wrote 8 chars
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
ccp_size.pass.cpp | 22 const char buf[] = "abcd"; 32 const char buf[] = "abcd";
|
cscp_size.pass.cpp | 22 const signed char buf[] = "abcd"; 32 const signed char buf[] = "abcd";
|
cucp_size.pass.cpp | 22 unsigned char buf[] = "abcd"; 32 unsigned char buf[] = "abcd";
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_erase/ |
pop_back.pass.cpp | 34 test(S("abcde"), S("abcd")); 41 test(S("abcde"), S("abcd"));
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/ |
AternativeApproach.java | 45 String s = "abcd Log"; 51 assertEquals("abcd LOGGER", r); 63 String s = "abcd Log ="; 67 assertEquals("abcd Logger =", r); 108 String s = "abcd Log ="; 112 assertEquals("abcd Logger =", r);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
StrTagTest.java | 41 assertEquals("abcd", getData("string: abcd", "string")); 45 assertEquals("abcd", getData("string: !!str abcd", "string")); 49 assertEquals("abcd", getData("string: !<tag:yaml.org,2002:str> abcd", "string"));
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
8bit.pnacl.ll | 34 ; CHECK: add {{[abcd]l}} 50 ; CHECK: add {{[abcd]l}} 67 ; CHECK: sub {{[abcd]l}} 83 ; CHECK: sub {{[abcd]l}} 100 ; CHECK: mul {{[abcd]l|BYTE PTR}} 118 ; CHECK: mul {{[abcd]l|BYTE PTR}} 136 ; CHECK: div {{[abcd]l|BYTE PTR}} 153 ; CHECK: div {{[abcd]l|BYTE PTR}} 172 ; CHECK: div {{[abcd]l|BYTE PTR}} 175 ; REM-NEXT: mov {{[abcd]}}l,a [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
regex_tests.py | 137 ('ab\\|cd', 'abcd', SUCCEED,
172 ('abcd*efg', 'abcdefg', SUCCEED,
186 ('\\(a\\|b\\)c*d', 'abcd', SUCCEED,
192 ('a\\([bc]*\\)\\(c*d\\)', 'abcd', SUCCEED,
193 'found+"-"+g1+"-"+g2', 'abcd-bc-d'),
194 ('a\\([bc]+\\)\\(c*d\\)', 'abcd', SUCCEED,
195 'found+"-"+g1+"-"+g2', 'abcd-bc-d'),
196 ('a\\([bc]*\\)\\(c+d\\)', 'abcd', SUCCEED,
197 'found+"-"+g1+"-"+g2', 'abcd-b-cd'),
203 ('\\(\\(a\\)\\(b\\)c\\)\\(d\\)', 'abcd', SUCCEED, [all...] |
re_tests.py | 188 ('ab|cd', 'abcd', SUCCEED, 'found', 'ab'),
207 ('abcd*efg', 'abcdefg', SUCCEED, 'found', 'abcdefg'),
214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
217 ('a([bc]*)(c*d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-bc-d'),
218 ('a([bc]+)(c*d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-bc-d'),
219 ('a([bc]*)(c+d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-b-cd'),
223 ('((a)(b)c)(d)', 'abcd', SUCCEED, 'g1+"-"+g2+"-"+g3+"-"+g4', 'abc-a-b-d'), [all...] |
/external/python/cpython2/Lib/test/ |
re_tests.py | 188 ('ab|cd', 'abcd', SUCCEED, 'found', 'ab'), 207 ('abcd*efg', 'abcdefg', SUCCEED, 'found', 'abcdefg'), 214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'), 217 ('a([bc]*)(c*d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-bc-d'), 218 ('a([bc]+)(c*d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-bc-d'), 219 ('a([bc]*)(c+d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-b-cd'), 223 ('((a)(b)c)(d)', 'abcd', SUCCEED, 'g1+"-"+g2+"-"+g3+"-"+g4', 'abc-a-b-d') [all...] |
/external/python/cpython3/Lib/test/ |
re_tests.py | 188 ('ab|cd', 'abcd', SUCCEED, 'found', 'ab'), 207 ('abcd*efg', 'abcdefg', SUCCEED, 'found', 'abcdefg'), 214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'), 217 ('a([bc]*)(c*d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-bc-d'), 218 ('a([bc]+)(c*d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-bc-d'), 219 ('a([bc]*)(c+d)', 'abcd', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcd-b-cd'), 223 ('((a)(b)c)(d)', 'abcd', SUCCEED, 'g1+"-"+g2+"-"+g3+"-"+g4', 'abc-a-b-d') [all...] |