/third_party/typescript/tests/baselines/reference/ |
D | privateNameComputedPropertyName2(target=esnext).types | 2 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 …]
|
D | privateNameComputedPropertyName2(target=es2015).types | 2 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 …]
|
D | privateNameComputedPropertyName2(target=esnext).symbols | 2 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))
|
D | privateNameComputedPropertyName2(target=es2015).symbols | 2 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))
|
D | privateNameComputedPropertyName2(target=esnext).js | 2 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));
|
D | privateNameComputedPropertyName2(target=es2015).js | 2 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));
|
D | privateInstanceVisibility.symbols | 45 getX() { return this.x; } 46 >getX : Symbol(C.getX, Decl(privateInstanceVisibility.ts, 28, 22))
|
D | privateInstanceVisibility.js | 32 getX() { return this.x; } method in C 60 C.prototype.getX = function () { return this.x; }; method in C
|
D | privateInstanceVisibility.types | 45 getX() { return this.x; } 46 >getX : () => number
|
/third_party/flutter/skia/third_party/externals/angle2/samples/multi_window/ |
D | MultiWindow.cpp | 79 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/ |
D | MultiWindow.cpp | 79 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/ |
D | privateNameComputedPropertyName2.ts | 3 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/ |
D | 3_which_should_i_use.ts | 35 getX(): number { method in Two 41 Assert.equal(three.getX(), 5);
|
D | my_module.ts | 18 export function getX(x: string) { return x; }; function
|
D | 4_export_star_as_ns_syntax.ts | 26 Assert.equal("STRING", NUMX.getX("STRING"));
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/2_ecmsscript_private_fields/ |
D | 2_ecmsscript_private_fields_2.ts | 26 getX() { method in stu 40 Assert.equal(10, dt.getX());
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFeLighting.cpp | 112 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/ |
D | test-vm-module-synthetic.js | 24 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/ |
D | HelloArActivity.java | 119 … 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/ |
D | WindowTest.cpp | 124 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/ |
D | WindowTest.cpp | 124 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/ |
D | privateInstanceVisibility.ts | 31 getX() { return this.x; } method in C
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/ |
D | GameSurfaceView.java | 59 native_onTouchInput(0, e.getEventTime(), (int)e.getX(), (int)e.getY()); in onTouchEvent()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | OSWindow.h | 31 int getX() const;
|
/third_party/skia/third_party/externals/angle2/util/ |
D | OSWindow.h | 32 int getX() const;
|