| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
| D | XDefine.js | 19 static ReSize(w, h) { argument 25 static setLogicScreenSize(w, h) { argument
|
| D | XTools.js | 22 static InRect(xx, yy, x, y, w, h) { argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 73 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
|
| D | XMat4.js | 127 PerspectiveMatrix(n, f, w = -1, h = -1) { argument 142 orthoMat(x, y, w, h) { argument
|
| D | X2DFast.js | 91 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/ |
| D | obj_pool_test.cpp | 57 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/ |
| D | postfix-increment-operator.js | 17 var w = { variable
|
| D | postfix-decrement-operator.js | 17 var w = { variable
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/ |
| D | XButton.js | 19 constructor(x, y, w, h, name) { argument 31 move(x, y, w, h) { argument
|
| D | XScroll.js | 29 move(x, y, w, h) { argument
|
| D | XSelect.js | 32 move(x, y, w, h) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-type-alias-for-loop-2.ts | 19 type w = number alias
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| D | CanvasInput.js | 19 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/language/import/ |
| D | lazy-import.ts | 31 w: string = d; property in A
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_manager.cpp | 158 …auto workerIt = std::find_if(workers_.begin(), workers_.end(), [worker](auto &&w) { return w == wo… in OnWorkerShutdown() 486 for (auto *w : workers_) { in UnblockWaiters() local 649 auto *w = ChooseWorkerForCoroutine(co); in LaunchImpl() local 673 StackfulCoroutineWorker *w = nullptr; in LaunchImmediatelyImpl() local 701 auto *w = co->GetContext<StackfulCoroutineContext>()->GetWorker(); in LaunchWithMode() local 1038 for (auto *w : workers_) { in CheckForBlockedWorkers() local 1058 for (auto *w : workers_) { in MigrateCoroutinesInward() local 1113 for (auto w : workers_) { in ChooseWorkerImpl() local 1119 …if(workers_.begin(), workers_.end(), std::back_inserter(suitableWorkers), [affinityBits](auto *w) { in ChooseWorkerImpl() 1149 auto *w = ChooseWorkerForCoroutine(co); in MigrateAwakenedCoro() local
|
| D | threaded_coroutine_manager.cpp | 56 auto *w = allocator->New<CoroutineWorker>(runtime, vm); in CreateWorkers() local 285 auto w = waiters_.find(blocker); in UnblockWaitersImpl() local 418 auto *w = ChooseWorkerForCoroutine(co); in LaunchImpl() local
|
| D | coroutine.cpp | 209 void Coroutine::SetWorker(CoroutineWorker *w) in SetWorker()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | dtoa_helper.cpp | 154 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/runtime_core/static_core/plugins/ets/runtime/libani_helpers/ |
| D | concurrency_helpers.cpp | 61 void QueueCallbackInternal(void *w) in QueueCallbackInternal() 70 void CompleteCallbackInternal(void *w) in CompleteCallbackInternal()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | dtoa_helper.cpp | 154 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/ |
| D | propertyattribute_fuzzer.cpp | 54 bool w = fdp.ConsumeBool(); in PropertyAttributeSetIsFuzzTest() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/test/ |
| D | test_viewer.py | 42 def cut_image(image, x, y, w, h): argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | event_loop_module.cpp | 174 [[maybe_unused]] auto *w = coro->GetContext<StackfulCoroutineContext>()->GetWorker(); in CreatePoster() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 74 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() 86 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | pandasm.cpp | 276 auto w = parser.ShowWarnings(); in main() local
|