Home
last modified time | relevance | path

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

12345678910>>...303

/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 …]
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 …]
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 …]
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/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl45 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
46 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
47 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
48 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
49 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
50 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
51 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
52 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
53 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
54 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
DvkStrUtil.inl186 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return…
187 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResult…
188 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getS…
189 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s <…
190 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s …
191 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormat…
192 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImag…
193 inline std::ostream& operator<< (std::ostream& s, VkImageTiling value) { return s << getIm…
194 inline std::ostream& operator<< (std::ostream& s, VkPhysicalDeviceType value) { return s << …
195 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQuer…
[all …]
/external/libcxx/test/std/strings/string.conversions/
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 …]
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 …]
/external/conscrypt/repackaged/common/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
136 TestSSLSessions s = TestSSLSessions.create(TestSSLContext.newBuilder() in test_SSLSession_getId_TLS13() local
149 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLastAccessedTime() local
164 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalCertificates() local
178 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getLocalPrincipal() local
190 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getPacketBufferSize() local
[all …]
/external/conscrypt/common/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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-matchers.cc45 Matcher<const std::string &>::Matcher(const std::string &s) { *this = Eq(s); } in Matcher()
49 Matcher<const std::string &>::Matcher(const char *s) { in Matcher()
55 Matcher<std::string>::Matcher(const std::string &s) { *this = Eq(s); } in Matcher()
59 Matcher<std::string>::Matcher(const char *s) { *this = Eq(std::string(s)); } in Matcher()
64 Matcher<const internal::StringView &>::Matcher(const std::string &s) { in Matcher()
70 Matcher<const internal::StringView &>::Matcher(const char *s) { in Matcher()
76 Matcher<const internal::StringView &>::Matcher(internal::StringView s) { in Matcher()
82 Matcher<internal::StringView>::Matcher(const std::string &s) { *this = Eq(s); } in Matcher()
86 Matcher<internal::StringView>::Matcher(const char *s) { in Matcher()
92 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher()
/external/googletest/googletest/src/
Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
64 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher()
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher()
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher()
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher()
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher()
/external/mesa3d/src/gtest/src/
Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher()
55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher()
64 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher()
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher()
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher()
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher()
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher()
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher()
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java223 private void doTestNoMatches(CharMatcher matcher, String s) { in doTestNoMatches()
225 reallyTestAllMatches(matcher.negate(), s); in doTestNoMatches() local
226 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() local
227 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches() local
228 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches() local
229 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() local
250 private void doTestAllMatches(CharMatcher matcher, String s) { in doTestAllMatches()
252 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() local
253 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches() local
254 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/base/
DCharMatcherTest.java223 private void doTestNoMatches(CharMatcher matcher, String s) { in doTestNoMatches()
225 reallyTestAllMatches(matcher.negate(), s); in doTestNoMatches() local
226 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() local
227 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches() local
228 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches() local
229 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() local
250 private void doTestAllMatches(CharMatcher matcher, String s) { in doTestAllMatches()
252 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() local
253 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches() local
254 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() local
[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/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>>...303