Home
last modified time | relevance | path

Searched refs:getX (Results 1 – 25 of 52) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DprivateNameComputedPropertyName2(target=esnext).types2 let getX: (a: A) => number;
3 >getX : (a: A) => number
13 [(getX = (a: A) => a.#x, "_")]() {}
14 >[(getX = (a: A) => a.#x, "_")] : () => void
15 >(getX = (a: A) => a.#x, "_") : "_"
16 >getX = (a: A) => a.#x, "_" : "_"
17 >getX = (a: A) => a.#x : (a: A) => number
18 >getX : (a: A) => number
26 console.log(getX(new A));
27 >console.log(getX(new A)) : void
[all …]
DprivateNameComputedPropertyName2(target=es2015).types2 let getX: (a: A) => number;
3 >getX : (a: A) => number
13 [(getX = (a: A) => a.#x, "_")]() {}
14 >[(getX = (a: A) => a.#x, "_")] : () => void
15 >(getX = (a: A) => a.#x, "_") : "_"
16 >getX = (a: A) => a.#x, "_" : "_"
17 >getX = (a: A) => a.#x : (a: A) => number
18 >getX : (a: A) => number
26 console.log(getX(new A));
27 >console.log(getX(new A)) : void
[all …]
DprivateNameComputedPropertyName2(target=esnext).symbols2 let getX: (a: A) => number;
3 >getX : Symbol(getX, Decl(privateNameComputedPropertyName2.ts, 0, 3))
13 [(getX = (a: A) => a.#x, "_")]() {}
14 >[(getX = (a: A) => a.#x, "_")] : Symbol(A[(getX = (a: A) => a.#x, "_")], Decl(privateNameComputedP…
15 >getX : Symbol(getX, Decl(privateNameComputedPropertyName2.ts, 0, 3))
22 console.log(getX(new A));
26 >getX : Symbol(getX, Decl(privateNameComputedPropertyName2.ts, 0, 3))
DprivateNameComputedPropertyName2(target=es2015).symbols2 let getX: (a: A) => number;
3 >getX : Symbol(getX, Decl(privateNameComputedPropertyName2.ts, 0, 3))
13 [(getX = (a: A) => a.#x, "_")]() {}
14 >[(getX = (a: A) => a.#x, "_")] : Symbol(A[(getX = (a: A) => a.#x, "_")], Decl(privateNameComputedP…
15 >getX : Symbol(getX, Decl(privateNameComputedPropertyName2.ts, 0, 3))
22 console.log(getX(new A));
26 >getX : Symbol(getX, Decl(privateNameComputedPropertyName2.ts, 0, 3))
DprivateNameComputedPropertyName2(target=esnext).js2 let getX: (a: A) => number; variable
6 [(getX = (a: A) => a.#x, "_")]() {}
9 console.log(getX(new A));
13 let getX; variable
19 [(getX = (a) => a.#x, "_")]() { }
21 console.log(getX(new A));
DprivateNameComputedPropertyName2(target=es2015).js2 let getX: (a: A) => number; variable
6 [(getX = (a: A) => a.#x, "_")]() {}
9 console.log(getX(new A));
20 let getX; variable
25 [(_x = new WeakMap(), (getX = (a) => __classPrivateFieldGet(a, _x), "_"))]() { }
27 console.log(getX(new A));
DprivateInstanceVisibility.symbols45 getX() { return this.x; }
46 >getX : Symbol(C.getX, Decl(privateInstanceVisibility.ts, 28, 22))
DprivateInstanceVisibility.js32 getX() { return this.x; } method in C
60 C.prototype.getX = function () { return this.x; }; method in C
DprivateInstanceVisibility.types45 getX() { return this.x; }
46 >getX : () => number
/third_party/flutter/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp79 int baseX = rootWindow.osWindow->getX(); in initialize()
109 int left = rootWindow->getX(); in draw()
110 int right = rootWindow->getX() + rootWindow->getWidth(); in draw()
117 left = std::min(left, window->getX()); in draw()
118 right = std::max(right, window->getX() + window->getWidth()); in draw()
139 Matrix4::ortho(static_cast<float>(window->getX()), in draw()
140 static_cast<float>(window->getX() + window->getWidth()), in draw()
/third_party/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp79 int baseX = rootWindow.osWindow->getX(); in initialize()
109 int left = rootWindow->getX(); in draw()
110 int right = rootWindow->getX() + rootWindow->getWidth(); in draw()
117 left = std::min(left, window->getX()); in draw()
118 right = std::max(right, window->getX() + window->getWidth()); in draw()
139 Matrix4::ortho(static_cast<float>(window->getX()), in draw()
140 static_cast<float>(window->getX() + window->getWidth()), in draw()
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameComputedPropertyName2.ts3 let getX: (a: A) => number; variable
7 [(getX = (a: A) => a.#x, "_")]() {}
10 console.log(getX(new A));
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/
D3_which_should_i_use.ts35 getX(): number { method in Two
41 Assert.equal(three.getX(), 5);
Dmy_module.ts18 export function getX(x: string) { return x; }; function
D4_export_star_as_ns_syntax.ts26 Assert.equal("STRING", NUMX.getX("STRING"));
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/2_ecmsscript_private_fields/
D2_ecmsscript_private_fields_2.ts26 getX() { method in stu
40 Assert.equal(10, dt.getX());
/third_party/skia/modules/svg/src/
DSkSVGFeLighting.cpp112 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makePointLight()
128 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makeSpotLight()
165 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makePointLight()
180 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makeSpotLight()
/third_party/node/test/parallel/
Dtest-vm-module-synthetic.js24 assert.strictEqual(m.namespace.getX(), 1);
26 assert.strictEqual(m.namespace.getX(), 42);
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java119 … toEdit = JniInterface.onTouchedFirst(mNativeApplication, e.getX(), e.getY(), mDrawMode); in onCreate()
122 X = e.getX(); in onCreate()
124 contextView.showContextMenu(e.getX(), e.getY()); in onCreate()
131 … JniInterface.onTouchTranslate(mNativeApplication, e2.getX(), e2.getY()); in onCreate()
/third_party/flutter/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp124 if (window->getX() != x || window->getY() != y) in main()
128 std::cout << "X: " << x << " vs. " << window->getX() << std::endl; in main()
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp124 if (window->getX() != x || window->getY() != y) in main()
128 std::cout << "X: " << x << " vs. " << window->getX() << std::endl; in main()
/third_party/typescript/tests/cases/compiler/
DprivateInstanceVisibility.ts31 getX() { return this.x; } method in C
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java59 native_onTouchInput(0, e.getEventTime(), (int)e.getX(), (int)e.getY()); in onTouchEvent()
/third_party/flutter/skia/third_party/externals/angle2/util/
DOSWindow.h31 int getX() const;
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.h32 int getX() const;

123