/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SetOperations.h | 22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
|
D | StringSwitch.h | 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 165 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower() 170 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower() [all …]
|
/third_party/boost/libs/smart_ptr/test/ |
D | lsp_convertible_test2.cpp | 31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument 49 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
|
D | lsp_convertible_test.cpp | 31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument 49 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
|
D | sp_convertible_test2.cpp | 30 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument 48 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithObjectMembersOptionality.ts | 27 interface S2 extends T2 { interface 57 interface S2 extends T2 { interface
|
D | subtypingWithObjectMembersOptionality2.ts | 18 interface S2 extends T2 { interface
|
/third_party/musl/src/math/ |
D | __sinl.c | 31 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable 51 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
|
D | __sindf.c | 22 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
|
D | __sin.c | 46 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __sinl.c | 31 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable 51 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
|
D | __sindf.c | 22 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
|
D | __sin.c | 46 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | assignmentCompatWithObjectMembers.ts | 10 interface S2 { foo: string; } interface 51 interface S2 { foo: S2; } interface
|
D | assignmentCompatWithObjectMembersStringNumericNames.ts | 10 interface S2 { '1': string; bar?: string } interface 51 interface S2 { '1': string; bar?: string } interface
|
D | assignmentCompatWithCallSignatures.ts | 29 interface S2 { interface
|
D | assignmentCompatWithObjectMembers4.ts | 13 interface S2 { foo: Derived; } interface 58 interface S2 { foo: Base; } interface
|
D | assignmentCompatWithConstructSignatures.ts | 22 interface S2 { interface
|
D | assignmentCompatWithConstructSignatures2.ts | 28 interface S2 { interface
|
D | assignmentCompatWithCallSignatures2.ts | 36 interface S2 { interface
|
/third_party/typescript/tests/cases/compiler/ |
D | superAccess.ts | 3 private S2: string = "test"; property in MyBase
|
/third_party/boost/libs/units/test/ |
D | test_implicit_conversion.cpp | 100 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::cgs::time> S2 = S1; in test_main() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | select-and-shift.c | 2 #define S2 5 macro
|
/third_party/boost/libs/core/test/ |
D | empty_value_size_test.cpp | 22 struct S2 struct
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveSpecializationOfSignatures.js | 15 set: function (S2) { argument
|