Home
last modified time | relevance | path

Searched defs:zz (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DthisInConstructorParameter2.js6 constructor(public z = this, zz = this, zzz = (p = this) => this) { argument
10 foo(zz = this) { zz.x; } argument
11 static bar(zz = this) { zz.y; } argument
16 function P(z, zz, zzz) { argument
31 P.prototype.foo = function (zz) { argument
35 P.bar = function (zz) { argument
DsuperAccess2.js12 constructor(public z = super, zz = super, zzz = () => super) { argument
16 foo(zz = super) { argument
21 static bar(zz = super) { argument
53 function Q(z, zz, zzz) { argument
62 Q.prototype.foo = function (zz) { argument
67 Q.bar = function (zz) { argument
DtypeParametersShouldNotBeEqual2.js3 var zz: Object; variable
17 var zz; variable
DexportAssignClassAndModule.js18 var zz: Foo; variable
33 var zz; variable
DrecursiveInferenceBug.js8 var zz = { variable
19 var zz = { variable
DdirectDependenceBetweenTypeAliases.js41 var zz: { x: T11 } variable
60 var zz; variable
DinferenceShouldFailOnEvolvingArrays.js17 let zz = []; variable
37 var zz = []; variable
DtypeArgumentDefaultUsesConstraintOnCircularDefault.js4 let zz: Test = { foo: "abc" }; // should error on comparison with Test<string> variable
16 var zz = { foo: "abc" }; // should error on comparison with Test<string> variable
DunionWithIndexSignature.js12 let zz = arr[1]; // Error variable
DpropertyAccess.js137 var zz = bothIndex['1.0']; variable
138 var zz: A; variable
280 var zz; variable
DinferFromGenericFunctionReturnTypes3.js114 let zz: Box<WinCondition> = box({ type: 'draw' }); variable
/third_party/flutter/skia/src/core/
DSkPoint3.cpp33 double zz = z; in Length() local
63 double zz = fZ; in normalize() local
/third_party/skia/src/core/
DSkPoint3.cpp42 double zz = z; in Length() local
72 double zz = fZ; in normalize() local
/third_party/typescript/tests/cases/compiler/
DrecursiveInferenceBug.ts7 var zz = { variable
DinferenceShouldFailOnEvolvingArrays.ts17 let zz = []; variable
DtypeArgumentDefaultUsesConstraintOnCircularDefault.ts3 let zz: Test = { foo: "abc" }; // should error on comparison with Test<string> variable
DexportAssignClassAndModule.ts17 var zz: Foo; variable
DinferFromGenericFunctionReturnTypes3.ts117 let zz: Box<WinCondition> = box({ type: 'draw' }); variable
/third_party/skia/tests/
DUtilsTest.cpp445 auto zz{z}; in DEF_TEST() local
530 auto zz = SkMakeZip(&A[0], B, C, D, S, P); in DEF_TEST() local
608 auto zz = SkMakeZip(A, B, C, D, S); in DEF_TEST() local
620 const auto& zz = SkMakeZip(A, B, C, D, S); in DEF_TEST() local
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts40 var zz: { x: T11 } variable
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/
DpropertyAccess.ts136 var zz = bothIndex['1.0']; variable
137 var zz: A; variable
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_quaternion2rotation_f32.c163 float32_t zz = q00 - q11 - q22 + q33; in arm_quaternion2rotation_f32() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_interpolation.inl30 T zz = (mat[2][2] + (T)1.0) / (T)2.0; local
/third_party/typescript/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/
Dwhen-instead-of-filechanged-recursive-directory-watcher-is-invoked.js9 var zz = 10; variable
/third_party/openssl/crypto/bn/
Dbn_gf2m.c296 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local
415 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local

12