Home
last modified time | relevance | path

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

12345678910>>...34

/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/
Dop_less.pass.cpp41 std::chrono::seconds s2(3); in main() local
49 std::chrono::seconds s2(4); in main() local
57 std::chrono::microseconds s2(3000); in main() local
65 std::chrono::microseconds s2(4000); in main() local
73 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
81 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
89 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
98 constexpr std::chrono::seconds s2(3); in main() local
106 constexpr std::chrono::seconds s2(4); in main() local
114 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
Dop_equal.pass.cpp31 std::chrono::seconds s2(3); in main() local
37 std::chrono::seconds s2(4); in main() local
43 std::chrono::microseconds s2(3000); in main() local
49 std::chrono::microseconds s2(4000); in main() local
55 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
61 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
67 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
74 constexpr std::chrono::seconds s2(3); in main() local
80 constexpr std::chrono::seconds s2(4); in main() local
86 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
/external/valgrind/none/tests/s390x/
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 …]
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 …]
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 …]
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 …]
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
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
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/
Dop_+.pass.cpp25 std::chrono::seconds s2(5); in main() local
31 std::chrono::microseconds s2(5); in main() local
37 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
50 constexpr std::chrono::seconds s2(5); in main() local
56 constexpr std::chrono::microseconds s2(5); in main() local
62 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
68 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
Dop_-.pass.cpp26 std::chrono::seconds s2(5); in main() local
32 std::chrono::microseconds s2(5); in main() local
38 std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
44 std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
51 constexpr std::chrono::seconds s2(5); in main() local
57 constexpr std::chrono::microseconds s2(5); in main() local
63 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
69 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
Dop_divide_duration.pass.cpp36 std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
41 std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
57 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); in main() local
62 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5); in main() local
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dcompare.pass.cpp40 std::string s2("aaaaaaA"); in main() local
47 std::wstring s2(L"aaaaaaA"); in main() local
57 std::string s2("aaaaaaA"); in main() local
64 std::wstring s2(L"aaaaaaA"); in main() local
74 std::string s2("aaaaaaA"); in main() local
81 std::wstring s2(L"aaaaaaA"); in main() local
/external/robolectric/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/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/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/v8/test/mjsunit/regress/
Dregress-crbug-3867.js55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0})); property
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0})); property
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0})); property
69 var o1 = {s1: 0, s2: 0, s3: 0} property
74 var o2 = {s3: 0, s2: 0, s1: 0} property
/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()
122 void exec_op(int64 s2, 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()
108 void exec_op(int s2, int s0, int s1) in exec_op()
/external/clang/test/CodeGen/
Dmms-bitfields.c10 struct s2 { struct
13 } s2; argument
Dms_struct.c11 struct s2 { struct
14 } ATTR s2; variable
/external/v8/test/mjsunit/
Ddebug-liveedit-diff.js33 function CheckCompareOneWay(s1, s2) { argument
71 function CheckCompareOneWayPlayWithLF(s1, s2) { argument
80 function CheckCompare(s1, s2) { argument
/external/clang/test/Sema/
Darm-layout.c21 struct s2 { struct
27 check(s2_size, sizeof(struct s2) == 8); argument
Dpragma-pack-5.c23 struct s2 { struct
29 extern int check[sizeof(struct s2) == 6 ? 1 : -1]; argument
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java509 XMLString s2 = getStringFromNode(node2); in compare() local
585 XMLString s2 = obj2.xstr(); in compare() local
611 XMLString s2 = obj2.xstr(); in compare() local
743 abstract boolean compareStrings(XMLString s1, XMLString s2); in compareStrings()
772 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
808 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
844 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
880 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
916 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
951 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()

12345678910>>...34