| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
| H A D | js_cloud_share.cpp | 79 auto execute = [env, ctxt]() { in AllocResourceAndShare() local 133 auto execute = [env, ctxt]() { in Share() local 183 auto execute = [env, ctxt]() { in Unshare() local 227 auto execute = [env, ctxt]() { in Exit() local 279 auto execute = [env, ctxt]() { in ChangePrivilege() local 323 auto execute = [env, ctxt]() { Query() local 368 auto execute = [env, ctxt]() { QueryByInvitation() local 420 auto execute = [env, ctxt]() { ConfirmInvitation() local 472 auto execute = [env, ctxt]() { ChangeConfirmation() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
| H A D | napi_queue.h | 130 NapiAsyncExecute execute = nullptr; member
|
| /foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
| H A D | napi_queue.h | 60 NapiAsyncExecute execute = nullptr; member 184 NapiAsyncExecute execute = nullptr; member
|
| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
| H A D | napi_queue.cpp | 66 AsyncWork(napi_env env, std::shared_ptr<ContextBase> contextBase, const std::string &name, NapiAsyncExecute execute, NapiAsyncComplete complete) AsyncWork() argument
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | mmu_context.h | 203 arch_vma_access_permitted(struct vm_area_struct *vma, bool write, bool execute, bool foreign) arch_vma_access_permitted() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
| H A D | lib.c | 155 char execute, name[128]; in parse_proc_maps() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
| H A D | lib.c | 140 char execute, name[128]; in parse_proc_maps() local
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| H A D | command.py | 94 def execute(self): member in BaseCommand 288 def execute(self, **additional_popen_kwargs): member in AndroidCommand
|
| /third_party/lz4/tests/ |
| H A D | test-lz4-list.py | 212 def execute(command, print_command=True, print_output=False, print_error=True): function
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | pthread_cancel-points.c | 99 void (*execute)(void *); member
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
| H A D | OpCode.java | 261 abstract State execute(DataView data, DigitSequence in); in execute() method in OpCode
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 175 Error DispatchStage::execute(InstRef &IR) { in execute() function in llvm::mca::DispatchStage
|
| H A D | ExecuteStage.cpp | 186 Error ExecuteStage::execute(InstRef &IR) { in execute() function in llvm::mca::ExecuteStage
|
| /third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
| H A D | tcuRandomOrderExecutor.cpp | 180 TestStatus RandomOrderExecutor::execute(const std::string &casePath) in execute() function in tcu::RandomOrderExecutor
|
| /third_party/python/Lib/test/test_importlib/resources/ |
| H A D | util.py | 76 def execute(self, package, path): member in CommonTests [all...] |
| /third_party/skia/experimental/sorttoy/ |
| H A D | Cmds.cpp | 22 void SaveCmd::execute(FakeCanvas* f) const { in execute() function in SaveCmd 26 void SaveCmd::execute(SkCanvas* c) const { in execute() function in SaveCmd 36 void RestoreCmd::execute(FakeCanvas* f) const { in execute() function in RestoreCmd 40 void RestoreCmd::execute(SkCanvas* c) const { in execute() function in RestoreCmd 102 void DrawCmd::execute(FakeCanvas* c) const { in execute() function in DrawCmd 106 void DrawCmd::execute(SkCanvas* c) const { in execute() function in DrawCmd 224 void ClipCmd::execute(FakeCanvas* c) const { in execute() function in ClipCmd 231 void ClipCmd::execute(SkCanvas* c) const { in execute() function in ClipCmd
|
| /applications/standard/calendardata/calendarmanager/napi/src/ |
| H A D | calendar_manager_napi.cpp | 52 auto execute = [ctxt]() { in CreateCalendar() local 90 auto execute = [ctxt]() { in DeleteCalendar() local 138 auto execute = [ctxt]() { in GetCalendar() local 188 auto execute = [env, ctxt]()->void { in GetAllCalendars() local
|
| H A D | calendar_napi.cpp | 108 auto execute = [ctxt]() { in AddEvent() local 140 auto execute = [ctxt]() { in AddEvents() local 167 auto execute = [ctxt]() { in DeleteEvent() local 192 auto execute = [ctxt]() { in DeleteEvents() local 217 auto execute = [ctxt]() { in UpdateEvent() local 243 auto execute = [ctxt]() { UpdateEvents() local 280 auto execute = [ctxt]() { GetEvents() local 354 auto execute = [ctxt]() { SetConfig() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| H A D | main.cpp | 159 ClockScope execute; in ExecutePandaFile() local
|
| /arkcompiler/ets_frontend/test262/ |
| H A D | run_sunspider.py | 651 def execute(self): member in ArkProgram
|
| /base/customization/enterprise_device_management/interfaces/kits/application_manager/src/ |
| H A D | application_manager_addon.cpp | 263 AddOrRemovellowedRunningBundles(napi_env env, napi_callback_info info, const std::string &workName, napi_async_execute_callback execute) AddOrRemovellowedRunningBundles() argument
|
| /base/powermgr/power_manager/frameworks/napi/runninglock/ |
| H A D | runninglock_napi.cpp | 209 AsyncWork(napi_env& env, std::unique_ptr<AsyncCallbackInfo>& asyncInfo, const std::string& resourceName, napi_async_execute_callback execute, napi_async_complete_callback complete) AsyncWork() argument
|
| /base/powermgr/power_manager/frameworks/napi/power/ |
| H A D | power_napi.cpp | 295 AsyncWork(napi_env& env, std::unique_ptr<AsyncCallbackInfo>& asyncInfo, const std::string& resourceName, napi_async_execute_callback execute, napi_async_complete_callback complete) AsyncWork() argument
|
| /foundation/ability/ability_runtime/frameworks/js/napi/js_child_process_manager/ |
| H A D | js_child_process_manager.cpp | 139 NapiAsyncTask::ExecuteCallback execute = [srcEntry, pid, innerErrorCode]() { in StartChildProcessAppSpawnForkTask() local 277 NapiAsyncTask::ExecuteCallback execute = [srcEntry, args, options, childProcessType, pid, innerErrorCode]() { in StartChildProcessWithArgsTask() local
|
| /foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
| H A D | enroll_intell_voice_engine_napi.cpp | 206 AsyncExecute execute = [](napi_env env, void *data) {}; in CreateEnrollIntelligentVoiceEngine() local 240 AsyncExecute execute = [](napi_env env, void *data) {}; in GetSupportedRegions() local 300 AsyncExecute execute = [](napi_env env, void *data) {}; in Init() local 343 AsyncExecute execute = [](napi_env env, void *data) {}; in EnrollForResult() local 366 AsyncExecute execute; in Stop() local 410 AsyncExecute execute; SetParameter() local 453 AsyncExecute execute; GetParameter() local 500 AsyncExecute execute = [](napi_env env, void *data) { SetSensibility() local 544 AsyncExecute execute = [](napi_env env, void *data) { SetWakeupHapInfo() local 587 AsyncExecute execute = [](napi_env env, void *data) {}; Commit() local 612 AsyncExecute execute; EvaluateForResult() local 660 AsyncExecute execute; Release() local [all...] |