| /external/libcxx/test/std/re/re.alg/re.alg.search/ |
| D | awk.pass.cpp | 35 const char s[] = "a"; in main() local 51 const char s[] = "ab"; in main() local 66 const char s[] = "ab"; in main() local 73 const char s[] = "aab"; in main() local 88 const char s[] = "aab"; in main() local 95 const char s[] = "abcd"; in main() local 110 const char s[] = "abbc"; in main() local 125 const char s[] = "ababc"; in main() local 143 const char s[] = "abcdefghijk"; in main() local 165 const char s[] = "abc"; in main() local [all …]
|
| D | basic.pass.cpp | 41 const char s[] = "a"; in main() local 57 const char s[] = "ab"; in main() local 72 const char s[] = "ab"; in main() local 79 const char s[] = "aab"; in main() local 94 const char s[] = "aab"; in main() local 101 const char s[] = "abcd"; in main() local 116 const char s[] = "abbc"; in main() local 131 const char s[] = "ababc"; in main() local 149 const char s[] = "abcdefghijk"; in main() local 171 const char s[] = "abc"; in main() local [all …]
|
| D | extended.pass.cpp | 35 const char s[] = "a"; in main() local 51 const char s[] = "ab"; in main() local 66 const char s[] = "ab"; in main() local 73 const char s[] = "aab"; in main() local 88 const char s[] = "aab"; in main() local 95 const char s[] = "abcd"; in main() local 110 const char s[] = "abbc"; in main() local 125 const char s[] = "ababc"; in main() local 143 const char s[] = "abcdefghijk"; in main() local 165 const char s[] = "abc"; in main() local [all …]
|
| D | ecma.pass.cpp | 35 const char s[] = "a"; in main() local 51 const char s[] = "ab"; in main() local 66 const char s[] = "ab"; in main() local 73 const char s[] = "aab"; in main() local 88 const char s[] = "aab"; in main() local 95 const char s[] = "abcd"; in main() local 110 const char s[] = "abbc"; in main() local 125 const char s[] = "ababc"; in main() local 143 const char s[] = "abcdefghijk"; in main() local 164 const char s[] = "abc"; in main() local [all …]
|
| /external/libcxx/test/std/re/re.alg/re.alg.match/ |
| D | ecma.pass.cpp | 35 const char s[] = "a"; in main() local 51 const char s[] = "ab"; in main() local 66 const char s[] = "ab"; in main() local 73 const char s[] = "aab"; in main() local 79 const char s[] = "aab"; in main() local 86 const char s[] = "abcd"; in main() local 92 const char s[] = "abbc"; in main() local 107 const char s[] = "ababc"; in main() local 125 const char s[] = "abcdefghijk"; in main() local 131 const char s[] = "abc"; in main() local [all …]
|
| D | extended.pass.cpp | 35 const char s[] = "a"; in main() local 51 const char s[] = "ab"; in main() local 66 const char s[] = "ab"; in main() local 73 const char s[] = "aab"; in main() local 79 const char s[] = "aab"; in main() local 86 const char s[] = "abcd"; in main() local 92 const char s[] = "abbc"; in main() local 107 const char s[] = "ababc"; in main() local 125 const char s[] = "abcdefghijk"; in main() local 132 const char s[] = "abc"; in main() local [all …]
|
| D | basic.pass.cpp | 41 const char s[] = "a"; in main() local 57 const char s[] = "ab"; in main() local 72 const char s[] = "ab"; in main() local 79 const char s[] = "aab"; in main() local 85 const char s[] = "aab"; in main() local 92 const char s[] = "abcd"; in main() local 98 const char s[] = "abbc"; in main() local 113 const char s[] = "ababc"; in main() local 131 const char s[] = "abcdefghijk"; in main() local 138 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/Microsoft-GSL/tests/ |
| D | span_tests.cpp | 46 span<int> s; in SUITE() local 54 span<int, 0> s; in SUITE() local 63 span<int, 1> s; in SUITE() local 69 span<int> s{}; in SUITE() local 80 span<int> s; in SUITE() local 85 span<int, 0> s; in SUITE() local 93 span<int> s = nullptr; in SUITE() local 101 span<int, 0> s = nullptr; in SUITE() local 110 span<int, 1> s = nullptr; in SUITE() local 116 span<int> s{nullptr}; in SUITE() local [all …]
|
| D | multi_span_tests.cpp | 46 multi_span<int> s; in SUITE() local 54 multi_span<int, 0> s; in SUITE() local 63 multi_span<int, 1> s; in SUITE() local 69 multi_span<int> s{}; in SUITE() local 80 multi_span<int> s = nullptr; in SUITE() local 88 multi_span<int, 0> s = nullptr; in SUITE() local 97 multi_span<int, 1> s = nullptr; in SUITE() local 103 multi_span<int> s{nullptr}; in SUITE() local 111 multi_span<int*> s{nullptr}; in SUITE() local 122 multi_span<int> s{nullptr, 0}; in SUITE() local [all …]
|
| /external/libcxx/test/std/strings/string.conversions/ |
| 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 …]
|
| 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 …]
|
| /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/utilities/template.bitset/bitset.members/ |
| D | to_string.pass.cpp | 49 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 57 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >(); in test_to_string() local 65 std::string s = v.template to_string<char>(); in test_to_string() local 73 std::string s = v.to_string(); in test_to_string() local 84 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 92 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0'); in test_to_string() local 100 std::string s = v.template to_string<char>('0'); in test_to_string() local 108 std::string s = v.to_string('0'); in test_to_string() local 119 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local 127 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0', '1'); in test_to_string() local [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/libcxx/test/std/strings/basic.string/string.capacity/ |
| D | reserve.pass.cpp | 23 test(S s) in test() 36 test(S s, typename S::size_type res_arg) in test() 69 S s; in main() local 81 S s; in main() local 87 S s(100, 'a'); in main() local 100 S s; in main() local 112 S s; in main() local 118 S s(100, 'a'); in main() local
|
| /external/lzma/CPP/Windows/ |
| D | FileName.cpp | 39 #define IS_DEVICE_PATH(s) ((s)[0] == '\\' && (s)[1] == '\\' && (s)[2] == '.' && (s)[3] == '\\') argument 40 #define IS_SUPER_PREFIX(s) ((s)[0] == '\\' && (s)[1] == '\\' && (s)[2] == '?' && (s)[3] == '\\') argument 41 #define IS_SUPER_OR_DEVICE_PATH(s) ((s)[0] == '\\' && (s)[1] == '\\' && ((s)[2] == '?' || (s)[2] ==… argument 44 #define IS_UNC_WITH_SLASH(s) ( \ argument 50 bool IsDevicePath(CFSTR s) throw() in IsDevicePath() 83 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPa… in IsSuperUncPath() 85 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == … in IsDrivePath() 86 bool IsSuperPath(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() 87 bool IsSuperOrDevicePath(const wchar_t *s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() 91 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; } in IsDrivePath() [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkStrUtilImpl.inl | 40 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal… 41 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); } 42 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)… 43 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern… 44 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); } 45 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);… 46 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern… 47 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern… 48 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern… 49 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)… [all …]
|
| D | vkStrUtil.inl | 94 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <… 95 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(… 96 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStruc… 97 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << ge… 98 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << g… 99 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(… 100 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImageTyp… 101 inline std::ostream& operator<< (std::ostream& s, VkImageTiling value) { return s << getImageT… 102 inline std::ostream& operator<< (std::ostream& s, VkPhysicalDeviceType value) { return s << getP… 103 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryTyp… [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/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
|
| /external/clang/test/CodeGenCXX/ |
| D | stack-reuse.cpp | 71 S_small s = foo_small(); in small_rvoed_named_temporary_object() local 74 S_small s = foo_small(); in small_rvoed_named_temporary_object() local 88 S_large s = foo_large(); in large_rvoed_named_temporary_object() local 91 S_large s = foo_large(); in large_rvoed_named_temporary_object() local 105 S_small s; in small_auto_object() local 109 S_small s; in small_auto_object() local 124 S_large s; in large_auto_object() local 128 S_large s; in large_auto_object() local 133 int large_combiner_test(S_large s) { in large_combiner_test()
|
| /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/icu/icu4c/source/common/unicode/ |
| D | utf_old.h | 334 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ argument 341 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument 348 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ argument 368 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ argument 388 #define UTF8_FWD_1_UNSAFE(s, i) { \ argument 393 #define UTF8_FWD_N_UNSAFE(s, i, n) { \ argument 402 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ argument 407 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument 419 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ argument 428 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
| D | LanguageTag.java | 203 String s = itr.current(); in parse() local 226 String s = itr.current(); in parseLanguage() local 245 String s = itr.current(); in parseExtlangs() local 273 String s = itr.current(); in parseScript() local 291 String s = itr.current(); in parseRegion() local 310 String s = itr.current(); in parseVariants() local 334 String s = itr.current(); in parseExtensions() local 377 String s = itr.current(); in parsePrivateuse() local 576 public static boolean isLanguage(String s) { in isLanguage() 585 public static boolean isExtlang(String s) { in isExtlang() [all …]
|