Home
last modified time | relevance | path

Searched defs:handle (Results 951 - 975 of 4411) sorted by relevance

1...<<31323334353637383940>>...177

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc47 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 DBindGroupVk.cpp70 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 DMemoryServiceOpaqueFD.cpp102 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() argument
H A DMemoryServiceNull.cpp52 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceFD.cpp69 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dlock_test.cc64 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 Dmultiprocessing.c76 _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 DViewerApplication.java23 private native void destroyNativeApp(long handle); in destroyNativeApp() argument
/third_party/selinux/libsepol/src/
H A Dibendports.c14 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 Dinterfaces.c12 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 Dbooleans.c14 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 Dboolean_record.c21 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 Dwin.rs41 fn handle(&self) -> winutil::HandleRef { in handle() functions
/third_party/selinux/libsepol/tests/
H A Dtest-downgrade.c242 sepol_handle_t *handle; in write_binary_policy() local
H A Dtest-neverallow.c94 sepol_handle_t *handle; in test_neverallow_basic() local
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A Dlog_ioctl.cpp301 int LogIoctl::RequestOutput(const OutputRqst& rqst, std::function<int(const OutputRsp& rsp)> handle) in RequestOutput() argument
312 int LogIoctl::ReceiveAndProcessOutputRsp(std::function<int(const OutputRsp& rsp)> handle) in ReceiveAndProcessOutputRsp() argument
329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> handle) in RequestStatsQuery() argument
340 int LogIoctl::ReceiveAndProcessStatsQueryRsp(std::function<int(const StatsQueryRsp& rsp)> handle) in ReceiveAndProcessStatsQueryRsp() argument
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp130 std::string handle = XmlNodePtrToString(value); in ParseXmlNode() local
149 IsXmlNodeValueEmpty(const std::string& insensitive, const std::string& type, const std::string& valid, const std::string& handle) IsXmlNodeValueEmpty() argument
173 SetRules(std::string& category, icu::UnicodeString& content, std::string& valid, std::string& handle, std::string& insensitive, std::string& type) SetRules() argument
/base/customization/enterprise_device_management/services/edm/src/
H A Dplugin_manager.cpp197 void *handle = dlopen(pluginPath.c_str(), RTLD_LAZY); in LoadPlugin() local
227 auto handle = *handleIter; in UnloadPlugin() local
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_message_parcel.cpp76 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject> &object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_message_parcel.cpp65 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject>& object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_message_parcel.cpp65 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject>& object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_message_parcel.cpp69 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject>& object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp65 int FFRTUtils::CancelTask(FFRTHandle& handle, FFRTQueue& queue) in CancelTask() argument
70 int FFRTUtils::CancelTask(FFRTHandle& handle, std::shared_ptr<FFRTQueue> queue) in CancelTask() argument
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_message_parcel.cpp65 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject>& object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
/base/request/request/frameworks/js/napi/src/legacy/
H A Ddownload_task.cpp128 bool DownloadTask::SetOption(CURL *handle, curl_slist *&headers) in SetOption() argument
[all...]

Completed in 12 milliseconds

1...<<31323334353637383940>>...177