/external/valgrind/main/memcheck/tests/ |
str_tester.c | 201 check ((stpcpy (one, "abcde") - one) == 5, 9); 202 equal (one, "abcde", 10); 690 check(strstr(one, "abcde") == NULL, 9); /* Too long. */ [all...] |
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 140 JSONTokener abcdeTokener = new JSONTokener("ABCDE");
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Splitter.java | 245 * For example, {@code Splitter.atEach(2).split("abcde")} returns an
|
/external/chromium_org/third_party/sqlite/src/test/ |
pragma.test | 611 three VARCHAR(45, 65) DEFAULT 'abcde', 620 {2 three {VARCHAR(45, 65)} 0 'abcde' 0} \ [all...] |
e_expr.test | 650 do_execsql_test e_expr-12.2.3 {SELECT 'abcde'} {abcde} 674 3 'abcde' 906 do_execsql_test e_expr-14.1.1 { SELECT 'abc%' LIKE 'abcde' } 0 907 do_execsql_test e_expr-14.1.2 { SELECT 'abcde' LIKE 'abc%' } 1 [all...] |
where7.test | 850 OR (g='tsrqpon' AND f GLOB 'abcde*') 864 OR (g='tsrqpon' AND f GLOB 'abcde*') [all...] |
/external/pcre/dist/testdata/ |
testoutput4 | 855 0: abcde 856 1: abcde
|
testinput6 | 1427 abcde 1480 abcde
|
/ndk/build/core/ |
definitions-graph.mk | 255 -test-ndk-mod-get-closure.ABCDE = \ 522 -test-ndk-mod-get-bfs-depends.ABCDE = \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_deque.py | 253 s = tuple('abcde') 609 d = Deque('abcde', maxlen=4)
|
test_types.py | 208 if 'xyz' + 'abcde' != 'xyzabcde': self.fail('string concatenation') 210 if 0*'abcde' != '': self.fail('string repetition 0*')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_deque.py | 253 s = tuple('abcde') 609 d = Deque('abcde', maxlen=4)
|
test_types.py | 208 if 'xyz' + 'abcde' != 'xyzabcde': self.fail('string concatenation') 210 if 0*'abcde' != '': self.fail('string repetition 0*')
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HttpResponseCacheTest.java | 206 .setBody("ABCDE") 238 final String body = "ABCDE"; 525 transferKind.setBody(response, "ABCDE\nFGHIJKLMNOPQRSTUVWXYZ", 16); 532 assertEquals("ABCDE", reader.readLine()); 564 transferKind.setBody(response, "ABCDE\nFGHIJKLMNOPQRSTUVWXYZ", 1024); 571 assertEquals("ABCDE", readAscii(connection, 5)); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.cpp | [all...] |
testidna.cpp | 365 "www.-abcde.com", 376 "www.abcde-.com", 387 "www.abcde@.com", [all...] |
/external/icu/icu4c/source/test/intltest/ |
ustrtest.cpp | [all...] |
testidna.cpp | 365 "www.-abcde.com", 376 "www.abcde-.com", 387 "www.abcde@.com", [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf | 736 # wep_key0..3: Static WEP key (ASCII in double quotation, e.g. "abcde" or [all...] |
/external/chromium_org/base/strings/ |
string_util_unittest.cc | 281 {L" a \r b\n c \r\n d \t\re \t f \n ", true, L"abcde f"}, 313 {" a \r b\n c \r\n d \t\re \t f \n ", true, "abcde f"}, [all...] |
/external/chromium_org/third_party/sqlite/src/doc/ |
lemon.html | 689 %name Abcde 698 <li> Abcde(). [all...] |
/external/chromium_org/v8/test/webkit/fast/regex/ |
pcre-test-4.js | 866 var results = ["abcde", "abcde"]; [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
event_watcher_test.unitjs | 365 .waitForCalm(this.changeTextField, input, 'abcde', 4, 4, 69) // 'e'
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_index_unittest.cc | 393 const char* titles[] = { "abcd", "abcde" };
|
/external/chromium_org/components/dom_distiller/core/ |
distiller_unittest.cc | 47 const char* kImageData[kTotalImages] = {"abcde", "12345"};
|