Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/third_party/typescript/tests/baselines/reference/
DpartiallyAnnotatedFunctionInferenceWithTypeParameter.js66 test(function (t1, t2) { t2.test2; }); argument
67 test(function (t1, t2) { t2.test2; }); argument
81 testRest(function (t1, t2, t3) { }); argument
82 testRest(function (t1, t2, t3) { }); argument
83 testRest(function (t1, t2, t3) { }); argument
84 testRest(function (t2) { argument
90 testRest(function (t2) { argument
DrestElementAssignable.js7 const t2: { [x: symbol]: unknown } = {}; constant
15 const t2: { [x: string]: number | boolean | string } = { a: 1, b: false, c: "str" };; variable
44 var t2 = { a: 1, b: false, c: "str" }; variable
DdidYouMeanStringLiteral.js7 const t2: T2 = "strong"; constant
13 var t2 = "strong"; variable
DmultiLineErrors.js21 var t2: A2; variable
32 var t2; variable
DtypeArgInference.js10 var t2 = x.f<number, string>([o], [o]); variable
11 var t2: { c: number; d: string }; variable
24 var t2; variable
DdestructuringVariableDeclaration2.js9 var temp = { t1: true, t2: "false" }; property
10 var [b0 = 3, b1 = true, b2 = temp] = [3, false, { t1: false, t2: 5}]; // Error property
29 var temp = { t1: true, t2: "false" }; property
30 var _c = [3, false, { t1: false, t2: 5 }], _d = _c[0], b0 = _d === void 0 ? 3 : _d, _e = _c[1], b1 … property
DpartiallyAnnotatedFunctionInferenceError.js47 testError(function (t1, t2, t3) { }); argument
48 testError(function (t1, t2, t3) { }); argument
49 testError(function (t1, t2, t3) { }); argument
DoptionalTupleElements1.js33 let t2: T2; variable
68 var t2; variable
DstrictTupleLength.js4 var t2: [number, number]; variable
26 var t2; variable
DtypeOfThisInFunctionExpression.js14 var t2 = function f() { function
85 var t2 = function f() { function
DgenericCallWithObjectTypeArgsAndConstraints.js54 function foo(t, t2) { argument
62 function foo2(t, t2) { argument
DtupleTypes.js12 var t2 = t[2]; // number|string variable
13 var t2: number|string; variable
80 var t2; variable
/third_party/openssl/include/openssl/
Dsafestack.h.in37 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ argument
67 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ argument
180 # define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2) argument
181 # define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2) \ argument
/third_party/node/deps/openssl/openssl/include/openssl/
Dsafestack.h.in37 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ argument
67 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ argument
180 # define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2) argument
181 # define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2) \ argument
/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc79 uint8_t t1 = s[i], t2, t3; in utf8_nextCharSafeBody() local
95 uint8_t t1 = s[i], t2; in utf8_nextCharSafeBody() local
108 uint8_t t1 = s[i] - 0x80, t2; in utf8_nextCharSafeBody() local
/third_party/typescript/tests/cases/compiler/
DrestElementAssignable.ts8 const t2: { [x: symbol]: unknown } = {}; constant
16 const t2: { [x: string]: number | boolean | string } = { a: 1, b: false, c: "str" };; constant
DtypeArgInference.ts9 var t2 = x.f<number, string>([o], [o]); variable
10 var t2: { c: number; d: string }; variable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken_test.cc32 Token t2(Source{}, 2.345f); in TEST_F() local
40 Token t2(Source{}, 2345); in TEST_F() local
55 Token t2(Source{}, 2345u); in TEST_F() local
/third_party/typescript/tests/cases/conformance/types/tuple/
DstrictTupleLength.ts3 var t2: [number, number]; variable
12 var t2 = t1; // error variable
/third_party/typescript/tests/cases/conformance/expressions/functions/
DtypeOfThisInFunctionExpression.ts13 var t2 = function f() { variable
40 var t2 = function f() { variable
/third_party/ffmpeg/libavcodec/x86/
Dsnowdsp.c392 #define snow_vertical_compose_sse2_load_add(op,r,t0,t1,t2,t3)\ argument
398 #define snow_vertical_compose_sse2_load(r,t0,t1,t2,t3)\ argument
401 #define snow_vertical_compose_sse2_add(r,t0,t1,t2,t3)\ argument
404 #define snow_vertical_compose_r2r_sub(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
416 #define snow_vertical_compose_sra(n,t0,t1,t2,t3)\ argument
422 #define snow_vertical_compose_r2r_add(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
428 #define snow_vertical_compose_r2r_pmulhw(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
434 #define snow_vertical_compose_sse2_move(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
513 #define snow_vertical_compose_mmx_load_add(op,r,t0,t1,t2,t3)\ argument
519 #define snow_vertical_compose_mmx_load(r,t0,t1,t2,t3)\ argument
[all …]
/third_party/openssl/ohos_lite/include/openssl/
Dsafestack.h22 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ argument
129 # define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2) argument
131 # define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2) \ argument
/third_party/node/deps/icu-small/source/common/
Dutf_impl.cpp140 uint8_t t1=s[i], t2, t3; in utf8_nextCharSafeBody() local
156 uint8_t t1=s[i], t2; in utf8_nextCharSafeBody() local
169 uint8_t t1=s[i]-0x80, t2; in utf8_nextCharSafeBody() local
/third_party/icu/icu4c/source/common/
Dutf_impl.cpp140 uint8_t t1=s[i], t2, t3; in utf8_nextCharSafeBody() local
156 uint8_t t1=s[i], t2; in utf8_nextCharSafeBody() local
169 uint8_t t1=s[i]-0x80, t2; in utf8_nextCharSafeBody() local
/third_party/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp140 uint8_t t1=s[i], t2, t3; in utf8_nextCharSafeBody() local
156 uint8_t t1=s[i], t2; in utf8_nextCharSafeBody() local
169 uint8_t t1=s[i]-0x80, t2; in utf8_nextCharSafeBody() local

12345678910>>...28