Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 1175) sorted by relevance

12345678910>>...47

/third_party/boost/libs/chrono/test/duration/
Dcomparisons_pass.cpp26 boost::chrono::seconds s1(3); in main() local
32 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local
38 boost::chrono::seconds s1(3); in main() local
44 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local
50 boost::chrono::milliseconds s1(3); in main() local
56 BOOST_CONSTEXPR boost::chrono::milliseconds s1(3); in main() local
62 boost::chrono::milliseconds s1(3); in main() local
68 BOOST_CONSTEXPR boost::chrono::milliseconds s1(3); in main() local
74 boost::chrono::duration<int, boost::ratio<2, 3> > s1(9); in main() local
80 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<2, 3> > s1(9); in main() local
[all …]
Darithmetic_pass.cpp130 boost::chrono::seconds s1(3); in main() local
136 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local
142 boost::chrono::seconds s1(3); in main() local
148 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local
154 boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local
160 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local
166 boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local
172 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local
180 boost::chrono::seconds s1(3); in main() local
186 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local
[all …]
/third_party/boost/libs/beast/test/beast/core/
Dstatic_string.cpp32 static_string<4> s1(3, 'x'); in testConstruct() local
48 static_string<5> s1("12345"); in testConstruct() local
59 static_string<5> s1("12345"); in testConstruct() local
78 static_string<5> s1("UVXYZ", 3); in testConstruct() local
87 static_string<5> s1("12345"); in testConstruct() local
94 static_string<5> s1("12345"); in testConstruct() local
112 static_string<3> s1({'1', '2', '3'}); in testConstruct() local
128 static_string<3> s1( in testConstruct() local
144 static_string<5> s1( in testConstruct() local
165 static_string<3> s1("123"); in testAssign() local
[all …]
Ddetect_ssl.cpp77 test::stream s1(ioc); in testRead() local
89 test::stream s1(ioc); in testRead() local
103 test::stream s1(ioc); in testRead() local
114 test::stream s1(ioc); in testRead() local
133 test::stream s1(ioc); in testAsyncRead() local
143 test::stream s1(ioc); in testAsyncRead() local
155 test::stream s1(ioc); in testAsyncRead() local
164 test::stream s1(ioc); in testAsyncRead() local
/third_party/boost/libs/static_string/test/
Dstatic_string.cpp270 static_string<4> s1(3, 'x'); in testConstruct() local
280 static_string<5> s1("12345"); in testConstruct() local
291 static_string<5> s1("12345"); in testConstruct() local
304 static_string<5> s1("UVXYZ", 3); in testConstruct() local
313 static_string<5> s1("12345"); in testConstruct() local
320 static_string<5> s1("12345"); in testConstruct() local
332 static_string<3> s1({'1', '2', '3'}); in testConstruct() local
342 static_string<3> s1( in testConstruct() local
351 static_string<5> s1( in testConstruct() local
457 static_string<3> s1("123"); in testAssignment() local
[all …]
/third_party/boost/libs/safe_numerics/test/
Dtest_construction.cpp23 safe<T1> s1(t1); in test_construction() local
33 safe<T1> s1(t1); // try again for debugging in test_construction() local
71 safe<T1> s1(s1x); in test_construction() local
88 safe<T1> s1(t1); in test_construction() local
98 safe<T1> s1(t1); in test_construction() local
117 safe<T2> s1(t1); in test_construction() local
/third_party/boost/libs/spirit/test/qi/
Dactions.cpp68 char const *s1 = "{42}", *e1 = s1 + std::strlen(s1); in main() local
73 char const *s1 = "{42}", *e1 = s1 + std::strlen(s1); in main() local
79 char const *s1 = "{42}", *e1 = s1 + std::strlen(s1); in main() local
87 char const *s1 = "{42}", *e1 = s1 + std::strlen(s1); in main() local
93 char const *s1 = "{42}", *e1 = s1 + std::strlen(s1); in main() local
99 char const *s1 = "{42}", *e1 = s1 + std::strlen(s1); in main() local
Drule1.cpp140 char const *s1 = " a b a a b b a c ... " in main() local
148 char const *s1 = " a a a a b a b a b a a a b b b c " in main() local
154 char const *s1 = " a a a a b a b a b a a a b b b c " in main() local
/third_party/ffmpeg/libavformat/
Drtpenc.c93 static int rtp_write_header(AVFormatContext *s1) in rtp_write_header()
285 static void rtcp_send_sr(AVFormatContext *s1, int64_t ntp_time, int bye) in rtcp_send_sr()
332 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m) in ff_rtp_send_data()
355 static int rtp_send_samples(AVFormatContext *s1, in rtp_send_samples()
384 static void rtp_send_mpegaudio(AVFormatContext *s1, in rtp_send_mpegaudio()
436 static void rtp_send_raw(AVFormatContext *s1, in rtp_send_raw()
458 static void rtp_send_mpegts_raw(AVFormatContext *s1, in rtp_send_mpegts_raw()
482 static int rtp_send_ilbc(AVFormatContext *s1, const uint8_t *buf, int size) in rtp_send_ilbc()
517 static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt) in rtp_write_packet()
638 static int rtp_write_trailer(AVFormatContext *s1) in rtp_write_trailer()
/third_party/boost/libs/geometry/index/test/
Dvarray_old.cpp214 varray<T, N> s1(s); in test_copy_and_assign_nd() local
220 varray<T, N> s1; in test_copy_and_assign_nd() local
228 varray<T, N> s1(s.begin(), s.end()); in test_copy_and_assign_nd() local
233 varray<T, N> s1(v.begin(), v.end()); in test_copy_and_assign_nd() local
238 varray<T, N> s1(l.begin(), l.end()); in test_copy_and_assign_nd() local
244 varray<T, N> s1; in test_copy_and_assign_nd() local
251 varray<T, N> s1; in test_copy_and_assign_nd() local
258 varray<T, N> s1; in test_copy_and_assign_nd() local
266 varray<T, N> s1(s); in test_copy_and_assign_nd() local
307 varray<T, N> s1(s); in test_erase_nd() local
[all …]
/third_party/boost/libs/hana/test/string/
Dmacro.cpp17 auto const s1 = BOOST_HANA_STRING(""); in main() local
22 auto const s1 = BOOST_HANA_STRING("a"); in main() local
27 auto const s1 = BOOST_HANA_STRING("abcd"); in main() local
/third_party/boost/libs/thread/example/
Dsynchronized_value.cpp94 boost::synchronized_value<std::string> s1("a"); in main() local
101 boost::synchronized_value<std::string> s1("a"); in main() local
117 boost::synchronized_value<int> s1(1); in main() local
127 boost::synchronized_value<int> s1(1); in main() local
134 boost::synchronized_value<int> s1(1); in main() local
/third_party/boost/libs/move/test/
Dunique_ptr_assign.cpp265 bml::unique_ptr<A> s1(new A); in test() local
279 bml::unique_ptr<A[]> s1(new A[2]); in test() local
292 bml::unique_ptr<A[2]> s1(new A[2]); in test() local
316 bml::unique_ptr<A, move_constr_deleter<A> > s1(new A); in test() local
332 bml::unique_ptr<A[], move_constr_deleter<A[]> > s1(new A[2]); in test() local
349 bml::unique_ptr<A[2], move_constr_deleter<A[2]> > s1(new A[2]); in test() local
376 bml::unique_ptr<A, copy_constr_deleter<A>&> s1(new A, d1); in test() local
393 bml::unique_ptr<A[], copy_constr_deleter<A[]>&> s1(new A[2], d1); in test() local
410 bml::unique_ptr<A[2], copy_constr_deleter<A[2]>&> s1(new A[2], d1); in test() local
/third_party/boost/libs/test/example/
Dconst_string.hpp99 friend bool operator==( const_string const& s1, const_string const& s2 ) in operator ==()
103 …friend bool operator==( const_string const& s1, char const* s2 ) { return s1 == con… in operator ==()
104 …friend bool operator==( const_string const& s1, const string& s2 ) { return s1 == con… in operator ==()
106 …friend bool operator!=( const_string const& s1, const_string const& s2 ) { return !(s1 == s… in operator !=()
107 …friend bool operator!=( const_string const& s1, char const* s2 ) { return !(s1 == s… in operator !=()
108 …friend bool operator!=( const_string const& s1, const string& s2 ) { return !(s1 == s… in operator !=()
110 …friend bool operator==( char const* s2, const_string const& s1 ) { return s1 == s2;… in operator ==()
111 …friend bool operator==( const string& s2, const_string const& s1 ) { return s1 == s2;… in operator ==()
113 …friend bool operator!=( char const* s2, const_string const& s1 ) { return !(s1 == s… in operator !=()
114 …friend bool operator!=( const string& s2, const_string const& s1 ) { return !(s1 == s… in operator !=()
/third_party/boost/libs/test/doc/snippet/
Dconst_string.hpp103 …friend bool operator==( const_string const& s1, char const* s2 ) { return s1 == con… in operator ==()
104 …friend bool operator==( const_string const& s1, const string& s2 ) { return s1 == con… in operator ==()
106 …friend bool operator!=( const_string const& s1, const_string const& s2 ) { return !(s1 == s… in operator !=()
107 …friend bool operator!=( const_string const& s1, char const* s2 ) { return !(s1 == s… in operator !=()
108 …friend bool operator!=( const_string const& s1, const string& s2 ) { return !(s1 == s… in operator !=()
110 …friend bool operator==( char const* s2, const_string const& s1 ) { return s1 == s2;… in operator ==()
111 …friend bool operator==( const string& s2, const_string const& s1 ) { return s1 == s2;… in operator ==()
113 …friend bool operator!=( char const* s2, const_string const& s1 ) { return !(s1 == s… in operator !=()
114 …friend bool operator!=( const string& s2, const_string const& s1 ) { return !(s1 == s… in operator !=()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.cc154 string StrCat(const StringHolder& s1, const StringHolder& s2) { in StrCat()
158 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
163 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
168 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
174 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
180 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
187 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
197 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
205 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
214 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat()
[all …]
/third_party/typescript/tests/cases/compiler/
DcommentsClass.ts27 static s1: number; property in c5
35 static s1: number; /// s1 comment2 property in c6
46 static s1: number; property in c7
58 static s1: number; /** s1 comment2 */ property in c8
/third_party/ffmpeg/libavdevice/
Doss_enc.c40 static int audio_write_header(AVFormatContext *s1) in audio_write_header()
57 static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt) in audio_write_packet()
84 static int audio_write_trailer(AVFormatContext *s1) in audio_write_trailer()
Dsndio_dec.c34 static av_cold int audio_read_header(AVFormatContext *s1) in audio_read_header()
59 static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt) in audio_read_packet()
89 static av_cold int audio_read_close(AVFormatContext *s1) in audio_read_close()
Dsndio_enc.c31 static av_cold int audio_write_header(AVFormatContext *s1) in audio_write_header()
46 static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt) in audio_write_packet()
71 static int audio_write_trailer(AVFormatContext *s1) in audio_write_trailer()
Dalsa_enc.c50 static av_cold int audio_write_header(AVFormatContext *s1) in audio_write_header()
83 static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt) in audio_write_packet()
119 static int audio_write_frame(AVFormatContext *s1, int stream_index, in audio_write_frame()
138 audio_get_output_timestamp(AVFormatContext *s1, int stream, in audio_get_output_timestamp()
Doss_dec.c44 static int audio_read_header(AVFormatContext *s1) in audio_read_header()
70 static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt) in audio_read_packet()
113 static int audio_read_close(AVFormatContext *s1) in audio_read_close()
Dv4l2enc.c29 static av_cold int write_header(AVFormatContext *s1) in write_header()
90 static int write_packet(AVFormatContext *s1, AVPacket *pkt) in write_packet()
98 static int write_trailer(AVFormatContext *s1) in write_trailer()
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
Daddressable-complex.c3 struct s1 { struct
9 struct s1 s = { 3 }; in use1() argument
/third_party/skia/experimental/graphite/src/
DRenderer.h104 Renderer(const char* name, const RenderStep* s1) in Renderer()
107 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2) in Renderer()
110 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2, const RenderStep* s3) in Renderer()
113 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2, in Renderer()

12345678910>>...47