Home
last modified time | relevance | path

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

12345678910>>...261

/external/libcxx/test/std/re/re.alg/re.alg.search/
Dawk.pass.cpp38 const char s[] = "a"; in main() local
54 const char s[] = "ab"; in main() local
69 const char s[] = "ab"; in main() local
76 const char s[] = "aab"; in main() local
91 const char s[] = "aab"; in main() local
98 const char s[] = "abcd"; in main() local
113 const char s[] = "abbc"; in main() local
128 const char s[] = "ababc"; in main() local
146 const char s[] = "abcdefghijk"; in main() local
168 const char s[] = "abc"; in main() local
[all …]
Dextended.pass.cpp38 const char s[] = "a"; in main() local
54 const char s[] = "ab"; in main() local
69 const char s[] = "ab"; in main() local
76 const char s[] = "aab"; in main() local
91 const char s[] = "aab"; in main() local
98 const char s[] = "abcd"; in main() local
113 const char s[] = "abbc"; in main() local
128 const char s[] = "ababc"; in main() local
146 const char s[] = "abcdefghijk"; in main() local
168 const char s[] = "abc"; in main() local
[all …]
Dbasic.pass.cpp44 const char s[] = "a"; in main() local
60 const char s[] = "ab"; in main() local
75 const char s[] = "ab"; in main() local
82 const char s[] = "aab"; in main() local
97 const char s[] = "aab"; in main() local
104 const char s[] = "abcd"; in main() local
119 const char s[] = "abbc"; in main() local
134 const char s[] = "ababc"; in main() local
152 const char s[] = "abcdefghijk"; in main() local
174 const char s[] = "abc"; in main() local
[all …]
Decma.pass.cpp38 const char s[] = "a"; in main() local
54 const char s[] = "ab"; in main() local
69 const char s[] = "ab"; in main() local
76 const char s[] = "aab"; in main() local
91 const char s[] = "aab"; in main() local
98 const char s[] = "abcd"; in main() local
113 const char s[] = "abbc"; in main() local
128 const char s[] = "ababc"; in main() local
146 const char s[] = "abcdefghijk"; in main() local
167 const char s[] = "abc"; in main() local
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.match/
Decma.pass.cpp38 const char s[] = "a"; in main() local
54 const char s[] = "ab"; in main() local
69 const char s[] = "ab"; in main() local
76 const char s[] = "aab"; in main() local
82 const char s[] = "aab"; in main() local
89 const char s[] = "abcd"; in main() local
95 const char s[] = "abbc"; in main() local
110 const char s[] = "ababc"; in main() local
128 const char s[] = "abcdefghijk"; in main() local
134 const char s[] = "abc"; in main() local
[all …]
Dbasic.pass.cpp44 const char s[] = "a"; in main() local
60 const char s[] = "ab"; in main() local
75 const char s[] = "ab"; in main() local
82 const char s[] = "aab"; in main() local
88 const char s[] = "aab"; in main() local
95 const char s[] = "abcd"; in main() local
101 const char s[] = "abbc"; in main() local
116 const char s[] = "ababc"; in main() local
134 const char s[] = "abcdefghijk"; in main() local
141 const char s[] = "abc"; in main() local
[all …]
Dextended.pass.cpp38 const char s[] = "a"; in main() local
54 const char s[] = "ab"; in main() local
69 const char s[] = "ab"; in main() local
76 const char s[] = "aab"; in main() local
82 const char s[] = "aab"; in main() local
89 const char s[] = "abcd"; in main() local
95 const char s[] = "abbc"; in main() local
110 const char s[] = "ababc"; in main() local
128 const char s[] = "abcdefghijk"; in main() local
135 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/googletest/googletest/src/
Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
50 Matcher<const std::string&>::Matcher(const ::string& s) { in Matcher()
57 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
63 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
68 Matcher<std::string>::Matcher(const ::string& s) { in Matcher()
75 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
80 Matcher<const ::string&>::Matcher(const std::string& s) { in Matcher()
86 Matcher<const ::string&>::Matcher(const ::string& s) { *this = Eq(s); } in Matcher()
90 Matcher<const ::string&>::Matcher(const char* s) { *this = Eq(::string(s)); } in Matcher()
93 Matcher<::string>::Matcher(const std::string& s) { in Matcher()
[all …]
/external/Microsoft-GSL/tests/
Dspan_tests.cpp69 span<int> s; variable
77 span<int, 0> s; variable
86 span<int, 1> s; variable
92 span<int> s{}; variable
104 span<int> s; variable
109 span<int, 0> s; variable
118 span<int> s{nullptr, narrow_cast<span<int>::index_type>(0)}; variable
126 span<int, 0> s{nullptr, narrow_cast<span<int>::index_type>(0)}; variable
135 const span<int, 1> s{nullptr, narrow_cast<span<int>::index_type>(0)}; in __anon937ad2a90202() local
141 auto workaround_macro = []() { const span<int> s{nullptr, 1}; }; in __anon937ad2a90302() local
[all …]
Dmulti_span_tests.cpp61 multi_span<int> s; variable
69 multi_span<int, 0> s; variable
78 multi_span<int, 1> s; variable
84 multi_span<int> s{}; variable
96 multi_span<int> s = nullptr; variable
104 multi_span<int, 0> s = nullptr; variable
113 multi_span<int, 1> s = nullptr; variable
119 multi_span<int> s{nullptr}; variable
127 multi_span<int*> s{nullptr}; variable
138 multi_span<int> s{nullptr, 0}; variable
[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/strings/string.conversions/
Dto_wstring.pass.cpp32 std::wstring s = std::to_wstring(T(0)); in test_signed() local
38 std::wstring s = std::to_wstring(T(12345)); in test_signed() local
44 std::wstring s = std::to_wstring(T(-12345)); in test_signed() local
50 std::wstring s = std::to_wstring(std::numeric_limits<T>::max()); in test_signed() local
58 std::wstring s = std::to_wstring(std::numeric_limits<T>::min()); in test_signed() local
71 std::wstring s = std::to_wstring(T(0)); in test_unsigned() local
77 std::wstring s = std::to_wstring(T(12345)); in test_unsigned() local
83 std::wstring s = std::to_wstring(std::numeric_limits<T>::max()); in test_unsigned() local
97 std::wstring s = std::to_wstring(T(0)); in test_float() local
103 std::wstring s = std::to_wstring(T(12345)); in test_float() local
[all …]
Dto_string.pass.cpp32 std::string s = std::to_string(T(0)); in test_signed() local
38 std::string s = std::to_string(T(12345)); in test_signed() local
44 std::string s = std::to_string(T(-12345)); in test_signed() local
50 std::string s = std::to_string(std::numeric_limits<T>::max()); in test_signed() local
58 std::string s = std::to_string(std::numeric_limits<T>::min()); in test_signed() local
71 std::string s = std::to_string(T(0)); in test_unsigned() local
77 std::string s = std::to_string(T(12345)); in test_unsigned() local
83 std::string s = std::to_string(std::numeric_limits<T>::max()); in test_unsigned() local
97 std::string s = std::to_string(T(0)); in test_float() local
103 std::string s = std::to_string(T(12345)); in test_float() local
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl42 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
43 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
44 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
45 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
46 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
47 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
48 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
49 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
50 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
51 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
DvkStrUtil.inl122 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <…
123 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(…
124 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStruc…
125 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << ge…
126 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << g…
127 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(…
128 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImageTyp…
129 inline std::ostream& operator<< (std::ostream& s, VkImageTiling value) { return s << getImageT…
130 inline std::ostream& operator<< (std::ostream& s, VkPhysicalDeviceType value) { return s << getP…
131 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryTyp…
[all …]
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSessionTest.java57 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSocket_TestSSLSessions_create() local
67 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getApplicationBufferSize() local
76 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getCipherSuite() local
93 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getCreationTime() local
118 TestSSLSessions s = TestSSLSessions.create(TestSSLContext.newBuilder() in test_SSLSession_getId_TLS12() local
138 TestSSLSessions s = TestSSLSessions.create(TestSSLContext.newBuilder() in test_SSLSession_getId_TLS13() local
153 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLastAccessedTime() local
168 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalCertificates() local
182 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalPrincipal() local
194 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getPacketBufferSize() local
[all …]
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSessionTest.java53 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSocket_TestSSLSessions_create() local
63 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getApplicationBufferSize() local
72 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getCipherSuite() local
89 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getCreationTime() local
114 TestSSLSessions s = TestSSLSessions.create(TestSSLContext.newBuilder() in test_SSLSession_getId_TLS12() local
132 TestSSLSessions s = TestSSLSessions.create(TestSSLContext.newBuilder() in test_SSLSession_getId_TLS13() local
145 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLastAccessedTime() local
160 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalCertificates() local
174 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalPrincipal() local
186 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getPacketBufferSize() local
[all …]
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_logging_def.h10 #define DEBUG_TRAINING_BIST_ENGINE(level, s) argument
11 #define DEBUG_TRAINING_IP(level, s) argument
12 #define DEBUG_CENTRALIZATION_ENGINE(level, s) argument
13 #define DEBUG_TRAINING_HW_ALG(level, s) argument
14 #define DEBUG_TRAINING_IP_ENGINE(level, s) argument
15 #define DEBUG_LEVELING(level, s) argument
16 #define DEBUG_PBS_ENGINE(level, s) argument
17 #define DEBUG_TRAINING_STATIC_IP(level, s) argument
18 #define DEBUG_TRAINING_ACCESS(level, s) argument
21 #define DEBUG_TRAINING_BIST_ENGINE(level, s) argument
[all …]
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dto_string.pass.cpp53 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local
61 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >(); in test_to_string() local
69 std::string s = v.template to_string<char>(); in test_to_string() local
77 std::string s = v.to_string(); in test_to_string() local
88 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local
96 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t> >('0'); in test_to_string() local
104 std::string s = v.template to_string<char>('0'); in test_to_string() local
112 std::string s = v.to_string('0'); in test_to_string() local
123 …std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> … in test_to_string() local
131 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/
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/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c76 pb_istream_t s; in main() local
95 pb_istream_t s; in main() local
110 pb_istream_t s; in main() local
120 pb_istream_t s; in main() local
129 pb_istream_t s = S("\x01\x00"); in main() local
142 pb_istream_t s; in main() local
154 pb_istream_t s; in main() local
166 pb_istream_t s; in main() local
178 pb_istream_t s; in main() local
189 pb_istream_t s; in main() local
[all …]
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc56 grpc_chttp2_stream* s = t->lists[id].head; in stream_list_pop() local
77 static void stream_list_remove(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_remove()
99 grpc_chttp2_stream* s, in stream_list_maybe_remove()
110 grpc_chttp2_stream* s, in stream_list_add_tail()
130 static bool stream_list_add(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_add()
142 grpc_chttp2_stream* s) { in grpc_chttp2_list_add_writable_stream()
148 grpc_chttp2_stream** s) { in grpc_chttp2_list_pop_writable_stream()
153 grpc_chttp2_stream* s) { in grpc_chttp2_list_remove_writable_stream()
158 grpc_chttp2_stream* s) { in grpc_chttp2_list_add_writing_stream()
167 grpc_chttp2_stream** s) { in grpc_chttp2_list_pop_writing_stream()
[all …]
/external/libcxx/test/std/strings/basic.string/string.capacity/
Dreserve.pass.cpp25 test(S s) in test()
38 test(S s, typename S::size_type res_arg) in test()
74 S s; in main() local
86 S s; in main() local
92 S s(100, 'a'); in main() local
106 S s; in main() local
118 S s; in main() local
124 S s(100, 'a'); in main() local

12345678910>>...261