/third_party/boost/libs/serialization/test/ |
D | test_no_rtti.cpp | 52 polymorphic_derived2 *rd2 = new polymorphic_derived2; in save_derived() local 78 polymorphic_derived2 *rd2 = NULL; in load_derived() local
|
D | test_registered.cpp | 63 polymorphic_derived2 *rd2 = new polymorphic_derived2; in save_derived() local 91 polymorphic_derived2 *rd2 = NULL; in load_derived() local
|
D | test_dll_plugin.cpp | 87 void const * const rd2 = d2_eti->construct(); in BOOST_SERIALIZATION_MWERKS_BASE_AND_DERIVED() local
|
/third_party/boost/libs/serialization/performance/ |
D | performance_no_rtti.cpp | 122 polymorphic_derived2 *rd2 = new polymorphic_derived2; in save_derived() local 146 polymorphic_derived2 *rd2 = NULL; in load_derived() local
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 28 var rd2 = b >= a; variable
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 27 var rd2 = b >= a; variable
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 22 var rd2 = null - undefined; variable
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 33 var rd2 = b >= a; variable
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 39 var rd2 = b >= b; variable
|
D | comparisonOperatorWithTypeParameter.js | 35 var rd2 = v > t; variable
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 53 var rd2 = a2 >= b2; variable
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 45 var rd2 = undefined - b; variable
|
D | arithmeticOperatorWithAnyAndNumber.js | 37 var rd2 = a - b; variable
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 45 var rd2 = null - b; variable
|
D | logicalOrOperatorWithEveryType.js | 52 var rd2 = a2 || a4; // boolean || string is boolean | string variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts | 26 var rd2 = b >= a; variable
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts | 27 var rd2 = b >= a; variable
|
D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 52 var rd2 = a2 >= b2; variable
|
D | comparisonOperatorWithSubtypeEnumAndNumber.ts | 32 var rd2 = b >= a; variable
|
D | comparisonOperatorWithIdenticalPrimitiveType.ts | 38 var rd2 = b >= b; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 21 var rd2 = null - undefined; variable
|
D | arithmeticOperatorWithAnyAndNumber.ts | 36 var rd2 = a - b; variable
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.ts | 44 var rd2 = undefined - b; variable
|
D | arithmeticOperatorWithNullValueAndValidOperands.ts | 44 var rd2 = null - b; variable
|
/third_party/ffmpeg/libavcodec/ |
D | aptx.c | 428 int32_t *rd1 = prediction->reconstructed_differences, *rd2 = rd1 + order; in aptx_reconstructed_differences_update() local
|