Home
last modified time | relevance | path

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

12345678910>>...43

/external/clang/test/SemaObjC/
Dformat-arg-attribute.m12 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute … argument
13 …t_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style functions}}
14 …at_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style functions}}
16 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2)));
17 …tring *) __attribute__((format_arg(foo))); // expected-error {{use of undeclared identifier 'foo'}}
20 …*fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}}
21 extern NSString *fi1 (NSString *) __attribute__((format_arg(1)));
23 extern NSString *fi2 (NSString *) __attribute__((format_arg(1)));
25 …SString *) __attribute__((format_arg(1))); // expected-error {{function does not return NSString}}
26 extern NSString *fi4 (const NSString *) __attribute__((format_arg(1)));
[all …]
/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/
Dop_less.pass.cpp40 std::chrono::seconds s1(3); in main() local
48 std::chrono::seconds s1(3); in main() local
56 std::chrono::milliseconds s1(3); in main() local
64 std::chrono::milliseconds s1(3); in main() local
72 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
80 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local
88 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
97 constexpr std::chrono::seconds s1(3); in main() local
105 constexpr std::chrono::seconds s1(3); in main() local
113 constexpr std::chrono::milliseconds s1(3); in main() local
[all …]
Dop_equal.pass.cpp30 std::chrono::seconds s1(3); in main() local
36 std::chrono::seconds s1(3); in main() local
42 std::chrono::milliseconds s1(3); in main() local
48 std::chrono::milliseconds s1(3); in main() local
54 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
60 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local
66 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
73 constexpr std::chrono::seconds s1(3); in main() local
79 constexpr std::chrono::seconds s1(3); in main() local
85 constexpr std::chrono::milliseconds s1(3); in main() local
[all …]
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/
Dop_+.pass.cpp24 std::chrono::seconds s1(3); in main() local
30 std::chrono::seconds s1(3); in main() local
36 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
42 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
49 constexpr std::chrono::seconds s1(3); in main() local
55 constexpr std::chrono::seconds s1(3); in main() local
61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
67 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
Dop_-.pass.cpp25 std::chrono::seconds s1(3); in main() local
31 std::chrono::seconds s1(3); in main() local
37 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
43 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
50 constexpr std::chrono::seconds s1(3); in main() local
56 constexpr std::chrono::seconds s1(3); in main() local
62 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
68 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
Dop_divide_duration.pass.cpp35 std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local
40 std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local
56 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local
61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local
/external/valgrind/memcheck/tests/
Ddw4.c37 struct s1 struct
47 struct s1 S2[30]; argument
/external/webrtc/webrtc/base/
Dstringutils.h78 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { in strcmp()
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp()
84 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strncmp()
87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strnicmp()
112 inline int _stricmp(const char* s1, const char* s2) { in _stricmp()
115 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp()
235 inline int asccmp(const char* s1, const char* s2) { in asccmp()
238 inline int ascicmp(const char* s1, const char* s2) { in ascicmp()
241 inline int ascncmp(const char* s1, const char* s2, size_t n) { in ascncmp()
244 inline int ascnicmp(const char* s1, const char* s2, size_t n) { in ascnicmp()
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DSpannableStringTest.java38 URLSpan s1 = new URLSpan("http://www.foobar.com"); in testSetSpan() local
48 URLSpan s1 = new URLSpan("http://www.foobar.com"); in testRemoveSpan() local
62 URLSpan s1 = new URLSpan("http://www.foobar.com"); in testGetSpans() local
95 URLSpan s1 = new URLSpan("http://www.foobar.com"); in testGetSpanStart() local
110 URLSpan s1 = new URLSpan("http://www.foobar.com"); in testGetSpanEnd() local
123 private void assertBothSpans(URLSpan s1, UnderlineSpan s2) { in assertBothSpans()
/external/bison/lib/
Dstreq.h35 streq9 (const char *s1, const char *s2) in streq9()
41 streq8 (const char *s1, const char *s2, char s28) in streq8()
55 streq7 (const char *s1, const char *s2, char s27, char s28) in streq7()
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) in streq6()
83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in streq5()
97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in streq4()
111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) in streq3()
125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27,… in streq2()
139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26,… in streq1()
153 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25,… in streq0()
[all …]
Dc-strcaseeq.h45 strcaseeq9 (const char *s1, const char *s2) in strcaseeq9()
51 strcaseeq8 (const char *s1, const char *s2, char s28) in strcaseeq8()
65 strcaseeq7 (const char *s1, const char *s2, char s27, char s28) in strcaseeq7()
79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) in strcaseeq6()
93 strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in strcaseeq5()
107 strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in strcaseeq4()
121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char … in strcaseeq3()
135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char … in strcaseeq2()
149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char … in strcaseeq1()
163 strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char … in strcaseeq0()
[all …]
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dstr.c23 IN CONST CHAR16 *s1, in StrCmp()
33 IN CONST CHAR16 *s1, in StrnCmp()
56 IN CHAR16 *s1, in LibStubStriCmp()
73 IN CONST CHAR16 *s1, in StriCmp()
127 IN CONST CHAR16 *s1 in StrLen()
136 IN CONST CHAR16 *s1 in StrSize()
162 IN CONST CHAR8 *s1 in strlena()
174 IN CONST CHAR8 *s1, in strcmpa()
193 IN CONST CHAR8 *s1, in strncmpa()
/external/valgrind/VEX/test/
Dtest-amd64-shift.h11 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
20 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq()
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl()
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw()
70 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl()
92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw()
108 void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op()
Dtest-amd64.h8 #define EXECOP2(size, res, s1, flags) \ argument
27 inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq()
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl()
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw()
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
64 inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq()
74 inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl()
84 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw()
94 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
105 void exec_op(int64 s0, int64 s1) in exec_op()
Dtest-i386-shift.h10 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
19 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
29 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl()
42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw()
56 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
65 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl()
78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw()
94 void exec_opb(int s0, int s1, int iflags) in exec_opb()
108 void exec_op(int s2, int s0, int s1) in exec_op()
Dtest-i386.h9 #define EXECOP2(size, res, s1, flags) \ argument
28 inline void exec_opl(int s0, int s1, int iflags) in exec_opl()
42 inline void exec_opw(int s0, int s1, int iflags) in exec_opw()
56 inline void exec_opb(int s0, int s1, int iflags) in exec_opb()
71 inline void exec_opl(int s0, int s1, int iflags) in exec_opl()
85 inline void exec_opw(int s0, int s1, int iflags) in exec_opw()
99 inline void exec_opb(int s0, int s1, int iflags) in exec_opb()
114 void exec_op(int s0, int s1) in exec_op()
/external/valgrind/none/tests/s390x/
Dand.h6 #define AND_REG_MEM(insn, s1, s2) \ argument
19 #define AND_REG_REG(insn, s1, s2) \ argument
32 #define AND_REG_IMM(insn, s1, s2) \ argument
46 #define AND_MEM_IMM(insn, s1, s2) \ argument
124 #define AND_NY(s1, s2) \ argument
138 #define AND_NIY(s1, i2) \ argument
Dxor.h6 #define XOR_REG_MEM(insn, s1, s2) \ argument
19 #define XOR_REG_REG(insn, s1, s2) \ argument
32 #define XOR_REG_IMM(insn, s1, s2) \ argument
46 #define XOR_MEM_IMM(insn, s1, s2) \ argument
124 #define XOR_XY(s1, s2) \ argument
138 #define XOR_XIY(s1, i2) \ argument
Dor.h6 #define OR_REG_MEM(insn, s1, s2) \ argument
19 #define OR_REG_REG(insn, s1, s2) \ argument
32 #define OR_REG_IMM(insn, s1, s2) \ argument
46 #define OR_MEM_IMM(insn, s1, s2) \ argument
124 #define OR_OY(s1, s2) \ argument
138 #define OR_OIY(s1, i2) \ argument
Dadd.h6 #define ADD_REG_MEM(insn, s1, s2, CARRY) \ argument
21 #define ADD_REG_REG(insn, s1, s2, CARRY) \ argument
36 #define ADD_REG_IMM(insn, s1, s2, CARRY) \ argument
51 #define ADD_MEM_IMM(insn, s1, s2, CARRY) \ argument
144 #define ADD_REG_LDISP(insn, s1, s2, CARRY) \ argument
176 #define ADD_REG_XIMM(insn, s1, us2,s2, CARRY) \ argument
/external/libcxx/benchmarks/
Dstring.bench.cpp12 std::string s1(state.range(0), '-'); in BM_StringFindNoMatch() local
21 std::string s1(MAX_STRING_LEN, '-'); in BM_StringFindAllMatch() local
30 std::string s1(MAX_STRING_LEN / 2, '*'); in BM_StringFindMatch1() local
40 std::string s1(MAX_STRING_LEN / 2, '*'); in BM_StringFindMatch2() local
/external/clang/test/CodeGen/
Dmms-bitfields.c3 struct s1 { struct
6 } s1; argument
Dms_struct.c4 struct s1 { struct
7 } ATTR s1; argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve_copy_neon.c37 uint8x8_t s0, s1; in vpx_convolve_copy_neon() local
51 uint8x16_t s0, s1; in vpx_convolve_copy_neon() local
65 uint8x16_t s0, s1, s2, s3; in vpx_convolve_copy_neon() local
83 uint8x16_t s0, s1, s2, s3; in vpx_convolve_copy_neon() local
Dvpx_convolve_avg_neon.c27 uint8x8_t s0, s1; in vpx_convolve_avg_neon() local
48 uint8x8_t s0, s1, d0, d1; in vpx_convolve_avg_neon() local
69 uint8x16_t s0, s1, d0, d1; in vpx_convolve_avg_neon() local
88 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; in vpx_convolve_avg_neon() local
115 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; in vpx_convolve_avg_neon() local

12345678910>>...43