/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 598 d.put("abcde", "ABCDE"); 618 self.d.put("abcde", "ABCDE") 619 self.assertTrue(self.d.exists("abcde") == True, 631 d.put("abcde", "ABCDE"); 637 d.compact(start='abcde', stop='monty', txn=None, 785 self.d.put("abcde", "ABCDE", txn=txn [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 210 ('(ab|cd)e', 'abcde', SUCCEED, 'found+"-"+g1', 'cde-cd'), 212 ('^(ab|cd)e', 'abcde', FAIL, 'xg1y', 'xy'), 234 ('(.*)c(.*)', 'abcde', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcde-ab-de'), 373 ('(ab|cd)e', 'abcde', SUCCEED, 'found+"-"+g1', 'cde-cd'), 375 ('^(ab|cd)e', 'abcde', FAIL), 404 ('(.*)c(.*)', 'abcde', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcde-ab-de'), 504 ('(?i)(ab|cd)e', 'ABCDE', SUCCEED, 'found+"-"+g1', 'CDE-CD'), 506 ('(?i)^(ab|cd)e', 'ABCDE', FAIL) [all...] |
test_memoryview.py | 154 self.assertFalse(m == tp_comp(b"abcde")) 155 self.assertTrue(m != tp_comp(b"abcde"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 210 ('(ab|cd)e', 'abcde', SUCCEED, 'found+"-"+g1', 'cde-cd'), 212 ('^(ab|cd)e', 'abcde', FAIL, 'xg1y', 'xy'), 234 ('(.*)c(.*)', 'abcde', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcde-ab-de'), 373 ('(ab|cd)e', 'abcde', SUCCEED, 'found+"-"+g1', 'cde-cd'), 375 ('^(ab|cd)e', 'abcde', FAIL), 404 ('(.*)c(.*)', 'abcde', SUCCEED, 'found+"-"+g1+"-"+g2', 'abcde-ab-de'), 504 ('(?i)(ab|cd)e', 'ABCDE', SUCCEED, 'found+"-"+g1', 'CDE-CD'), 506 ('(?i)^(ab|cd)e', 'ABCDE', FAIL) [all...] |
test_memoryview.py | 154 self.assertFalse(m == tp_comp(b"abcde")) 155 self.assertTrue(m != tp_comp(b"abcde"))
|
/external/pcre/dist/testdata/ |
testinput8 | 394 abcde: 403 abcde: 467 abcde\P [all...] |
testoutput8 | 730 abcde: 731 0: abcde: 746 abcde: 918 abcde\P 919 Partial match: abcde [all...] |
testinput1 | [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
MultiReaderTest.java | 88 String begin = "abcde";
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestStreaming.java | 60 new TestCase("abcde\nfghi",
|
/external/libcxx/test/std/experimental/string.view/string.view.find/ |
find_first_not_of_char_size.pass.cpp | 75 constexpr SV sv2 { "abcde", 5 };
|
find_first_of_char_size.pass.cpp | 73 constexpr SV sv2 { "abcde", 5 };
|
find_last_not_of_char_size.pass.cpp | 73 constexpr SV sv2 { "abcde", 5 };
|
find_last_of_char_size.pass.cpp | 73 constexpr SV sv2 { "abcde", 5 };
|
/external/llvm/test/MC/Mips/ |
elf-relsym.s | 78 .asciz "abcde"
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/ |
FormatUtilsTests.java | 30 assertEquals(2, FormatUtils.overlapPoint("abcde", "cdefg"));
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
WordComposerTests.java | 67 final String STR_WITH_SUPPLEMENTARY_CHAR = "abcde\uD861\uDED7fgh";
|
BinaryDictionaryTests.java | 299 addUnigramWord(binaryDictionary, "abcde", unigramProbability); 301 addBigramWords(binaryDictionary, "abcde", "fghij", bigramProbability); 306 assertEquals(bigramProbability, getBigramProbability(binaryDictionary, "abcde", "fghij")); 308 getBigramProbability(binaryDictionary, "abcde", "fgh")); 309 addBigramWords(binaryDictionary, "abcde", "fghij", updatedBigramProbability); 311 getBigramProbability(binaryDictionary, "abcde", "fghij")); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
CertPinInstallReceiverTest.java | 211 assertEquals("abcde", runTestWithoutSig(TEST_CERT, "abcde", getNextVersion(), getHashOfCurrentContent()));
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
dynamic_pt_updating_helper.cpp | 203 // Reallocating PtNode: abcde, newNode: abcxy. 207 // Reallocating PtNode: abcde, newNode: abc.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
StringTest.java | 96 assertEquals("Incorrect string returned: " + s, "ABCDE", s); 98 assertFalse("Did not use nonzero hibyte", s.equals("ABCDE")); 118 assertFalse("Did not use nonzero hibyte", s.equals("ABCDE")); 123 assertEquals("Incorrect string returned: " + s, "ABCDE", s); 135 assertEquals("Incorrect string returned: " + s, "ABCDE", s);
|
/external/clang/test/Analysis/ |
string.c | 908 char *x = "abcde"; 920 char *x = "aBcDe"; 927 char *y = "abcde"; 987 char *x = "abcde"; 999 char *x = "aBcDe"; 1006 char *y = "abcde"; 1011 char *x = "abcde"; 1017 char *x = "abcde";
|
/external/lldb/tools/lldb-perf/darwin/sketch/ |
foobar.sketch2 | 300
@ABCDE _{362.53125, 106.90625}WSKTLine_{138.609375, 349.5859375}O7streamtyped???@???NSColor ??NSObject ??c?ff?#?? O7streamtyped???@???NSColor ??NSObject ??c?ff ?? 321
abcde _8{{49.83203125, 37.70703125}, {197.234375, 237.26953125}}\SKTRectangleO7streamtyped???@??? (…)
|
/frameworks/base/core/tests/coretests/src/android/os/ |
FileUtilsTest.java | 97 assertEquals("ABCDE", FileUtils.readTextFile(mTestFile, 5, null)); 98 assertEquals("ABCDE<>", FileUtils.readTextFile(mTestFile, 5, "<>"));
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestFastQueue.java | 83 String expecting = "abcde";
|