Home
last modified time | relevance | path

Searched defs:handle (Results 76 - 100 of 4548) sorted by relevance

12345678910>>...182

/third_party/libuv/docs/code/ref-timer/
H A Dmain.c9 void gc(uv_timer_t *handle) { in gc() argument
13 void fake_job(uv_timer_t *handle) { in fake_job() argument
/third_party/libuv/test/
H A Dtest-active.c32 static void close_cb(uv_handle_t* handle) { in close_cb() argument
38 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
H A Dtest-run-once.c31 static void idle_cb(uv_idle_t* handle) { in idle_cb() argument
/third_party/libuv/docs/code/idle-basic/
H A Dmain.c6 void wait_for_a_while(uv_idle_t* handle) { in wait_for_a_while() argument
/third_party/libuv/src/win/
H A Dstream-inl.h33 uv__stream_init(uv_loop_t* loop, uv_stream_t* handle, uv_handle_type type) uv__stream_init() argument
49 uv__connection_init(uv_stream_t* handle) uv__connection_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader_buffer.h33 struct svga_winsys_surface *handle; member
/third_party/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_null.c7 graw_create_window_and_screen( int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) graw_create_window_and_screen() argument
/third_party/musl/src/linux/
H A Dname_to_handle_at.c5 name_to_handle_at(int dirfd, const char *pathname, struct file_handle *handle, int *mount_id, int flags) name_to_handle_at() argument
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlns_create_test.cpp21 void* handle = dlopen(rootSo, RTLD_LAZY); in HWTEST_F() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_descriptor_pool.h39 d3d12_descriptor_handle_is_allocated(struct d3d12_descriptor_handle *handle) in d3d12_descriptor_handle_is_allocated() argument
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_ctx.h19 const OSSL_CORE_HANDLE *handle; member
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dfips_entry.c13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
/third_party/node/deps/uv/src/win/
H A Dstream-inl.h33 uv__stream_init(uv_loop_t* loop, uv_stream_t* handle, uv_handle_type type) uv__stream_init() argument
49 uv__connection_init(uv_stream_t* handle) uv__connection_init() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DAHBFunctions.cpp18 void AssignFn(void *handle, const char *name, T &fn) in AssignFn() argument
27 void *handle = dlopen(nullptr, RTLD_NOW); in AHBFunctions() local
/third_party/openssl/providers/common/include/prov/
H A Dprovider_ctx.h19 const OSSL_CORE_HANDLE *handle; member
/third_party/openssl/providers/fips/
H A Dfips_entry.c13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
/base/inputmethod/imf/services/adapter/focus_monitor/src/
H A Dfocus_monitor_manager.cpp35 void FocusMonitorManager::RegisterFocusChangedListener(const FocusHandle &handle) in RegisterFocusChangedListener() argument
/base/msdp/device_status/intention/adapters/common_event_adapter/include/
H A Dcommon_event_observer.h30 CommonEventObserver(const OHOS::EventFwk::CommonEventSubscribeInfo &info, CommonEventHandleType handle) in CommonEventObserver() argument
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksabort_fuzzer/
H A Dhksabort_fuzzer.cpp36 struct HksBlob handle = { sizeof(uint64_t), ReadData<uint8_t *>(data, size, sizeof(uint64_t)) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_abort_session.h31 struct HksBlob *handle = nullptr; member
/base/startup/init/test/fuzztest/getparametername_fuzzer/
H A Dgetparametername_fuzzer.cpp29 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterName() local
/base/startup/init/test/fuzztest/getparametervalue_fuzzer/
H A Dgetparametervalue_fuzzer.cpp30 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterValue() local
/base/startup/init/test/fuzztest/getparametercommitid_fuzzer/
H A Dgetparametercommitid_fuzzer.cpp28 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterCommitId() local
/base/web/webview/ohos_nweb/src/
H A Dnweb_crashpad_handler_main.cpp39 void *handle = dlopen(libCrashpadHandler.c_str(), RTLD_NOW | RTLD_GLOBAL); in main() local
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Ddmabufferheap_allocator.cpp34 int32_t DmaBufferHeapAllocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate() argument

Completed in 5 milliseconds

12345678910>>...182