| /third_party/ffmpeg/libavfilter/ |
| H A D | dnn_filter_common.h | 35 int async; member
|
| /third_party/libuv/docs/code/progress/ |
| H A D | main.c | 8 uv_async_t async; variable
|
| /third_party/libuv/test/ |
| H A D | test-async.c | 31 static uv_async_t async; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 81 std::future<typename std::result_of<Callable()>::type> async(Callable &&C) { in async() function in llvm::TaskQueue
|
| H A D | ThreadPool.h | 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function in llvm::ThreadPool 63 inline std::shared_future<void> async(Function &&F) { in async() function in llvm::ThreadPool
|
| /third_party/node/test/addons/async-cleanup-hook/ |
| H A D | binding.cc | 10 uv_async_t async; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUShaderModule.cpp | 26 GPUShaderModule::GPUShaderModule(wgpu::ShaderModule shader, std::shared_ptr<AsyncRunner> async) in GPUShaderModule() argument
|
| H A D | GPUBuffer.cpp | 30 GPUBuffer(wgpu::Buffer buffer, wgpu::BufferDescriptor desc, wgpu::Device device, std::shared_ptr<AsyncRunner> async) GPUBuffer() argument
|
| H A D | GPUQueue.cpp | 29 GPUQueue::GPUQueue(wgpu::Queue queue, std::shared_ptr<AsyncRunner> async) in GPUQueue() argument
|
| /foundation/window/window_manager/interfaces/kits/napi/common/ |
| H A D | dm_napi_common.h | 63 void (*async)(napi_env env, std::unique_ptr<ParamT>& param); member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
| H A D | sync_event.cpp | 19 SyncEvent::EventInfo::EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() argument 24 SyncEvent::EventInfo::EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() argument
|
| H A D | cloud_db.cpp | 58 int32_t CloudDB::Sync(const Devices &devices, int32_t mode, const GenQuery &query, Async async, int32_t wait) in Sync() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_ability_sync_test.cpp | 397 AbilitySync async; in HWTEST_F() local 430 AbilitySync async; in HWTEST_F() local 501 AbilitySync async; HWTEST_F() local 572 AbilitySync async; HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_common.h | 42 uint8_t async; member
|
| H A D | dnn_backend_common.c | 56 int ff_dnn_fill_task(TaskItem *task, DNNExecBaseParams *exec_params, void *backend_model, int async, int do_ioproc) { in ff_dnn_fill_task() argument
|
| /third_party/alsa-lib/src/timer/ |
| H A D | timer_local.h | 30 int (*async)(snd_timer_t *timer, int sig, pid_t pid); member
|
| /third_party/libcoap/src/ |
| H A D | coap_async.c | 100 coap_async_trigger(coap_async_t *async) { in coap_async_trigger() argument 113 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() argument 178 coap_async_set_app_data(coap_async_t *async, void *app_data) coap_async_set_app_data() argument 183 coap_async_get_app_data(const coap_async_t *async) coap_async_get_app_data() argument 205 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) coap_async_set_delay() argument 211 coap_free_async(coap_session_t *session, coap_async_t *async) coap_free_async() argument 225 coap_async_set_app_data(coap_async_t *async, void *app_data) coap_async_set_app_data() argument 231 coap_async_get_app_data(const coap_async_t *async) coap_async_get_app_data() argument [all...] |
| /third_party/node/test/node-api/test_async_cleanup_hook/ |
| H A D | binding.c | 13 uv_async_t async; member 32 static void AfterCleanupHookOne(uv_async_t* async) { in AfterCleanupHookOne() argument
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | parserharness.js | 443 var async = false; variable [all...] |
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| H A D | napi_common.cpp | 47 bool GetCallbackAndPromise(napi_env env, AsyncCtx async, napi_value arg)
in GetCallbackAndPromise() argument 61 static void ReturnCallbackResult(napi_env env, AsyncCtx async, napi_value result)
in ReturnCallbackResult() argument 78 ReturnPromiseResult(napi_env env, AsyncCtx async, napi_value result) ReturnPromiseResult() argument 88 ReturnJSResult(napi_env env, AsyncCtx async, napi_value result) ReturnJSResult() argument 159 FreeAsyncContext(napi_env env, AsyncCtx &async) FreeAsyncContext() argument [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
| H A D | object_itf.cpp | 23 static SLresult Realize(SLObjectItf self, SLboolean async)
in Realize() argument 33 static SLresult Resume(SLObjectItf self, SLboolean async)
in Resume() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | cloud_test.cpp | 62 auto async = [&sign](const GenDetails& details) { in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
| H A D | kvdb_notifier_client.cpp | 133 void KVDBNotifierClient::AddCloudSyncCallback(uint64_t sequenceId, const AsyncDetail &async) in AddCloudSyncCallback() argument
|
| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| H A D | single_kvstore.h | 307 virtual Status CloudSync(const AsyncDetail &async) in CloudSync() argument
|
| /third_party/alsa-lib/test/ |
| H A D | timer.c | 80 int async = 0; in main() local
|