| /third_party/typescript/tests/baselines/reference/ |
| D | typeArgInference.js | 14 var t4 = x.g<number, string>([o], [o]); variable 15 var t4: { c: number; d: string }; variable 28 var t4; variable
|
| D | optionalTupleElements1.js | 35 let t4: T4; variable 70 var t4; variable
|
| D | bestCommonTypeOfTuple.js | 16 var t4: [E1, E2, number]; variable 43 var t4; variable
|
| D | typeSatisfaction.js | 16 const t4: T1 = { a: "a" } satisfies T1; // Ok variable 32 var t4 = { a: "a" }; // Ok variable
|
| D | bestCommonTypeOfTuple2.js | 15 var t4: [base1, C1]; variable 81 var t4; variable
|
| D | readonlyTupleAndArrayElaboration.js | 31 const t4: [] = t3; constant 93 var t4 = t3; variable
|
| D | templateLiteralTypes2.js | 94 const t4 = takesLiteral(id4); // unknown constant 193 var t4 = takesLiteral(id4); // unknown variable
|
| D | strictFunctionTypes1.js | 65 var t4 = coAndContraArray([a], acceptUnion); variable
|
| D | strictOptionalProperties1.js | 108 const t4: [number, string?, boolean?] = [1, undefined, undefined]; variable 336 var t4 = [1, undefined, undefined]; variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typeArgInference.ts | 13 var t4 = x.g<number, string>([o], [o]); variable 14 var t4: { c: number; d: string }; variable
|
| D | duplicateObjectLiteralProperty_computedName.ts | 16 const t4 = { constant
|
| D | newOperator.ts | 19 var t4 = variable
|
| D | strictOptionalProperties1.ts | 86 const t4 = [1, , 2] as const; constant 111 const t4: [number, string?, boolean?] = [1, undefined, undefined]; constant
|
| D | declarationEmitClassMemberWithComputedPropertyName.ts | 43 export const t4 = new Foo()[k2]; constant
|
| /third_party/ffmpeg/libavcodec/ |
| D | ivi_dsp.c | 245 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument 261 #define INV_HAAR4(s1, s3, s5, s7, d1, d2, d3, d4, t0, t1, t2, t3, t4) {\ argument 277 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_inverse_haar_8x8() local 329 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_row_haar8() local 354 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_col_haar8() local 386 int t0, t1, t2, t3, t4; in ff_ivi_inverse_haar_4x4() local 430 int t0, t1, t2, t3, t4; in ff_ivi_row_haar4() local 452 int t0, t1, t2, t3, t4; in ff_ivi_col_haar4() local 507 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument 527 #define IVI_INV_SLANT4(s1, s4, s2, s3, d1, d2, d3, d4, t0, t1, t2, t3, t4) {\ argument [all …]
|
| D | hqxdsp.c | 29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local 75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local
|
| D | fft_template.c | 551 FFTDouble t1, t2, t3, t4, t5, t6, t7, t8; local 565 FFTDouble t1, t2, t3, t4, t5, t6; in fft8() local 581 FFTDouble t1, t2, t3, t4, t5, t6; in fft16() local
|
| /third_party/typescript/tests/cases/conformance/types/tuple/ |
| D | optionalTupleElements1.ts | 37 let t4: T4; variable
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | aaccoder_mips.c | 159 int t0, t1, t2, t3, t4, t5, t6, t7; in quantize_and_encode_band_cost_SQUAD_mips() local 257 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_UQUAD_mips() local 372 int t0, t1, t2, t3, t4, t5, t6, t7; in quantize_and_encode_band_cost_SPAIR_mips() local 475 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_UPAIR7_mips() local 593 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_UPAIR12_mips() local 712 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_ESC_mips() local 808 int t0, t1, t2, t3, t4; in quantize_and_encode_band_cost_ESC_mips() local 1036 int t0, t1, t2, t3, t4, t5, t6, t7; in get_band_numbits_SQUAD_mips() local 1107 int t0, t1, t2, t3, t4; in get_band_numbits_UQUAD_mips() local 1166 int t0, t1, t2, t3, t4, t5, t6, t7; in get_band_numbits_SPAIR_mips() local [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| D | call_once.c | 49 thrd_t t1, t2, t3, t4; in main() local
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/ |
| D | bestCommonTypeOfTuple.ts | 15 var t4: [E1, E2, number]; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/typeSatisfaction/ |
| D | typeSatisfaction.ts | 15 const t4: T1 = { a: "a" } satisfies T1; // Ok constant
|
| /third_party/typescript/tests/cases/conformance/types/rest/ |
| D | genericRestParameters3.ts | 12 declare const t4: readonly [string] | readonly [number, boolean]; constant
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | AlignOf.h | 111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; variable
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| D | WriteIndicCharts.java | 75 Transliterator t4 = Transliterator.getInstance("InterIndic-Oriya"); in writeIICharts() local 199 Transliterator t4 = Transliterator.getInstance("InterIndic-Oriya"); in writeCharts() local
|