/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | awk.pass.cpp | 33 const char s[] = "a"; in main() local 49 const char s[] = "ab"; in main() local 64 const char s[] = "ab"; in main() local 71 const char s[] = "aab"; in main() local 86 const char s[] = "aab"; in main() local 93 const char s[] = "abcd"; in main() local 108 const char s[] = "abbc"; in main() local 123 const char s[] = "ababc"; in main() local 141 const char s[] = "abcdefghijk"; in main() local 163 const char s[] = "abc"; in main() local [all …]
|
D | basic.pass.cpp | 39 const char s[] = "a"; in main() local 55 const char s[] = "ab"; in main() local 70 const char s[] = "ab"; in main() local 77 const char s[] = "aab"; in main() local 92 const char s[] = "aab"; in main() local 99 const char s[] = "abcd"; in main() local 114 const char s[] = "abbc"; in main() local 129 const char s[] = "ababc"; in main() local 147 const char s[] = "abcdefghijk"; in main() local 169 const char s[] = "abc"; in main() local [all …]
|
D | extended.pass.cpp | 33 const char s[] = "a"; in main() local 49 const char s[] = "ab"; in main() local 64 const char s[] = "ab"; in main() local 71 const char s[] = "aab"; in main() local 86 const char s[] = "aab"; in main() local 93 const char s[] = "abcd"; in main() local 108 const char s[] = "abbc"; in main() local 123 const char s[] = "ababc"; in main() local 141 const char s[] = "abcdefghijk"; in main() local 163 const char s[] = "abc"; in main() local [all …]
|
D | ecma.pass.cpp | 33 const char s[] = "a"; in main() local 49 const char s[] = "ab"; in main() local 64 const char s[] = "ab"; in main() local 71 const char s[] = "aab"; in main() local 86 const char s[] = "aab"; in main() local 93 const char s[] = "abcd"; in main() local 108 const char s[] = "abbc"; in main() local 123 const char s[] = "ababc"; in main() local 141 const char s[] = "abcdefghijk"; in main() local 162 const char s[] = "abc"; in main() local [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | ecma.pass.cpp | 33 const char s[] = "a"; in main() local 49 const char s[] = "ab"; in main() local 64 const char s[] = "ab"; in main() local 71 const char s[] = "aab"; in main() local 77 const char s[] = "aab"; in main() local 84 const char s[] = "abcd"; in main() local 90 const char s[] = "abbc"; in main() local 105 const char s[] = "ababc"; in main() local 123 const char s[] = "abcdefghijk"; in main() local 129 const char s[] = "abc"; in main() local [all …]
|
D | extended.pass.cpp | 33 const char s[] = "a"; in main() local 49 const char s[] = "ab"; in main() local 64 const char s[] = "ab"; in main() local 71 const char s[] = "aab"; in main() local 77 const char s[] = "aab"; in main() local 84 const char s[] = "abcd"; in main() local 90 const char s[] = "abbc"; in main() local 105 const char s[] = "ababc"; in main() local 123 const char s[] = "abcdefghijk"; in main() local 130 const char s[] = "abc"; in main() local [all …]
|
D | basic.pass.cpp | 39 const char s[] = "a"; in main() local 55 const char s[] = "ab"; in main() local 70 const char s[] = "ab"; in main() local 77 const char s[] = "aab"; in main() local 83 const char s[] = "aab"; in main() local 90 const char s[] = "abcd"; in main() local 96 const char s[] = "abbc"; in main() local 111 const char s[] = "ababc"; in main() local 129 const char s[] = "abcdefghijk"; in main() local 136 const char s[] = "abc"; in main() local [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 45 #define _SQUASHFS_SWAP_SUPER_BLOCK(s, d, SWAP_FUNC) {\ argument 67 #define _SQUASHFS_SWAP_DIR_INDEX(s, d, SWAP_FUNC) {\ argument 73 #define _SQUASHFS_SWAP_BASE_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 82 #define _SQUASHFS_SWAP_IPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 92 #define _SQUASHFS_SWAP_LIPC_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 103 #define _SQUASHFS_SWAP_DEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 114 #define _SQUASHFS_SWAP_LDEV_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 126 #define _SQUASHFS_SWAP_SYMLINK_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 137 #define _SQUASHFS_SWAP_REG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument 150 #define _SQUASHFS_SWAP_LREG_INODE_HEADER(s, d, SWAP_FUNC) {\ argument [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | CharMatcherTest.java | 155 private void doTestNoMatches(CharMatcher matcher, String s) { in doTestNoMatches() 157 reallyTestAllMatches(matcher.negate(), s); in doTestNoMatches() local 158 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() local 159 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches() local 160 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches() local 161 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() local 182 private void doTestAllMatches(CharMatcher matcher, String s) { in doTestAllMatches() 184 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() local 185 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches() local 186 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() local [all …]
|
/external/libcxx/test/std/strings/string.conversions/ |
D | to_wstring.pass.cpp | 31 std::wstring s = std::to_wstring(T(0)); in test_signed() local 37 std::wstring s = std::to_wstring(T(12345)); in test_signed() local 43 std::wstring s = std::to_wstring(T(-12345)); in test_signed() local 49 std::wstring s = std::to_wstring(std::numeric_limits<T>::max()); in test_signed() local 57 std::wstring s = std::to_wstring(std::numeric_limits<T>::min()); in test_signed() local 70 std::wstring s = std::to_wstring(T(0)); in test_unsigned() local 76 std::wstring s = std::to_wstring(T(12345)); in test_unsigned() local 82 std::wstring s = std::to_wstring(std::numeric_limits<T>::max()); in test_unsigned() local 96 std::wstring s = std::to_wstring(T(0)); in test_float() local 102 std::wstring s = std::to_wstring(T(12345)); in test_float() local [all …]
|
D | to_string.pass.cpp | 31 std::string s = std::to_string(T(0)); in test_signed() local 37 std::string s = std::to_string(T(12345)); in test_signed() local 43 std::string s = std::to_string(T(-12345)); in test_signed() local 49 std::string s = std::to_string(std::numeric_limits<T>::max()); in test_signed() local 57 std::string s = std::to_string(std::numeric_limits<T>::min()); in test_signed() local 70 std::string s = std::to_string(T(0)); in test_unsigned() local 76 std::string s = std::to_string(T(12345)); in test_unsigned() local 82 std::string s = std::to_string(std::numeric_limits<T>::max()); in test_unsigned() local 96 std::string s = std::to_string(T(0)); in test_float() local 102 std::string s = std::to_string(T(12345)); in test_float() local [all …]
|
/external/v8/test/webkit/ |
D | string-trim.js | 38 {s : '\u0009', t : 'HORIZONTAL TAB'}, property 39 {s : '\u000A', t : 'LINE FEED OR NEW LINE'}, property 40 {s : '\u000B', t : 'VERTICAL TAB'}, property 41 {s : '\u000C', t : 'FORMFEED'}, property 42 {s : '\u000D', t : 'CARRIAGE RETURN'}, property 43 {s : '\u0020', t : 'SPACE'}, property 44 {s : '\u00A0', t : 'NO-BREAK SPACE'}, property 45 {s : '\u2000', t : 'EN QUAD'}, property 46 {s : '\u2001', t : 'EM QUAD'}, property 47 {s : '\u2002', t : 'EN SPACE'}, property [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | CharMatcherTest.java | 224 private void doTestNoMatches(CharMatcher matcher, String s) { in doTestNoMatches() 226 reallyTestAllMatches(matcher.negate(), s); in doTestNoMatches() local 227 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() local 228 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches() local 229 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches() local 230 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() local 251 private void doTestAllMatches(CharMatcher matcher, String s) { in doTestAllMatches() 253 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() local 254 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches() local 255 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() local [all …]
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
D | SignatureTest.java | 37 MySignature1 s = new MySignature1("ABC"); in testClone() local 46 MySignature1 s = new MySignature1("ABC"); in testGetProvider() local 53 MySignature1 s = new MySignature1("ABC"); in testGetAlgorithm() local 63 MySignature1 s = new MySignature1("ABC"); in testInitVerifyPublicKey() local 74 MySignature1 s = new MySignature1("ABC"); in testInitVerifyCertificate() local 85 MySignature1 s = new MySignature1("ABC"); in testInitSignPrivateKey() local 96 MySignature1 s = new MySignature1("ABC"); in testInitSignPrivateKeySecureRandom() local 107 MySignature1 s = new MySignature1("ABC"); in testSign() local 132 MySignature1 s = new MySignature1("ABC"); in testVerifybyteArray() local 157 MySignature1 s = new MySignature1("ABC"); in testVerifybyteArrayintint() local [all …]
|
/external/libcxx/test/std/utilities/template.bitset/bitset.members/ |
D | to_string.pass.cpp | 47 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 55 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >(); in test_to_string() local 63 std::string s = v.template to_string<char>(); in test_to_string() local 71 std::string s = v.to_string(); in test_to_string() local 82 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 90 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0'); in test_to_string() local 98 std::string s = v.template to_string<char>('0'); in test_to_string() local 106 std::string s = v.to_string('0'); in test_to_string() local 117 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 125 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0', '1'); in test_to_string() local [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestIntervalSet.java | 45 IntervalSet s = IntervalSet.of(99); in testSingleElement() local 51 IntervalSet s = new IntervalSet(); in testIsolatedElements() local 60 IntervalSet s = new IntervalSet(); in testMixedRangesAndElements() local 69 IntervalSet s = IntervalSet.of(10,20); in testSimpleAnd() local 77 IntervalSet s = IntervalSet.of('a','z'); in testRangeAndIsolatedElement() local 85 IntervalSet s = IntervalSet.of('a','z'); in testEmptyIntersection() local 93 IntervalSet s = IntervalSet.of('a'); in testEmptyIntersectionSingleElements() local 103 IntervalSet s = IntervalSet.of(50,50); in testNotSingleElement() local 111 IntervalSet s = IntervalSet.of(50,60); in testNotSet() local 121 IntervalSet s = IntervalSet.of(1,1000); in testNotEqualSet() local [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 332 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ argument 339 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument 346 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ argument 366 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ argument 386 #define UTF8_FWD_1_UNSAFE(s, i) { \ argument 391 #define UTF8_FWD_N_UNSAFE(s, i, n) { \ argument 400 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ argument 405 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument 417 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ argument 426 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument [all …]
|
D | utf8.h | 223 #define U8_GET_UNSAFE(s, i, c) { \ argument 250 #define U8_GET(s, start, i, length, c) { \ argument 281 #define U8_GET_OR_FFFD(s, start, i, length, c) { \ argument 306 #define U8_NEXT_UNSAFE(s, i, c) { \ argument 342 #define U8_NEXT(s, i, length, c) { \ argument 393 #define U8_NEXT_OR_FFFD(s, i, length, c) { \ argument 433 #define U8_APPEND_UNSAFE(s, i, c) { \ argument 469 #define U8_APPEND(s, i, capacity, c, isError) { \ argument 494 #define U8_FWD_1_UNSAFE(s, i) { \ argument 511 #define U8_FWD_1(s, i, length) { \ argument [all …]
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | trace-seq.c | 33 #define TRACE_SEQ_CHECK(s) \ argument 43 void trace_seq_init(struct trace_seq *s) in trace_seq_init() 55 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset() 70 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy() 79 static void expand_buffer(struct trace_seq *s) in expand_buffer() 102 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf() 139 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf() 171 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() 188 int trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc() 200 void trace_seq_terminate(struct trace_seq *s) in trace_seq_terminate() [all …]
|
/external/libcxx/test/std/strings/basic.string/string.capacity/ |
D | reserve.pass.cpp | 22 test(S s) in test() 35 test(S s, typename S::size_type res_arg) in test() 58 S s; in main() local 70 S s; in main() local 76 S s(100, 'a'); in main() local 89 S s; in main() local 101 S s; in main() local 107 S s(100, 'a'); in main() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LanguageTag.java | 197 String s = itr.current(); in parse() local 220 String s = itr.current(); in parseLanguage() local 239 String s = itr.current(); in parseExtlangs() local 267 String s = itr.current(); in parseScript() local 285 String s = itr.current(); in parseRegion() local 304 String s = itr.current(); in parseVariants() local 328 String s = itr.current(); in parseExtensions() local 371 String s = itr.current(); in parsePrivateuse() local 570 public static boolean isLanguage(String s) { in isLanguage() 579 public static boolean isExtlang(String s) { in isExtlang() [all …]
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 128 Stream s = m.Build(); in TEST_P() local 142 Stream s = m.Build(); in TEST_P() local 153 Stream s = m.Build(); in TEST_P() local 171 Stream s = m.Build(); in TEST_P() local 183 Stream s = m.Build(); in TEST_P() local 201 Stream s = m.Build(); in TEST_P() local 216 Stream s = m.Build(); in TEST_P() local 237 Stream s = m.Build(); in TEST_P() local 257 Stream s = m.Build(); in TEST_P() local 273 Stream s = m.Build(); in TEST_P() local [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_hv_accept.cpp | 56 ir_visitor_status s = ir->accept(v); in visit_list_elements() local 85 ir_visitor_status s = v->visit_enter(this); in accept() local 128 ir_visitor_status s = v->visit_enter(this); in accept() local 144 ir_visitor_status s = v->visit_enter(this); in accept() local 156 ir_visitor_status s = v->visit_enter(this); in accept() local 182 ir_visitor_status s = v->visit_enter(this); in accept() local 247 ir_visitor_status s = v->visit_enter(this); in accept() local 266 ir_visitor_status s = v->visit_enter(this); in accept() local 289 ir_visitor_status s = v->visit_enter(this); in accept() local 301 ir_visitor_status s = v->visit_enter(this); in accept() local [all …]
|
/external/nanopb-c/tests/decode_unittests/ |
D | decode_unittests.c | 74 pb_istream_t s; in main() local 91 pb_istream_t s; in main() local 101 pb_istream_t s; in main() local 110 pb_istream_t s = S("\x01\xFF\xFF\x03"); in main() local 123 pb_istream_t s; in main() local 135 pb_istream_t s; in main() local 147 pb_istream_t s; in main() local 159 pb_istream_t s; in main() local 170 pb_istream_t s; in main() local 191 pb_istream_t s; in main() local [all …]
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/ |
D | stream_insert.pass.cpp | 27 std::string s("some text"); in main() local 34 std::string s("some text"); in main() local 42 std::wstring s(L"some text"); in main() local 49 std::wstring s(L"some text"); in main() local 59 S s("some text"); in main() local 67 S s("some text"); in main() local 76 S s(L"some text"); in main() local 84 S s(L"some text"); in main() local
|