Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeParameterFixingWithContextSensitiveArguments5.ts21 function f<T, U>(t1: T, u1: U, pf1: (u2: U) => T, pf2: (t2: T) => U): [T, U] {
41 let d = f(a, b, u2 => u2.b, t2 => t2);
43 AssertType(f(a, b, u2 => u2.b, t2 => t2), "[any, B]");
47 AssertType(u2 => u2.b, "(B) => any");
48 AssertType(u2, "B");
49 AssertType(u2.b, "any");
DreadonlyInDeclarationFile.ts88 protected static get u2() { method in C
93 protected static set u2(value) { } method in C
/arkcompiler/ets_frontend/ts2panda/tests/types/union/
Dunion_multi_same_primi.ts18 let u2: number | boolean = false; variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js120 u2: (x + w) / ww, property
143 u2: (x + w) / ww, property
DX2DFast.js160 …pcut.w, pcut.h, 0.0, pcut.u2, pcut.v2, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], …
162 …pcut.w, pcut.h, 0.0, pcut.u2, pcut.v2, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], …
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js61371 …s._fromWeight) : t.kind === p2.transitionSnapshot ? t.first.getClipStatuses(this._fromWeight) : u2;
61395 return null !== (t = s.getClipStatuses(this._toWeight)) && void 0 !== t ? t : u2;
61897 const u2 = Object.freeze({
62084 } : u2;
120494 this.u2 = 0;
120548 c.u2 = (_ + m) / l.width;
120551 c.u2 = (_ + p) / l.width;
121584 o = this.region.u2 - n;
121752 e[6] = t.u2;
121754 e[0] = t.u2;
[all …]