/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 | bestCommonTypeOfTuple2.js | 15 var t4: [base1, C1]; variable 81 var t4; variable
|
D | templateLiteralTypes2.js | 86 const t4 = takesLiteral(id4); // string constant 169 var t4 = takesLiteral(id4); // string variable
|
D | readonlyTupleAndArrayElaboration.js | 31 const t4: [] = t3; constant 93 var t4 = t3; variable
|
D | strictFunctionTypes1.js | 65 var t4 = coAndContraArray([a], acceptUnion); variable
|
D | duplicateObjectLiteralProperty_computedName.js | 17 const t4 = { 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
|
/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/fourslash/ |
D | findAllRefsUnionProperty.ts | 17 const [t0Def, t0, p0Def, p0, t1Def, t1, p1Def, p1, t2Def, t2, p2Def, p2, t3, t4, t5] = test.ranges(… constant 19 const a = { definition: { text: '(property) type: "a"', range: t0 }, ranges: [t0, t2, t4] }; constant
|
/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/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
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | ErrorTest.java | 145 Transliterator t4 = in TestTransliteratorErrors() local
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ErrorTest.java | 142 Transliterator t4 = in TestTransliteratorErrors() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | me_cmp.c | 182 vector unsigned short t3, t4; in sad16_xy2_altivec() local 250 vector unsigned char t4 = vec_min(t1, t2); in sad16_altivec() local 292 vector unsigned char t4 = vec_min(t1, t2); in sad8_altivec() local 337 vector unsigned char t4 = vec_min(t1, t2); in sse8_altivec() local 377 vector unsigned char t4 = vec_min(t1, t2); in sse16_altivec() local
|