/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 | 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 …]
|
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 …]
|
/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/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/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/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/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/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/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 | 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 …]
|
D | utf8.h | 225 #define U8_GET_UNSAFE(s, i, c) { \ argument 252 #define U8_GET(s, start, i, length, c) { \ argument 283 #define U8_GET_OR_FFFD(s, start, i, length, c) { \ argument 308 #define U8_NEXT_UNSAFE(s, i, c) { \ argument 344 #define U8_NEXT(s, i, length, c) { \ argument 395 #define U8_NEXT_OR_FFFD(s, i, length, c) { \ argument 435 #define U8_APPEND_UNSAFE(s, i, c) { \ argument 471 #define U8_APPEND(s, i, capacity, c, isError) { \ argument 496 #define U8_FWD_1_UNSAFE(s, i) { \ argument 513 #define U8_FWD_1(s, i, length) { \ argument [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/wpa_supplicant_8/src/fst/ |
D | fst_session.c | 28 #define fst_printf_session(s, level, format, ...) \ argument 35 #define fst_printf_siface(s, iface, level, format, ...) \ argument 39 #define fst_printf_sframe(s, is_old, level, format, ...) \ argument 80 #define foreach_fst_session(s) \ argument 84 #define foreach_fst_session_safe(s, temp) \ argument 110 static inline void fst_session_notify_ctrl(struct fst_session *s, in fst_session_notify_ctrl() 118 static void fst_session_set_state(struct fst_session *s, in fst_session_set_state() 145 struct fst_session *s; in fst_find_free_session_id() local 170 struct fst_session *s = user_ctx; in fst_session_timeout_handler() local 182 static void fst_session_stt_arm(struct fst_session *s) in fst_session_stt_arm() [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 …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LanguageTag.java | 199 String s = itr.current(); in parse() local 222 String s = itr.current(); in parseLanguage() local 241 String s = itr.current(); in parseExtlangs() local 269 String s = itr.current(); in parseScript() local 287 String s = itr.current(); in parseRegion() local 306 String s = itr.current(); in parseVariants() local 330 String s = itr.current(); in parseExtensions() local 373 String s = itr.current(); in parsePrivateuse() local 572 public static boolean isLanguage(String s) { in isLanguage() 581 public static boolean isExtlang(String s) { in isExtlang() [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | LanguageTag.java | 191 String s = itr.current(); in parse() local 214 String s = itr.current(); in parseLanguage() local 233 String s = itr.current(); in parseExtlangs() local 261 String s = itr.current(); in parseScript() local 279 String s = itr.current(); in parseRegion() local 298 String s = itr.current(); in parseVariants() local 322 String s = itr.current(); in parseExtensions() local 365 String s = itr.current(); in parsePrivateuse() local 564 public static boolean isLanguage(String s) { in isLanguage() 573 public static boolean isExtlang(String s) { in isExtlang() [all …]
|