| /third_party/openssl/test/ |
| H A D | upcallstest.c | 40 static int obj_provider_init(const OSSL_CORE_HANDLE *handle, in obj_provider_init() argument
|
| /third_party/python/Lib/asyncio/ |
| H A D | windows_utils.py | 97 def handle(self): member in PipeHandle
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | ShaderImpl.cpp | 44 TranslateTask(ShHandle handle, ShCompileOptions options, const std::string &source) in TranslateTask() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | SemaphoreGL.cpp | 70 importZirconHandle(gl::Context *context, gl::HandleType handleType, GLuint handle) importZirconHandle() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | SemaphoreVk.cpp | 224 angle::Result SemaphoreVk::importZirconEvent(ContextVk *contextVk, GLuint handle) in importZirconEvent() argument 45 importZirconHandle(gl::Context *context, gl::HandleType handleType, GLuint handle) importZirconHandle() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | GrallocAndroid.cpp | 78 int GrallocModule::import(buffer_handle_t handle, buffer_handle_t *imported_handle) in import() argument 116 int GrallocModule::release(buffer_handle_t handle) in release() argument 137 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr) in lock() argument 219 unlock(buffer_handle_t handle) unlock() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Coroutine.hpp | 28 StreamBase(const std::shared_ptr<Routine> &routine, Nucleus::CoroutineHandle handle) in StreamBase() argument 47 Nucleus::CoroutineHandle handle; member in rr::StreamBase 57 inline Stream(const std::shared_ptr<Routine> &routine, Nucleus::CoroutineHandle handle) in Stream() argument 195 auto handle = Nucleus::invokeCoroutineBegin(*routine, coroutineBegin); operator ()() local [all...] |
| H A D | LLVMReactor.hpp | 107 llvm::Value *handle = nullptr; member
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | GrallocAndroid.cpp | 78 int GrallocModule::import(buffer_handle_t handle, buffer_handle_t *imported_handle) in import() argument 116 int GrallocModule::release(buffer_handle_t handle) in release() argument 137 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr) in lock() argument 219 unlock(buffer_handle_t handle) unlock() argument [all...] |
| /third_party/openssl/providers/ |
| H A D | baseprov.c | 127 int ossl_base_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_base_provider_init() argument
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
| H A D | decoder_jni.cc | 47 DecoderHandle* handle = nullptr; in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate() local 111 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() local 166 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() local 194 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); Java_org_brotli_wrapper_dec_DecoderJNI_nativeDestroy() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
| H A D | SemaphoreServiceZirconHandle.cpp | 62 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() argument 126 zx_handle_t handle = ZX_HANDLE_INVALID; in ExportSemaphore() local
|
| H A D | SemaphoreServiceFD.cpp | 69 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() argument
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| H A D | encoder_jni.cc | 47 EncoderHandle* handle = nullptr; in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate() local 115 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() local 166 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() local 187 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); Java_org_brotli_wrapper_enc_EncoderJNI_nativeDestroy() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | BindGroupVk.cpp | 70 VkBuffer handle = ToBackend(binding.buffer)->GetHandle(); in BindGroup() local 95 VkImageView handle = view->GetHandle(); in BindGroup() local 118 VkImageView handle = view->GetHandle(); in BindGroup() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceOpaqueFD.cpp | 102 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() argument
|
| H A D | MemoryServiceNull.cpp | 52 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | lock_test.cc | 64 PlatformThreadHandle handle = kNullThreadHandle; in BasicLockTest() local 132 PlatformThreadHandle handle = kNullThreadHandle; in TryLockTest() local 146 PlatformThreadHandle handle = kNullThreadHandle; in TryLockTest() local 194 PlatformThreadHandle handle in MutexTwoThreads() local [all...] |
| /third_party/python/Modules/_multiprocessing/ |
| H A D | multiprocessing.c | 76 _multiprocessing_closesocket_impl(PyObject *module, HANDLE handle) in _multiprocessing_closesocket_impl() argument 100 _multiprocessing_recv_impl(PyObject *module, HANDLE handle, int size) in _multiprocessing_recv_impl() argument 132 _multiprocessing_send_impl(PyObject *module, HANDLE handle, Py_buffer *buf) in _multiprocessing_send_impl() argument
|
| /third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
| H A D | ViewerApplication.java | 23 private native void destroyNativeApp(long handle); in destroyNativeApp() argument
|
| /third_party/selinux/libsepol/src/ |
| H A D | ibendports.c | 14 static int ibendport_from_record(sepol_handle_t *handle, in ibendport_from_record() argument 71 static int ibendport_to_record(sepol_handle_t *handle, in ibendport_to_record() argument 153 sepol_ibendport_query(sepol_handle_t *handle, const sepol_policydb_t *p, const sepol_ibendport_key_t *key, sepol_ibendport_t **response) sepol_ibendport_query() argument 188 sepol_ibendport_modify(sepol_handle_t *handle, sepol_policydb_t *p, const sepol_ibendport_key_t *key, const sepol_ibendport_t *data) sepol_ibendport_modify() argument 219 sepol_ibendport_iterate(sepol_handle_t *handle, const sepol_policydb_t *p, int (*fn)(const sepol_ibendport_t *ibendport, void *fn_arg), void *arg) sepol_ibendport_iterate() argument [all...] |
| H A D | interfaces.c | 12 static int iface_from_record(sepol_handle_t * handle, in iface_from_record() argument 66 static int iface_to_record(sepol_handle_t * handle, in iface_to_record() argument 133 sepol_iface_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_iface_key_t * key, sepol_iface_t ** response) sepol_iface_query() argument 164 sepol_iface_modify(sepol_handle_t * handle, sepol_policydb_t * p, const sepol_iface_key_t * key, const sepol_iface_t * data) sepol_iface_modify() argument 235 sepol_iface_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_iface_t * iface, void *fn_arg), void *arg) sepol_iface_iterate() argument [all...] |
| H A D | booleans.c | 14 static int bool_update(sepol_handle_t * handle, in bool_update() argument 54 static int bool_to_record(sepol_handle_t * handle, in bool_to_record() argument 82 sepol_bool_set(sepol_handle_t * handle, sepol_policydb_t * p, const sepol_bool_key_t * key, const sepol_bool_t * data) sepol_bool_set() argument 116 sepol_bool_exists(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_bool_key_t * key, int *response) sepol_bool_exists() argument 139 sepol_bool_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_bool_key_t * key, sepol_bool_t ** response) sepol_bool_query() argument 178 sepol_bool_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_bool_t * boolean, void *fn_arg), void *arg) sepol_bool_iterate() argument [all...] |
| H A D | boolean_record.c | 21 int sepol_bool_key_create(sepol_handle_t * handle, in sepol_bool_key_create() argument 52 int sepol_bool_key_extract(sepol_handle_t * handle, in sepol_bool_key_extract() argument 96 int sepol_bool_set_name(sepol_handle_t * handle, in sepol_bool_set_name() argument 127 int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr) in sepol_bool_create() argument 147 sepol_bool_clone(sepol_handle_t * handle, const sepol_bool_t * boolean, sepol_bool_t ** bool_ptr) sepol_bool_clone() argument [all...] |
| /third_party/rust/crates/termcolor/wincolor/src/ |
| H A D | win.rs | 41 fn handle(&self) -> winutil::HandleRef { in handle() functions
|