/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | decoder.c | 510 vbi3_raw_decoder *rd3; in vbi_raw_decode() local 517 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decode() 523 n_lines = vbi3_raw_decoder_decode (rd3, out, n_lines, raw); in vbi_raw_decode() 544 vbi3_raw_decoder *rd3; in vbi_raw_decoder_resize() local 550 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_resize() 570 (rd3, (vbi_sampling_par *) rd, /* strict */ 0); in vbi_raw_decoder_resize() 573 (rd3, (vbi_sampling_par *) rd, /* strict */ 0); in vbi_raw_decoder_resize() 596 vbi3_raw_decoder *rd3; in vbi_raw_decoder_remove_services() local 600 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_remove_services() 606 service_set = vbi3_raw_decoder_remove_services (rd3, service_set); in vbi_raw_decoder_remove_services() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 23 var rd3 = undefined - null; variable 81 var rd3 = undefined - null;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 61 var rd3 = undefined - null; 62 >rd3 : Symbol(rd3, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 21, 3))
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 46 var rd3 = null - 1; variable 153 var rd3 = null - 1;
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 34 var rd3 = E.a >= b; variable 104 var rd3 = E.a >= b;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 54 var rd3 = b1 >= a1; variable 153 var rd3 = b1 >= a1;
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 40 var rd3 = c >= c; variable 121 var rd3 = c >= c;
|
D | arithmeticOperatorWithAnyAndNumber.js | 38 var rd3 = a - 0; variable 138 var rd3 = a - 0;
|
D | comparisonOperatorWithTypeParameter.js | 36 var rd3 = v <= t; variable 112 var rd3 = v <= t;
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 46 var rd3 = undefined - 1; variable 153 var rd3 = undefined - 1;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.types | 152 var rd3 = b1 >= a1; 153 >rd3 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnProperty.symbols | 146 var rd3 = b1 >= a1; 147 >rd3 : Symbol(rd3, Decl(comparisonOperatorWithSubtypeObjectOnProperty.ts, 52, 3))
|
D | logicalOrOperatorWithEveryType.js | 53 var rd3 = a3 || a4; // number || string is number | string variable 179 var rd3 = a3 || a4; // number || string is number | string
|
D | logicalAndOperatorWithEveryType.js | 51 var rd3 = a3 && a4; variable 175 var rd3 = a3 && a4;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.types | 90 var rd3 = undefined - null; 91 >rd3 : number
|
D | comparisonOperatorWithIdenticalPrimitiveType.symbols | 137 var rd3 = c >= c; 138 >rd3 : Symbol(rd3, Decl(comparisonOperatorWithIdenticalPrimitiveType.ts, 38, 3))
|
D | comparisonOperatorWithIdenticalPrimitiveType.types | 165 var rd3 = c >= c; 166 >rd3 : boolean
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 22 var rd3 = undefined - null; variable
|
D | arithmeticOperatorWithNullValueAndValidOperands.ts | 45 var rd3 = null - 1; variable
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.ts | 45 var rd3 = undefined - 1; variable
|
D | arithmeticOperatorWithAnyAndNumber.ts | 37 var rd3 = a - 0; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 53 var rd3 = b1 >= a1; variable
|
D | comparisonOperatorWithIdenticalPrimitiveType.ts | 39 var rd3 = c >= c; variable
|
D | comparisonOperatorWithSubtypeEnumAndNumber.ts | 33 var rd3 = E.a >= b; variable
|
D | comparisonOperatorWithTypeParameter.ts | 35 var rd3 = v <= t;
|