/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/ |
D | op_less.pass.cpp | 41 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 …]
|
D | op_equal.pass.cpp | 31 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/ |
D | or.h | 6 #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 …]
|
D | and.h | 6 #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 …]
|
D | xor.h | 6 #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 …]
|
D | add.h | 6 #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 …]
|
D | sub.h | 6 #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
|
D | insert.h | 6 #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/ |
D | op_-.pass.cpp | 26 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
|
D | op_+.pass.cpp | 25 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
|
D | op_divide_duration.pass.cpp | 36 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/webrtc/webrtc/base/ |
D | stringutils.h | 78 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/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
D | compare.pass.cpp | 40 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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestIntervalSet.java | 70 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/ |
D | SpannableStringTest.java | 39 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/bison/lib/ |
D | streq.h | 35 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 …]
|
D | c-strcaseeq.h | 45 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/VEX/test/ |
D | test-amd64-shift.h | 11 #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()
|
D | test-i386-shift.h | 10 #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/v8/test/mjsunit/regress/ |
D | regress-crbug-3867.js | 55 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/clang/test/CodeGen/ |
D | mms-bitfields.c | 10 struct s2 { struct 13 } s2; argument
|
D | ms_struct.c | 11 struct s2 { struct 14 } ATTR s2; argument
|
/external/clang/test/Analysis/ |
D | pr22954.c | 19 char *s2; member 86 char * s2; member 169 char * s2; member 193 char *s2; member 219 char * s2; member 256 char * s2; member 277 char * s2; member 297 char * s2; member 337 char * s2; member 342 char * s2; member [all …]
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-diff.js | 33 function CheckCompareOneWay(s1, s2) { argument 71 function CheckCompareOneWayPlayWithLF(s1, s2) { argument 80 function CheckCompare(s1, s2) { argument
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSet.java | 509 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()
|