HomeSort by relevance Sort by last modified time
    Searched full:abcde (Results 126 - 150 of 369) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
string_char.pass.cpp 48 test0(S("abcde"), '1', S("abcde1"));
55 test1(S("abcde"), '1', S("abcde1"));
65 test0(S("abcde"), '1', S("abcde1"));
72 test1(S("abcde"), '1', S("abcde1"));
  /external/chromium_org/third_party/sqlite/src/test/
collateA.test 28 INSERT INTO t1 VALUES(1, 'abcde','abcde');
38 execsql {SELECT a FROM t1 WHERE b='abcde '}
41 execsql {SELECT a FROM t1 WHERE c='abcde '}
122 execsql {SELECT a FROM t1 WHERE b='abcde '}
125 execsql {SELECT a FROM t1 WHERE c='abcde '}
189 execsql {SELECT a FROM t1 WHERE b='abcde '}
192 execsql {SELECT a FROM t1 WHERE c='abcde '}
enc3.test 67 } {abcde}
72 } {abcde}
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.stdout.exp 143 istri 0C 111111111abcde11 00000000000abcde -> 00810002 00810002
145 istri 0C 1111111111abcde1 00000000000abcde -> 00810001 00810001
146 istri 0C 11111111111abcde 00000000000abcde -> 08810000 08810000
147 istri 0C 111111111111abcd 00000000000abcde -> 00800010 00800010
148 istri 0C 111abcde1abcde11 00000000000abcde -> 00810002 00810002
149 istri 0C 11abcde11abcde11 00000000000abcde -> 00810002 00810002
150 istri 0C 1abcde111abcde11 00000000000abcde -> 00810002 00810002
151 istri 0C abcde1111abcde11 00000000000abcde -> 00810002 00810002
152 istri 0C bcde11111abcde11 00000000000abcde -> 00810002 00810002
    [all...]
  /ndk/sources/android/support/tests/
stdio_unittest.cc 11 EXPECT_EQ(5, snprintf(char_buff, char_buff_len, "%s", "abcde"));
40 EXPECT_EQ(5, swprintf(wide_buff, wide_buff_len, L"%s", "abcde"));
  /frameworks/av/drm/mediadrm/plugins/clearkey/tests/
InitDataParserUnittest.cpp 87 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
94 expectedKeys.push(String8("01234567890ABCDE"));
108 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
119 expectedKeys.push(String8("01234567890ABCDE"));
129 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
135 expectedKeys.push(String8("01234567890ABCDE"));
172 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
190 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
208 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
226 0x38, 0x39, 0x30, 0x41, 0x42, 0x43, 0x44, 0x45, // "01234567890ABCDE"
    [all...]
  /external/chromium_org/apps/
saved_devices_service_unittest.cc 77 device0 = new MockUsbDevice("ABCDE", 0);
96 base::string16 serial_number(base::ASCIIToUTF16("ABCDE"));
113 ASSERT_EQ(base::ASCIIToUTF16("ABCDE"), device_entries[0].serial_number);
136 " \"serial_number\": \"ABCDE\","
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverHttp20Draft09Test.java 35 MockResponse response = new MockResponse().setBody("ABCDE").setStatus("HTTP/1.1 200 Sweet")
42 assertContent("ABCDE", connection, Integer.MAX_VALUE);
57 MockResponse response = new MockResponse().setBody("ABCDE").setStatus("HTTP/1.1 200 Sweet")
64 assertContent("ABCDE", connection, Integer.MAX_VALUE);
  /external/valgrind/main/memcheck/tests/amd64/
insn-pcmpistri.stdout.exp 6 strlen("abcde")=5
  /external/chromium_org/chromeos/ime/
extension_ime_util_unittest.cc 15 extension_ime_util::GetInputMethodID("ABCDE", "12345"));
20 extension_ime_util::GetComponentInputMethodID("ABCDE", "12345"));
  /external/compiler-rt/test/msan/
getline.cc 1 // RUN: echo "abcde" > %t-testdata
26 assert(strcmp(line, "abcde\n") == 0);
  /external/libcxx/test/strings/basic.string/string.modifiers/string_erase/
pop_back.pass.cpp 36 test(S("abcde"), S("abcd"));
43 test(S("abcde"), S("abcd"));
  /external/libcxx/test/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 39 test(S("abcde"));
47 test(S("abcde"));
data.pass.cpp 39 test(S("abcde"));
47 test(S("abcde"));
get_allocator.pass.cpp 33 test(S("abcde", A(1)), A(1));
42 test(S("abcde", A()), A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/
pop_back.pass.cpp 36 test(S("abcde"), S("abcd"));
43 test(S("abcde"), S("abcd"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 39 test(S("abcde"));
47 test(S("abcde"));
data.pass.cpp 39 test(S("abcde"));
47 test(S("abcde"));
get_allocator.pass.cpp 33 test(S("abcde", A(1)), A(1));
42 test(S("abcde", A()), A());
  /external/harfbuzz_ng/test/api/
test-common.c 118 g_assert_cmphex (hb_tag_from_string ("aBcDe", -1), ==, 0x61426344);
123 g_assert_cmphex (hb_tag_from_string ("aBcDe", 1), ==, 0x61202020);
124 g_assert_cmphex (hb_tag_from_string ("aBcDe", 2), ==, 0x61422020);
125 g_assert_cmphex (hb_tag_from_string ("aBcDe", 3), ==, 0x61426320);
126 g_assert_cmphex (hb_tag_from_string ("aBcDe", 4), ==, 0x61426344);
127 g_assert_cmphex (hb_tag_from_string ("aBcDe", 4), ==, 0x61426344);
  /libcore/luni/src/test/java/libcore/java/io/
OldWriterTest.java 59 assertEquals("Wrong stuff written!", "01234abcde", tobj.toString());
104 tobj.write("abcde".toCharArray());
105 assertEquals("Wrong stuff written!", "01234abcde", tobj.toString());
134 tobj.write("abcde");
135 assertEquals("Wrong stuff written!", "01234abcde", tobj.toString());
154 assertEquals("Wrong stuff written!", "01234abcde", tobj.toString());
  /external/chromium_org/net/http/
http_content_disposition_unittest.cc 25 {"inline; filename=\"abcde.pdf\"", "", L"abcde.pdf"},
26 {"inline; name=\"abcde.pdf\"", "", L"abcde.pdf"},
27 {"attachment; filename=abcde.pdf", "", L"abcde.pdf"},
28 {"attachment; name=abcde.pdf", "", L"abcde.pdf"},
30 {"filename=abcde.pdf", "", L"abcde.pdf"}
    [all...]
  /external/llvm/test/Transforms/InstCombine/
strstr-1.ll 9 @.str2 = private constant [6 x i8] c"abcde\00"
34 ; Check strstr("abcde", "bcd") -> "abcde" + 1.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 51 self.assertRaises(TypeError, setslice, a, 0, 5, "abcde")
52 self.assertRaises(TypeError, setitem, a, slice(0, 5), "abcde")
90 res, 0, 5, u"abcde")
92 res, slice(0, 5), u"abcde")
154 res, 0, 5, u"abcde")
156 res, slice(0, 5), u"abcde")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 51 self.assertRaises(TypeError, setslice, a, 0, 5, "abcde")
52 self.assertRaises(TypeError, setitem, a, slice(0, 5), "abcde")
90 res, 0, 5, u"abcde")
92 res, slice(0, 5), u"abcde")
154 res, 0, 5, u"abcde")
156 res, slice(0, 5), u"abcde")

Completed in 847 milliseconds

1 2 3 4 56 7 8 91011>>