Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DXDefine.js19 static ReSize(w, h) { argument
25 static setLogicScreenSize(w, h) { argument
DXTools.js22 static InRect(xx, yy, x, y, w, h) { argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_gc.cpp42 JSHandle<JSTaggedValue> h = GetCallArg(info, 0); in GetObjectAddress() local
48 JSHandle<JSTaggedValue> h = GetCallArg(info, 0); in GetObjectSpaceType() local
55 JSHandle<JSTaggedValue> h = GetCallArg(info, 0); in RegisterNativeAllocation() local
73 JSHandle<JSTaggedValue> h = GetCallArg(info, 0); in RegisterNativeFree() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
123 h: h, property
136 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
154 h: h, property
172 PutTexture(tex, w, h) { argument
174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
200 h: height, property
DXMat4.js127 PerspectiveMatrix(n, f, w = -1, h = -1) { argument
142 orthoMat(x, y, w, h) { argument
/arkcompiler/ets_runtime/test/moduletest/moduleLazyImport/
DH.js23 export let h = "H"; variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/
DXButton.js19 constructor(x, y, w, h, name) { argument
31 move(x, y, w, h) { argument
DXSelect.js32 move(x, y, w, h) { argument
DXScroll.js29 move(x, y, w, h) { argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DCanvasInput.js19 static SetSafeArea(x, y, w, h) { argument
22 static Reset(x, y, w, h, value, cb, cb2, cb3) { argument
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-export-named-decl.js26 export function* h() {} generator
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-export-named-decl.js26 export function* h() {} generator
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/enums/
Dtest-ts-enum-1.ts25 h = "abcd".length, enumerator
Dtest-ts-enum-2.ts28 h = "abcd".length, enumerator
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_primitive_ref_test.cpp46 JSHandle<EcmaString> h = thread->GetEcmaVM()->GetFactory()->NewFromASCII("h"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/disassembler/tests/module/
Dmodule-multi-export.js37 export let h = 9; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-private-identifiers.ts26 private static h = "" property in C
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall.ts69 var h: boolean = func8(2, ["foo", "bar"], {}); variable
DvarRedeclaration.ts56 var h: interface3; variable
57 var h: interface4; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DfunctionCall.ts69 var h: boolean = func8(2, ["foo", "bar"], {}); variable
DvarRedeclaration.ts56 var h: interface3; variable
57 var h: interface4; variable
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-type-annotation.ts25 var h: never; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-annotation.ts25 var h: never; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_scope.cpp36 auto &h = GetRangeHigh(); in IsSubScope() local
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py42 def cut_image(image, x, y, w, h): argument

12