/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 105 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument 109 if (h === -1) h = hh; 117 v0: y / hh, 119 v1: y / hh, 121 v2: (y + h) / hh, 123 v3: (y + h) / hh, 128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument 130 if (hh === -1) hh = this.ximages[rid].h; 132 if (h === -1) h = hh; 140 v0: y / hh, [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | jsDeclarationsExportDefinePropertyEmit.ts | 147 function hh(a, b) { function 154 Object.defineProperty(module.exports, "h", { value: hh }); 155 AssertType(Object.defineProperty(module.exports, "h", { value: hh }), "typeof module.exports"); 159 AssertType({ value: hh }, "{ value: ({ x: string; }, { y: () => void; }) => void; }"); 161 AssertType(hh, "({ x: string; }, { y: () => void; }) => void");
|
D | jsDeclarationsFunctionsCjs.ts | 155 function hh(a, b) { function 163 module.exports.h = hh; 164 AssertType(module.exports.h = hh, "({ x: string; }, { y: { (): void; cat: string; }; }) => void"); 166 AssertType(hh, "({ x: string; }, { y: { (): void; cat: string; }; }) => void");
|
D | jsDeclarationsFunctions.ts | 96 function hh(a, b) { function 104 export { hh as h };
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | IrViewer.js | 480 this.dragScoll.hh = scrollH - Scr.logich; 482 if (this.dragScoll.hh < 1) this.dragScoll.hh = 1; 485 this.scrollY_.setBarOff(-(this.offy_ + this.dragScoll.y1) / this.dragScoll.hh); 489 this.offy_ = (-this.scrollY_.getBarOff()) * this.dragScoll.hh - this.dragScoll.y1; 492 …if (this.dragScoll.hh > 1) this.scrollY_.move(Scr.logicw - 20, 100, 20, Scr.logich - 100 - 20).dra… 656 this.scrollY_.setBarOff(-(this.offy_ + this.dragScoll.y1) / this.dragScoll.hh); 658 this.offy_ = (-this.scrollY_.getBarOff()) * this.dragScoll.hh - this.dragScoll.y1; 680 this.scrollY_.setBarOff(-(this.offy_ + this.dragScoll.y1) / this.dragScoll.hh); 682 this.offy_ = (-this.scrollY_.getBarOff()) * this.dragScoll.hh - this.dragScoll.y1;
|
/arkcompiler/ets_runtime/test/aottest/classstatic/ |
D | expect_output.txt | 29 hh
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 23252 const hh = Pl; 47023 … wN = Th(aL), RN = ph(), IN = lh(), MN = ph(), BN = lh(), DN = hh(), PN = ph(), ON = lh(), 47024 NN = hh(), LN = ph(), FN = lh(), VN = rh(), kN = ph(), UN = lh(), GN = ph(), zN = lh(), 47341 …gL = ph(), yL = lh(), bL = rh(), SL = rh(), AL = hh(), uL(TL = _L(TL = dL(TL = pL(TL = Ql(TL = (vL… 54296 }((BH = Ul("cc.Light"), DH = lh(), PH = lh(), OH = hh(), NH = lh(), LH = Th(qH), 54479 }), mj = hh(), fj = Th(Ne), gj = rh(), yj = jl({ 54484 }), bj = lh(), Sj = hh(), Aj = Th(Ne), Tj = rh(), vj = jl({ 54489 }), Ej = lh(), Cj = hh(), xj = Th(Ne), wj = rh(), Rj = jl({ 54504 }), Fj = lh(), Vj = hh(), kj = Th(Ne), Uj = rh(), Gj = jl({ 54956 eW = hh(), iW = lh(), sW = rh(), nW = jl({ [all …]
|
/arkcompiler/runtime_core/docs/ |
D | doxygen.config | 814 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …hh(t,r){var n=e.length(t.typeParameters),i=Kc(t.typeParameters);return!e.some(r)||r.length>=i&&r.l… function
|