Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 5681) sorted by relevance

12345678910>>...228

/external/libcxx/test/std/re/re.alg/re.alg.search/
Dawk.pass.cpp34 const char s[] = "a"; in main() local
50 const char s[] = "ab"; in main() local
65 const char s[] = "ab"; in main() local
72 const char s[] = "aab"; in main() local
87 const char s[] = "aab"; in main() local
94 const char s[] = "abcd"; in main() local
109 const char s[] = "abbc"; in main() local
124 const char s[] = "ababc"; in main() local
142 const char s[] = "abcdefghijk"; in main() local
164 const char s[] = "abc"; in main() local
[all …]
Dextended.pass.cpp34 const char s[] = "a"; in main() local
50 const char s[] = "ab"; in main() local
65 const char s[] = "ab"; in main() local
72 const char s[] = "aab"; in main() local
87 const char s[] = "aab"; in main() local
94 const char s[] = "abcd"; in main() local
109 const char s[] = "abbc"; in main() local
124 const char s[] = "ababc"; in main() local
142 const char s[] = "abcdefghijk"; in main() local
164 const char s[] = "abc"; in main() local
[all …]
Dbasic.pass.cpp40 const char s[] = "a"; in main() local
56 const char s[] = "ab"; in main() local
71 const char s[] = "ab"; in main() local
78 const char s[] = "aab"; in main() local
93 const char s[] = "aab"; in main() local
100 const char s[] = "abcd"; in main() local
115 const char s[] = "abbc"; in main() local
130 const char s[] = "ababc"; in main() local
148 const char s[] = "abcdefghijk"; in main() local
170 const char s[] = "abc"; in main() local
[all …]
Decma.pass.cpp34 const char s[] = "a"; in main() local
50 const char s[] = "ab"; in main() local
65 const char s[] = "ab"; in main() local
72 const char s[] = "aab"; in main() local
87 const char s[] = "aab"; in main() local
94 const char s[] = "abcd"; in main() local
109 const char s[] = "abbc"; in main() local
124 const char s[] = "ababc"; in main() local
142 const char s[] = "abcdefghijk"; in main() local
163 const char s[] = "abc"; in main() local
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.match/
Decma.pass.cpp34 const char s[] = "a"; in main() local
50 const char s[] = "ab"; in main() local
65 const char s[] = "ab"; in main() local
72 const char s[] = "aab"; in main() local
78 const char s[] = "aab"; in main() local
85 const char s[] = "abcd"; in main() local
91 const char s[] = "abbc"; in main() local
106 const char s[] = "ababc"; in main() local
124 const char s[] = "abcdefghijk"; in main() local
130 const char s[] = "abc"; in main() local
[all …]
Dextended.pass.cpp34 const char s[] = "a"; in main() local
50 const char s[] = "ab"; in main() local
65 const char s[] = "ab"; in main() local
72 const char s[] = "aab"; in main() local
78 const char s[] = "aab"; in main() local
85 const char s[] = "abcd"; in main() local
91 const char s[] = "abbc"; in main() local
106 const char s[] = "ababc"; in main() local
124 const char s[] = "abcdefghijk"; in main() local
131 const char s[] = "abc"; in main() local
[all …]
Dbasic.pass.cpp40 const char s[] = "a"; in main() local
56 const char s[] = "ab"; in main() local
71 const char s[] = "ab"; in main() local
78 const char s[] = "aab"; in main() local
84 const char s[] = "aab"; in main() local
91 const char s[] = "abcd"; in main() local
97 const char s[] = "abbc"; in main() local
112 const char s[] = "ababc"; in main() local
130 const char s[] = "abcdefghijk"; in main() local
137 const char s[] = "abc"; in main() local
[all …]
/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h45 #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/
DCharMatcherTest.java155 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/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java224 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/v8/test/webkit/
Dstring-trim.js38 {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/lzma/CPP/Windows/
DFileName.cpp39 #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/v8/test/mjsunit/es6/
Dtemplates.js44 (function(s) { argument
63 (function(s) { argument
71 (function(site, n, s, o, f, r) { argument
85 (function(s) { argument
98 (function(s) { argument
109 (function(s) { argument
120 (function(s) { argument
132 (function(s) { calls++; assertEquals("foo", s[0]); })`foo`; argument
138 (function(s) { calls++; assertEquals("foo", s[0]); })`foo${1}`; argument
144 (function(s) { calls++; assertEquals("foo", s[1]); })`${1}foo${2}`; argument
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl37 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal)…
38 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
39 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal);…
40 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.interna…
41 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
42 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal); }
43 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.interna…
44 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.interna…
45 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.interna…
46 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal);…
[all …]
DvkStrUtil.inl84 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <<…
85 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(v…
86 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStruct…
87 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << get…
88 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << ge…
89 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(v…
90 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImageType…
91 inline std::ostream& operator<< (std::ostream& s, VkImageTiling value) { return s << getImageTi…
92 inline std::ostream& operator<< (std::ostream& s, VkPhysicalDeviceType value) { return s << getPh…
93 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryType…
[all …]
/external/libcxx/test/std/strings/string.conversions/
Dto_wstring.pass.cpp31 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 …]
Dto_string.pass.cpp31 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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java45 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/
Dutf_old.h332 #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 …]
/external/apache-harmony/security/src/test/api/java.injected/java/security/
DSignatureTest.java37 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/
Dto_string.pass.cpp47 …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/wpa_supplicant_8/src/fst/
Dfst_session.c28 #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/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLanguageTag.java189 String s = itr.current(); in parse() local
212 String s = itr.current(); in parseLanguage() local
231 String s = itr.current(); in parseExtlangs() local
259 String s = itr.current(); in parseScript() local
277 String s = itr.current(); in parseRegion() local
296 String s = itr.current(); in parseVariants() local
320 String s = itr.current(); in parseExtensions() local
363 String s = itr.current(); in parsePrivateuse() local
562 public static boolean isLanguage(String s) { in isLanguage()
571 public static boolean isExtlang(String s) { in isExtlang()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLanguageTag.java197 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/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLanguageTag.java201 String s = itr.current(); in parse() local
224 String s = itr.current(); in parseLanguage() local
243 String s = itr.current(); in parseExtlangs() local
271 String s = itr.current(); in parseScript() local
289 String s = itr.current(); in parseRegion() local
308 String s = itr.current(); in parseVariants() local
332 String s = itr.current(); in parseExtensions() local
375 String s = itr.current(); in parsePrivateuse() local
574 public static boolean isLanguage(String s) { in isLanguage()
583 public static boolean isExtlang(String s) { in isExtlang()
[all …]

12345678910>>...228