Home
last modified time | relevance | path

Searched defs:handle (Results 376 - 400 of 4164) sorted by relevance

1...<<11121314151617181920>>...167

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib/
H A Dminimal-http-server-eventlib.c43 void signal_cb(void *handle, int signum) in signal_cb() argument
/third_party/libdrm/tests/radeon/
H A Drbo.c36 struct rbo *rbo(int fd, unsigned handle, unsigned size, in rbo() argument
[all...]
/third_party/libdrm/tests/tegra/
H A Dgr2d-fill.c54 uint32_t handle; in main() local
H A Ddrm-test.h52 uint32_t handle; member
/third_party/node/deps/v8/src/objects/
H A Dmanaged-inl.h50 Handle<Managed<CppType>> handle = Handle<Managed<CppType>>::cast( in FromSharedPtr() local
/third_party/node/deps/v8/src/profiler/
H A Dweak-code-registry.cc29 Handle<AbstractCode> handle = isolate_->global_handles()->Create(*code); in Track() local
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c118 struct winsys_handle handle in renderonly_create_gpu_import_for_resource() local
[all...]
H A Drenderonly.h35 uint32_t handle; member
95 renderonly_get_handle(struct renderonly_scanout *scanout, struct winsys_handle *handle) renderonly_get_handle() argument
/third_party/musl/libc-test/src/functionalext/dlns/
H A Ddlns_dlsym.c40 static inline void close_so(void* handle) in close_so() argument
H A Ddlns_special_scene.c92 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_sys_path_0100() local
/third_party/musl/Benchmark/musl/
H A Dlibc_dlopen.cpp56 void *handle = dlopen(fileName, flags); in DoDlopen() local
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_test.c26 void* handle = dlopen(g_libPath, RTLD_GLOBAL); in dl_test() local
/third_party/musl/libc-test/src/functionalext/ldso_debug/
H A Dldso_memleak_check.c60 void* handle = dlopen(g_libPath_1, RTLD_NOW); in ldso_memleak_check_0100() local
83 void* handle = dlopen(g_libPath_2, RTLD_NOW); in ldso_memleak_check_0200() local
/third_party/musl/libc-test/src/functionalext/rpath/
H A Drpath_test.c31 void *handle = dlopen(g_absoluteLib, RTLD_LAZY); in RapthAbsolute() local
46 void *handle = dlopen(g_originLib, RTLD_LAZY); in RapthRelative() local
62 void *handle = dlopen(g_multipleLib, RTLD_LAZY); in RapthMultiple() local
93 void *handle = dlopen_ns(&dlns, g_originLib, RTLD_LAZY); RpathNsOrigin() local
115 void *handle = dlopen_ns(&dlns, g_multipleLib, RTLD_LAZY); RpathNsMultiple() local
[all...]
/third_party/musl/libc-test/src/functionalext/symver/
H A Ddlsym.c34 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0100() local
67 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0200() local
115 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlsym_easy_symver_0200() local
148 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); dlsym_easy_symver_0300() local
196 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlsym_hard_symver_0200() local
229 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlsym_hard_symver_0300() local
261 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); dlsym_time64_no_symver_0100() local
[all...]
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_ctx.c30 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle) in ossl_prov_ctx_set0_handle() argument
/third_party/node/deps/openssl/openssl/providers/
H A Dnullprov.c70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_null_provider_init() argument
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Dprov_seed.c15 size_t ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_entropy() argument
41 void ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_entropy() argument
47 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce() argument
72 void ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_nonce() argument
/third_party/node/deps/uv/src/unix/
H A Dpoll.c31 uv_poll_t* handle; in uv__poll_io() local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init() argument
97 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument
103 uv__poll_stop(uv_poll_t* handle) uv__poll_stop() argument
112 uv_poll_stop(uv_poll_t* handle) uv_poll_stop() argument
119 uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) uv_poll_start() argument
158 uv__poll_close(uv_poll_t* handle) uv__poll_close() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dhandle-inl.h88 uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) uv__want_endgame() argument
99 uv_handle_t* handle; uv__process_endgames() local
173 HANDLE handle; uv__get_osfhandle() local
[all...]
H A Dhandle.c32 HANDLE handle; in uv_guess_handle() local
61 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() argument
67 void uv_close(uv_handle_t* handle, uv_close_cb cb) { in uv_close() argument
151 uv_is_closing(const uv_handle_t* handle) uv_is_closing() argument
[all...]
/third_party/openssl/crypto/rand/
H A Dprov_seed.c15 size_t ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_entropy() argument
41 void ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_entropy() argument
47 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce() argument
72 void ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_nonce() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DDescriptorHeap.cpp39 D3D12_CPU_DESCRIPTOR_HANDLE handle = fCPUHeapStart; in getCPUHandle() local
46 D3D12_GPU_DESCRIPTOR_HANDLE handle = fGPUHeapStart; in getGPUHandle() local
/third_party/skia/src/core/
H A DSkATrace.cpp58 updateTraceEventDuration(const uint8_t* categoryEnabledFlag, const char* name, SkEventTracer::Handle handle) updateTraceEventDuration() argument
/third_party/openssl/providers/
H A Dnullprov.c70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_null_provider_init() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...167