/external/jsoncpp/test/data/ |
test_basic_04.json | 0 "abcdef"
|
test_basic_04.expected | 1 .="abcdef"
|
/external/valgrind/main/memcheck/tests/ |
sigprocmask.stderr.exp | 2 11111111 89abcdef 22222222 33333333 0 44444444 4 11111111 89abcdef 22222222 33333333 0 44444444 6 11111111 89abcdef 22222222 33333333 89abccef 44444444
|
/external/chromium_org/third_party/polymer/components-chromium/core-style/ |
my-theme-extracted.js | 4 colorOne: '#abcdef',
|
/external/valgrind/main/none/tests/s390x/ |
mvst.stdout.exp | 2 0123456789abcdef
|
ex.stdout.exp | 3 before: buffer = |0123456789abcdef| 5 after: buffer = |0123456789abcdef|
|
exrl.stdout.exp | 3 before: buffer = |0123456789abcdef| 5 after: buffer = |0123456789abcdef|
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_returnfuncptrs.py | 16 self.assertEqual(strchr("abcdef", "b"), "bcdef") 17 self.assertEqual(strchr("abcdef", "x"), None) 18 self.assertRaises(ArgumentError, strchr, "abcdef", 3) 19 self.assertRaises(TypeError, strchr, "abcdef") 30 self.assertTrue(strchr("abcdef", "b"), "bcdef") 31 self.assertEqual(strchr("abcdef", "x"), None) 32 self.assertRaises(ArgumentError, strchr, "abcdef", 3) 33 self.assertRaises(TypeError, strchr, "abcdef") 40 self.assertTrue(strchr(b"abcdef", b"b"), "bcdef") 41 self.assertEqual(strchr(b"abcdef", b"x"), None [all...] |
test_stringptr.py | 51 self.assertEqual(strchr("abcdef", "c"), "cdef") 52 self.assertEqual(strchr(c_buffer("abcdef"), "c"), "cdef") 57 buf = c_buffer("abcdef") 59 self.assertEqual(strchr("abcdef", "c"), "cdef") 66 buf = c_buffer("abcdef")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_returnfuncptrs.py | 16 self.assertEqual(strchr("abcdef", "b"), "bcdef") 17 self.assertEqual(strchr("abcdef", "x"), None) 18 self.assertRaises(ArgumentError, strchr, "abcdef", 3) 19 self.assertRaises(TypeError, strchr, "abcdef") 30 self.assertTrue(strchr("abcdef", "b"), "bcdef") 31 self.assertEqual(strchr("abcdef", "x"), None) 32 self.assertRaises(ArgumentError, strchr, "abcdef", 3) 33 self.assertRaises(TypeError, strchr, "abcdef") 40 self.assertTrue(strchr(b"abcdef", b"b"), "bcdef") 41 self.assertEqual(strchr(b"abcdef", b"x"), None [all...] |
test_stringptr.py | 51 self.assertEqual(strchr("abcdef", "c"), "cdef") 52 self.assertEqual(strchr(c_buffer("abcdef"), "c"), "cdef") 57 buf = c_buffer("abcdef") 59 self.assertEqual(strchr("abcdef", "c"), "cdef") 66 buf = c_buffer("abcdef")
|
/external/bluetooth/bluedroid/osi/test/ |
thread_test.cpp | 26 thread_t *thread = thread_new("0123456789abcdef"); 27 ASSERT_STREQ("0123456789abcdef", thread_name(thread)); 33 ASSERT_STREQ("0123456789abcdef", thread_name(thread));
|
/external/chromium_org/device/test/data/bluetooth/ |
invalid_uuid.xml | 5 <uuid value="01234567:89AB-CDEF-0123-456789ABCDEF" />
|
uppercase_uuid.xml | 5 <uuid value="01234567-89AB-CDEF-0123-456789ABCDEF" />
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
files.json | 4 "file": "chrome.abcdef.nm",
|
/external/clang/test/Lexer/ |
cxx0x_raw_string_delim_length.cpp | 3 const char *str1 = R"(abcdef)"; // ok 7 const char *str4 = R"abcdefghijkmnopqrstuvwxyz(abcdef)abcdefghijkmnopqrstuvwxyz"; // expected-error {{raw string delimiter longer than 16 characters}} expected-error {{expected expression}}
|
/external/smali/util/src/test/java/org/jf/util/ |
StringWrapperTest.java | 41 new String[]{"abc", "abcdef", "abcdef"}, 61 new String[]{"abcdef"}, 62 StringWrapper.wrapString("abcdef", 6, new String[3])); 65 new String[]{"abcdef", "abcdef"}, 66 StringWrapper.wrapString("abcdef\nabcdef", 6, new String[3])); 73 new String[]{"", "abcdef"}, 77 new String[]{"", "", "abcdef"}, 81 new String[]{"", "", "abcdef"}, [all...] |
/external/chromium_org/build/android/pylib/device/ |
device_utils_test.py | 43 serial_as_str = str('0123456789abcdef') 44 d = device_utils.DeviceUtils('0123456789abcdef') 208 '0123456789abcdef', default_timeout=1, default_retries=0) 214 with self.assertCalls('adb -s 0123456789abcdef devices', 215 '00123456789abcdef device\r\n'): 219 with self.assertCalls('adb -s 0123456789abcdef devices', '\r\n'): 226 with self.assertCalls("adb -s 0123456789abcdef shell 'ls /root'", 231 with self.assertCalls("adb -s 0123456789abcdef shell 'ls /root'", 240 ('adb -s 0123456789abcdef shell getprop ro.build.type', 242 ('adb -s 0123456789abcdef root', 'restarting adbd as root\r\n') [all...] |
/external/markdown/tests/misc/ |
tabs-in-lists.txt | 17 abcdef
|
/art/runtime/base/ |
hex_dump_test.cc | 34 const char* test_text = "0123456789abcdef"; 39 "00000000: 30 31 32 33 34 35 36 37 38 39 61 62 63 64 65 66 0123456789abcdef"); 48 "00000000: 30 31 32 33 34 35 36 37 38 39 61 62 63 64 65 66 0123456789abcdef\n" 50 "00000010: 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 0123456789ABCDEF"); 64 const char* test_text = "0123456789abcdef"; 69 "0123456789abcdef");
|
/external/compiler-rt/test/msan/ |
strxfrm.cc | 9 const char *p = "abcdef";
|
/external/openssl/crypto/pem/ |
message | 6 DEK-Info: DES-CBC,0123456789abcdef
|
/external/llvm/test/Object/ |
archive-format.test | 10 RUN: echo zed > 0123456789abcdef 13 RUN: llvm-ar rc test.a 0123456789abcde 0123456789abcdef 18 CHECK-NEXT: 0123456789abcdef/
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_shared_settings_update_unittest.cc | 31 "abcdef", 41 "abcdef", "name", base::StringValue("Hans Moleman"), true))); 51 "abcdef", 63 "abcdef", 77 "abcdef",
|
/external/chromium_org/third_party/re2/re2/testing/ |
possible_match_test.cc | 32 { "Abcdef", 10, "Abcdef", "Abcdef" }, 33 { "abc(def|ghi)", 10, "abcdef", "abcghi" }, 49 { "(?i)Abcdef", 10, "ABCDEF", "abcdef" }, 50 { "(?i)abc(def|ghi)", 10, "ABCDEF", "abcghi" }, 67 { "\\AAbcdef", 10, "Abcdef", "Abcdef" }, [all...] |