| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/ |
| D | code.test.ts | 35 const action = setRunLoading(true); constant 41 const action = setCompileLoading(true); constant 47 const action = setCode('new code'); constant 57 const action = setCompileRes(compileRes); constant 67 const action = setRunRes(runRes); constant
|
| D | logs.test.ts | 35 const action = setRunLoading(true); constant 41 const action = setCompileLoading(true); constant 47 const action = setCode('new code'); constant 57 const action = setCompileRes(compileRes); constant 67 const action = setRunRes(runRes); constant
|
| D | options.test.ts | 38 const action = setOptionsLoading(true); constant 44 const action = setOptionsResponse(mockOptions); constant 50 const action = setOptionsPicked(mockPickedOptions); constant
|
| D | syntax.test.ts | 41 const action = setSyntaxLoading(true); constant 47 const action = setSyntaxResponse(mockSyntax); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_remote_promise_resolver.cpp | 32 void JsRemotePromiseResolver::ResolveViaCallback(EtsObject *resolveValue, Action action) in ResolveViaCallback() 37 void JsRemotePromiseResolver::ResolveInPlace(EtsObject *resolveValue, Action action) in ResolveInPlace() 46 …omiseResolver::ResolveRemotePromise(napi_deferred deferred, EtsObject *resolveValue, Action action) in ResolveRemotePromise()
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| D | test_util.cpp | 115 for (const auto &action: testAction) { in ForkSocketClient() local 144 void TestUtil::HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &re… in HandleAcceptanceMessages() 180 void TestUtil::SendMessage(ActionInfo action, std::string recv) in SendMessage()
|
| D | test_actions.h | 71 SocketAction action; member
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | helpers.h | 132 varbinder::Scope *scope, ir::AstNode *parentClass, F &&action) in DoScopedAction()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | signal_handler_test.cpp | 85 struct sigaction action {}; in SamplerThreadEntry() struct
|
| D | stack_walker_test.cpp | 41 #define HOOK_ASSERT(cond, action) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debug_inf.cpp | 43 uint32_t action = CODE_NOACTION; member
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_util.h | 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.cpp | 487 …RequestToServer(TransportAction action, int sessionId, std::unique_ptr<v8_inspector::StringBuffer>… in RequestToServer() 507 TransportAction action; member in v8impl::__anon3c61eead0411::RequestToServer 529 void Post(int sessionId, TransportAction action, std::unique_ptr<StringBuffer> message) in Post() 597 void Post(int sessionId, TransportAction action, std::unique_ptr<StringBuffer> message) in Post()
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | grammar_test.py | 97 def thread_pool(action, data_list): argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.cpp | 495 struct sigaction action {}; in SamplerThreadEntry() struct
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 36 #define ABCKIT_MODE_CHECK(cond, action) \ argument 42 #define ABCKIT_MODE_CHECK(cond, action) argument
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 359 JSVM_Status Unwrap(JSVM_Env env, JSVM_Value jsObject, void** result, UnwrapAction action) in Unwrap()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|