Home
last modified time | relevance | path

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

12345678910>>...40

/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.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_+.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_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/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/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/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/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/clang/test/CodeGen/
Dmms-bitfields.c3 struct s1 { struct
6 } s1; argument
Dms_struct.c4 struct s1 { struct
7 } ATTR s1; argument
/external/valgrind/none/tests/amd64/
Dfb_test_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()
Dfb_test_amd64.h8 #define EXECOP2(size, mod, res, s1, flags) \ argument
27 static inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq()
36 static inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl()
45 static inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw()
54 static inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
64 static inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq()
74 static inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl()
84 static inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw()
94 static inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb()
106 void exec_op(int64 s0, int64 s1) in exec_op()
/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/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
/external/clang/test/Sema/
Dpragma-pack-3.c31 struct s1 { struct
35 int b[sizeof(struct s1) == 4 ? 1 : -1]; argument
Dpragma-pack-4.c15 struct s1 { struct
20 int arr0[((sizeof(struct s1) % 64) == 0) ? 1 : -1]; 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
/external/clang/test/Misc/
Derror-limit-multiple-notes.cpp15 struct s1{}; struct
16 struct s1{}; struct

12345678910>>...40