Home
last modified time | relevance | path

Searched defs:w (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/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
122 w: w, property
136 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
153 w: w, property
172 PutTexture(tex, w, h) { argument
174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
199 w: width, property
DXMat4.js127 PerspectiveMatrix(n, f, w = -1, h = -1) { argument
142 orthoMat(x, y, w, h) { argument
DX2DFast.js91 fillRect(x, y, w, h, c = 0xffffffff) { argument
113 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dobj_pool_test.cpp57 auto w = pool.New(); in VerifierTestObjPool1() local
66 auto w = pool.New(); in VerifierTestObjPool1() local
102 auto w = pool.New(); in VerifierTestObjPool2() local
120 auto w = pool.New(); in VerifierTestObjPool3() local
196 auto w = pool.New(); in TEST() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/postfixUpdateExpression/
Dpostfix-increment-operator.js17 var w = { variable
Dpostfix-decrement-operator.js17 var w = { 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/type_extractor/testcases/
Dtest-type-alias-for-loop-2.ts19 type w = number alias
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp154 void DtoaHelper::DigitGen(const DiyFp &w, const DiyFp &mp, uint64_t delta) in DigitGen()
205 const DiyFp w = v.Normalize() * cached; in Grisu() local
/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
Dpropertyattribute_fuzzer.cpp50 bool w = false, e = true, c = true; in PropertyAttributeSetIsFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp58 auto *w = allocator->New<StackfulCoroutineWorker>( in CreateWorkers() local
323 for (auto *w : workers_) { in UnblockWaiters() local
428 for (auto w : workers_) { in ChooseWorkerForCoroutine() local
493 auto *w = ChooseWorkerForCoroutine(co); in LaunchImpl() local
Dstackful_coroutine.h100 void SetWorker(StackfulCoroutineWorker *w) in SetWorker()
Dstackful_coroutine_worker.cpp82 auto w = waiters_.find(blocker); in UnblockWaiters() local
Dthreaded_coroutine_manager.cpp219 auto w = waiters_.find(blocker); in UnblockWaitersImpl() local
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py42 def cut_image(image, x, y, w, h): argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dcfg_mst.cpp71 void CFGMST<Edge, BB>::AddEdge(BB *src, BB *dest, uint64 w, bool isCritical, bool isFake) in AddEdge()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h71 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor()
83 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dinstrument.h50 void SetWeight(uint64 w) in SetWeight()
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp261 auto w = parser.ShowWarnings(); in main() local
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp274 auto w = parser.ShowWarnings(); in main() local

12