Home
last modified time | relevance | path

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

12345678910>>...208

/external/libcxx/test/std/re/re.alg/re.alg.search/
Dawk.pass.cpp35 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 …]
Dextended.pass.cpp35 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 …]
Dbasic.pass.cpp41 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 …]
Decma.pass.cpp35 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/
Decma.pass.cpp35 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 …]
Dbasic.pass.cpp41 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 …]
Dextended.pass.cpp35 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/
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/Microsoft-GSL/tests/
Dspan_tests.cpp46 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 …]
Dmulti_span_tests.cpp46 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/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionTest.java40 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSocket_TestSSLSessions_create() local
50 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getApplicationBufferSize() local
59 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getCipherSuite() local
76 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getCreationTime() local
94 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getId() local
111 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLastAccessedTime() local
126 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalCertificates() local
140 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalPrincipal() local
152 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getPacketBufferSize() local
161 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getPeerCertificateChain() local
[all …]
/external/libcxx/test/std/strings/string.conversions/
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 …]
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 …]
/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/libcxx/test/std/utilities/template.bitset/bitset.members/
Dto_string.pass.cpp49 …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/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl39 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
40 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
41 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
42 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
43 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
44 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
45 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
46 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
47 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
48 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
DvkStrUtil.inl98 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <…
99 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(…
100 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStruc…
101 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << ge…
102 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << g…
103 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(…
104 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImageTyp…
105 inline std::ostream& operator<< (std::ostream& s, VkImageTiling value) { return s << getImageT…
106 inline std::ostream& operator<< (std::ostream& s, VkPhysicalDeviceType value) { return s << getP…
107 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryTyp…
[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/lzma/CPP/Windows/
DFileName.cpp17 int FindSepar(const wchar_t *s) throw() in FindSepar()
30 int FindSepar(const FChar *s) throw() in FindSepar()
63 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath()
65 bool IsAltPathPrefix(CFSTR s) throw() in IsAltPathPrefix()
93 #define IS_DEVICE_PATH(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '.' && IS_SEP… argument
94 #define IS_SUPER_PREFIX(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '?' && IS_SEP… argument
95 #define IS_SUPER_OR_DEVICE_PATH(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && ((s)[2] == '?' || (s)[2… argument
97 #define IS_UNC_WITH_SLASH(s) ( \ argument
103 bool IsDevicePath(CFSTR s) throw() in IsDevicePath()
136 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPa… in IsSuperUncPath()
[all …]
/external/libcxx/test/std/strings/basic.string/string.capacity/
Dreserve.pass.cpp23 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/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/python/cpython2/Lib/
Dstringold.py46 def lower(s): argument
55 def upper(s): argument
64 def swapcase(s): argument
74 def strip(s): argument
84 def lstrip(s): argument
93 def rstrip(s): argument
104 def split(s, sep=None, maxsplit=0): argument
136 def index(s, *args): argument
145 def rindex(s, *args): argument
154 def count(s, *args): argument
[all …]
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
Dstream_insert.pass.cpp27 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/
Dstack-reuse.cpp71 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/compiler/glsl/
Dir_hv_accept.cpp55 ir_visitor_status s = ir->accept(v); in visit_list_elements() local
84 ir_visitor_status s = v->visit_enter(this); in accept() local
107 ir_visitor_status s = v->visit_enter(this); in accept() local
123 ir_visitor_status s = v->visit_enter(this); in accept() local
135 ir_visitor_status s = v->visit_enter(this); in accept() local
161 ir_visitor_status s = v->visit_enter(this); in accept() local
240 ir_visitor_status s = v->visit_enter(this); in accept() local
259 ir_visitor_status s = v->visit_enter(this); in accept() local
282 ir_visitor_status s = v->visit_enter(this); in accept() local
294 ir_visitor_status s = v->visit_enter(this); in accept() local
[all …]

12345678910>>...208