Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/
Dop_equal.pass.cpp33 std::chrono::seconds s2(3); in main() local
39 std::chrono::seconds s2(4); in main() local
45 std::chrono::microseconds s2(3000); in main() local
51 std::chrono::microseconds s2(4000); in main() local
57 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
63 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
69 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
76 constexpr std::chrono::seconds s2(3); in main() local
82 constexpr std::chrono::seconds s2(4); in main() local
88 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
Dop_less.pass.cpp43 std::chrono::seconds s2(3); in main() local
51 std::chrono::seconds s2(4); in main() local
59 std::chrono::microseconds s2(3000); in main() local
67 std::chrono::microseconds s2(4000); in main() local
75 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
83 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
91 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
100 constexpr std::chrono::seconds s2(3); in main() local
108 constexpr std::chrono::seconds s2(4); in main() local
116 constexpr std::chrono::microseconds s2(3000); in main() local
[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
60 #define memsweep(i, s2) \ argument
76 #define regsweep(i, s2) \ argument
92 #define immsweep(i, s2) \ argument
108 #define memimmsweep(i, s2) \ argument
124 #define AND_NY(s1, s2) \ argument
152 #define nysweep(s2) \ argument
[all …]
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
60 #define memsweep(i, s2) \ argument
76 #define regsweep(i, s2) \ argument
92 #define immsweep(i, s2) \ argument
108 #define memimmsweep(i, s2) \ argument
124 #define OR_OY(s1, s2) \ argument
152 #define oysweep(s2) \ argument
[all …]
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
60 #define memsweep(i, s2) \ argument
76 #define regsweep(i, s2) \ argument
92 #define immsweep(i, s2) \ argument
108 #define memimmsweep(i, s2) \ argument
124 #define XOR_XY(s1, s2) \ argument
152 #define xysweep(s2) \ argument
[all …]
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
69 #define memsweep(i, s2, carryset) \ argument
84 #define regsweep(i, s2, carryset) \ argument
99 #define immsweep(i, s2, carryset) \ argument
114 #define memimmsweep(i, s2, carryset) \ argument
129 #define ahysweep(i, s2, carryset) \ argument
144 #define ADD_REG_LDISP(insn, s1, s2, CARRY) \ argument
[all …]
Dsub.h6 #define SUB_REG_MEM(insn, s1, s2, NOBORROW) \ argument
21 #define SUB_REG_REG(insn, s1, s2, NOBORROW) \ argument
36 #define SUB_REG_IMM(insn, s1, s2, NOBORROW) \ argument
52 #define memsweep(i, s2, carryset) \ argument
67 #define regsweep(i, s2, carryset) \ argument
82 #define immsweep(i, s2, carryset) \ argument
97 #define SUB_REG_LDISP(insn, s1, s2, NOBORROW) \ argument
114 #define ldispsweep(i, s2, carryset) \ argument
Dinsert.h6 #define INSERT_REG_MEM(insn, s1, s2) \ argument
19 #define INSERT_REG_IMM(insn, s1, s2) \ argument
34 #define memsweep(i, s2) \ argument
50 #define immsweep(i, s2) \ argument
66 #define INSERT_ICY(s1, s2) \ argument
80 #define icysweep(s2) \ argument
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/
Dop_+.pass.cpp27 std::chrono::seconds s2(5); in main() local
33 std::chrono::microseconds s2(5); in main() local
39 std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
45 std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
52 constexpr std::chrono::seconds s2(5); in main() local
58 constexpr std::chrono::microseconds s2(5); in main() local
64 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
70 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
Dop_-.pass.cpp28 std::chrono::seconds s2(5); in main() local
34 std::chrono::microseconds s2(5); in main() local
40 std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
46 std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
53 constexpr std::chrono::seconds s2(5); in main() local
59 constexpr std::chrono::microseconds s2(5); in main() local
65 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
71 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
Dop_divide_duration.pass.cpp38 std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
43 std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
59 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
64 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
/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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java70 IntervalSet s2 = IntervalSet.of(13,15); in testSimpleAnd() local
78 IntervalSet s2 = IntervalSet.of('d'); in testRangeAndIsolatedElement() local
86 IntervalSet s2 = IntervalSet.of('0','9'); in testEmptyIntersection() local
94 IntervalSet s2 = IntervalSet.of('d'); in testEmptyIntersectionSingleElements() local
150 IntervalSet s2 = IntervalSet.of(12,15); in testSubtractOfCompletelyContainedRange() local
158 IntervalSet s2 = IntervalSet.of(5,11); in testSubtractOfOverlappingRangeFromLeft() local
171 IntervalSet s2 = IntervalSet.of(15,25); in testSubtractOfOverlappingRangeFromRight() local
184 IntervalSet s2 = IntervalSet.of(1,25); in testSubtractOfCompletelyCoveredRange() local
194 IntervalSet s2 = IntervalSet.of(5,55); // covers one and touches 2nd range in testSubtractOfRangeSpanningMultipleRanges() local
211 IntervalSet s2 = IntervalSet.of(0,115); in testSubtractOfWackyRange() local
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DSpannableStringTest.java39 UnderlineSpan s2 = new UnderlineSpan(); in testSetSpan() local
49 UnderlineSpan s2 = new UnderlineSpan(); in testRemoveSpan() local
63 UnderlineSpan s2 = new UnderlineSpan(); in testGetSpans() local
96 UnderlineSpan s2 = new UnderlineSpan(); in testGetSpanStart() local
111 UnderlineSpan s2 = new UnderlineSpan(); in testGetSpanEnd() local
123 private void assertBothSpans(URLSpan s1, UnderlineSpan s2) { in assertBothSpans()
/external/honggfuzz/libhfuzz/
Dmemorycmp.c25 static inline int _strcmp(const char* s1, const char* s2, uintptr_t addr) { in _strcmp()
39 static inline int _strcasecmp(const char* s1, const char* s2, uintptr_t addr) { in _strcasecmp()
53 static inline int _strncmp(const char* s1, const char* s2, size_t n, uintptr_t addr) { in _strncmp()
76 static inline int _strncasecmp(const char* s1, const char* s2, size_t n, uintptr_t addr) { in _strncasecmp()
128 const unsigned char* s2 = (const unsigned char*)m2; in _memcmp() local
167 HF_WEAK_WRAP(int, strcmp, const char* s1, const char* s2) { in HF_WEAK_WRAP()
170 HF_WEAK_WRAP(int, strcasecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP()
173 HF_WEAK_WRAP(int, strncmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP()
176 HF_WEAK_WRAP(int, strncasecmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP()
199 HF_WEAK_WRAP(int, ap_cstr_casecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP()
[all …]
/external/libcxx/test/std/strings/basic.string/string.cons/
Dsubstr.pass.cpp40 S s2(str, pos); in test() local
53 S s2(str, pos); in test() local
72 S s2(str, pos, n); in test() local
85 S s2(str, pos, n); in test() local
104 S s2(str, pos, n, a); in test() local
117 S s2(str, pos, n, a); in test() local
Dstring_view.pass.cpp32 S s2(sv); in test() local
40 S s2; in test() local
57 S s2(sv, a); in test() local
65 S s2(a); in test() local
DT_size_size.pass.cpp37 S s2(sv, static_cast<Size>(pos), static_cast<Size>(n)); in test() local
51 S s2(sv, static_cast<Size>(pos), static_cast<Size>(n)); in test() local
70 S s2(sv, static_cast<Size>(pos), static_cast<Size>(n), a); in test() local
84 S s2(sv, static_cast<Size>(pos), static_cast<Size>(n), a); in test() local
169 S s2("QRST", 0, 3); // calls ctor(string("QRST", pos, len) in main() local
/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()
122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op()
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dcompare.pass.cpp42 std::string s2("aaaaaaA"); in main() local
49 std::wstring s2(L"aaaaaaA"); in main() local
59 std::string s2("aaaaaaA"); in main() local
66 std::wstring s2(L"aaaaaaA"); in main() local
/external/libcxx/benchmarks/
Dstring.bench.cpp13 std::string s2(8, '*'); in BM_StringFindNoMatch() local
22 std::string s2(state.range(0), '-'); in BM_StringFindAllMatch() local
32 std::string s2(state.range(0), '-'); in BM_StringFindMatch1() local
43 std::string s2(state.range(0), '-'); in BM_StringFindMatch2() local
/external/clang/test/CodeGen/
Dmms-bitfields.c10 struct s2 { struct
13 } s2; argument
Dms_struct.c11 struct s2 { struct
14 } ATTR s2; variable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSpannableStringTest.java32 UnderlineSpan s2 = new UnderlineSpan(); in testSetSpan() local
42 UnderlineSpan s2 = new UnderlineSpan(); in testRemoveSpan() local
56 UnderlineSpan s2 = new UnderlineSpan(); in testGetSpans() local
86 private void assertBothSpans(URLSpan s1, UnderlineSpan s2) { in assertBothSpans()
/external/clang/test/Sema/
Dinteger-overflow.c162 struct s2 { struct
172 } s2 = { variable

12345678910>>...47