/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | decoder.c | 510 vbi3_raw_decoder *rd3; in vbi_raw_decode() local 544 vbi3_raw_decoder *rd3; in vbi_raw_decoder_resize() local 596 vbi3_raw_decoder *rd3; in vbi_raw_decoder_remove_services() local 675 vbi3_raw_decoder *rd3; in vbi_raw_decoder_add_services() local 768 vbi3_raw_decoder *rd3; in vbi_raw_decoder_reset() local 795 vbi3_raw_decoder *rd3; in vbi_raw_decoder_destroy() local 816 vbi3_raw_decoder *rd3; in vbi_raw_decoder_init() local
|
/third_party/typescript/tests/baselines/reference/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 23 var rd3 = undefined - null; variable
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 34 var rd3 = E.a >= b; variable
|
D | comparisonOperatorWithTypeParameter.js | 36 var rd3 = v <= t; variable
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 40 var rd3 = c >= c; variable
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 54 var rd3 = b1 >= a1; variable
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 46 var rd3 = null - 1; variable
|
D | arithmeticOperatorWithAnyAndNumber.js | 38 var rd3 = a - 0; variable
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 46 var rd3 = undefined - 1; variable
|
D | logicalOrOperatorWithEveryType.js | 53 var rd3 = a3 || a4; // number || string is number | string variable
|
D | logicalAndOperatorWithEveryType.js | 51 var rd3 = a3 && a4; variable
|
D | arithmeticOperatorWithEnum.js | 58 var rd3 = c - c; variable
|
D | arithmeticOperatorWithEnumUnion.js | 62 var rd3 = c - c; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 22 var rd3 = undefined - null; variable
|
D | arithmeticOperatorWithAnyAndNumber.ts | 37 var rd3 = a - 0; variable
|
D | arithmeticOperatorWithNullValueAndValidOperands.ts | 45 var rd3 = null - 1; variable
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.ts | 45 var rd3 = undefined - 1; variable
|
D | arithmeticOperatorWithEnum.ts | 57 var rd3 = c - c; variable
|
D | arithmeticOperatorWithEnumUnion.ts | 61 var rd3 = c - c; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 53 var rd3 = b1 >= a1; variable
|
D | comparisonOperatorWithSubtypeEnumAndNumber.ts | 33 var rd3 = E.a >= b; variable
|
D | comparisonOperatorWithIdenticalPrimitiveType.ts | 39 var rd3 = c >= c; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/ |
D | logicalAndOperatorWithEveryType.ts | 50 var rd3 = a3 && a4; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/ |
D | logicalOrOperatorWithEveryType.ts | 52 var rd3 = a3 || a4; // number || string is number | string variable
|