/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 654 Matcher matcher = pattern.matcher("abcde"); 656 assertEquals("abcde", matcher.group()); 658 matcher = pattern.matcher("abcde");
|
/prebuilts/go/darwin-x86/src/regexp/ |
find_test.go | 38 {`^`, "abcde", build(1, 0, 0)}, 39 {`$`, "abcde", build(1, 5, 5)}, 42 {`^abcd$`, "abcde", nil},
|
/prebuilts/go/linux-x86/src/regexp/ |
find_test.go | 38 {`^`, "abcde", build(1, 0, 0)}, 39 {`$`, "abcde", build(1, 5, 5)}, 42 {`^abcd$`, "abcde", nil},
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.java | 205 .setChunkedBody("ABCDE\nFGHIJ\nKLMNO\nPQR", 8)); 337 MockResponse response = new MockResponse().setChunkedBody("ABCDE\nFGHIJ\nKLMNO\nPQR", 8); 343 assertContent("ABCDE", c1, 5); 345 assertContent("ABCDE", c2, 5); 781 mockResponse.setChunkedBody("abcde", 5); [all...] |
/external/python/cpython2/Lib/test/ |
test_itertools.py | 147 self.assertEqual(len(set(map(id, combinations('abcde', 3)))), 1) 148 self.assertNotEqual(len(set(map(id, list(combinations('abcde', 3))))), 1) 224 self.assertEqual(len(set(map(id, cwr('abcde', 3)))), 1) 225 self.assertNotEqual(len(set(map(id, list(cwr('abcde', 3))))), 1) 294 self.assertEqual(len(set(map(id, permutations('abcde', 3)))), 1) 295 self.assertNotEqual(len(set(map(id, list(permutations('abcde', 3))))), 1) [all...] |
test_iter.py | 234 self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"]) 239 self.check_for_loop(iter(unicode("abcde")), 851 a = "abcde"
|
test_argparse.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_iter.py | 222 self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"])
227 self.check_for_loop(iter(unicode("abcde")),
841 a = "abcde"
|
test_argparse.py | [all...] |
/external/python/cpython3/Lib/test/ |
test_tracemalloc.py | 715 self.assertTrue(fnmatch('abcde', 'a*c*e')) 727 self.assertTrue(fnmatch('aBcDe', 'Ab*dE')) 734 self.assertFalse(fnmatch('aBcDe', 'Ab*dE')) [all...] |
test_argparse.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_iter.py | 222 self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"]) 227 self.check_for_loop(iter(unicode("abcde")), 841 a = "abcde"
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_iter.py | 222 self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"]) 227 self.check_for_loop(iter(unicode("abcde")), 841 a = "abcde"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 222 self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"]) 227 self.check_for_loop(iter(unicode("abcde")), 841 a = "abcde"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 222 self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"]) 227 self.check_for_loop(iter(unicode("abcde")), 841 a = "abcde"
|
/art/libartbase/base/ |
bit_string.h | 131 * "ABCDE...K" := [A,B,C,D,E, ... K] + [0]*(N-idx(K)) s.t. N >= K.
|
/external/guava/guava-tests/test/com/google/common/io/ |
CharSourceTest.java | 210 String expected = "abcde";
|
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
MultibinderTest.java | 122 Set<String> abcde = injector.getInstance(setKey); local 125 assertEquals(results, abcde); 167 Set<String> abcde = injector.getInstance(setKey); local 169 assertEquals(results, abcde); [all...] |
/external/libbrillo/brillo/streams/ |
memory_stream_unittest.cc | 332 EXPECT_TRUE(stream->WriteAllBlocking("abcde", 5, nullptr));
|
/external/libchrome/base/ |
stl_util_unittest.cc | 311 std::string str("abcde");
|
/external/skia/tests/ |
StringTest.cpp | 320 REPORTER_ASSERT(r, SkStringFromUTF16(test2, SK_ARRAY_COUNT(test2)).equals("ABCDE FGHIJ"));
|
/external/toybox/tests/ |
sed.test | 115 testing 'empty match' "sed -e 's/[^ac]*/A/g'" 'AaAcA' '' 'abcde'
|
/external/webrtc/webrtc/base/ |
filerotatingstream_unittest.cc | 242 std::string message("abcde");
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
CategoryManagerTest.java | 261 final String testPackage3 = "com.abcde.test3";
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherInputStreamTest.java | 70 private final String plainText = "abcde";
|