| /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/dawn/src/dawn_native/vulkan/external_semaphore/ |
| H A D | SemaphoreServiceFD.cpp | 69 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() 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
|
| /third_party/selinux/libsepol/tests/ |
| H A D | test-downgrade.c | 242 sepol_handle_t *handle; in write_binary_policy() local
|
| H A D | test-neverallow.c | 94 sepol_handle_t *handle; in test_neverallow_basic() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/ioctl/ |
| H A D | log_ioctl.cpp | 301 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 D | phone_number_rule.cpp | 130 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 D | plugin_manager.cpp | 197 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 D | mock_message_parcel.cpp | 76 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 D | mock_message_parcel.cpp | 65 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 D | mock_message_parcel.cpp | 65 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 D | mock_message_parcel.cpp | 69 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 D | ffrt_utils.cpp | 65 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 D | mock_message_parcel.cpp | 65 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 D | download_task.cpp | 128 bool DownloadTask::SetOption(CURL *handle, curl_slist *&headers)
in SetOption() argument [all...] |