Home
last modified time | relevance | path

Searched defs:handle (Results 451 - 475 of 4411) sorted by relevance

1...<<11121314151617181920>>...177

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_handle_test.cc53 auto* handle = new CordzHandleDeleteTracker(&deleted); in TEST() local
75 auto* handle = new CordzHandleDeleteTracker(&deleted); in TEST() local
92 CordzHandleDeleteTracker* handle[ in TEST() local
141 auto* handle = new CordzHandle(); TEST() local
[all...]
/third_party/selinux/libsepol/src/
H A Ddebug.c21 int sepol_msg_get_level(sepol_handle_t * handle) in sepol_msg_get_level() argument
27 const char *sepol_msg_get_channel(sepol_handle_t * handle) in sepol_msg_get_channel() argument
33 const char *sepol_msg_get_fname(sepol_handle_t * handle) in sepol_msg_get_fname() argument
41 sepol_msg_default_handler(void *varg __attribute__ ((unused)), sepol_handle_t * handle, const char *fmt, ...) sepol_msg_default_handler() argument
71 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) sepol_msg_set_callback() argument
[all...]
H A Dpolicydb_convert.c10 int policydb_from_image(sepol_handle_t * handle, in policydb_from_image() argument
34 int policydb_to_image(sepol_handle_t * handle, in policydb_to_image() argument
[all...]
/third_party/rust/crates/nix/test/
H A Dtest_mount.rs62 let mut handle = stderr.lock(); in test_mount_tmpfs_without_flags_allows_rwx() variables
215 let mut handle = stderr.lock(); in setup_namespaces() variables
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dvlan_util.c27 struct nl_sock *handle = NULL; in vlan_add() local
127 struct nl_sock *handle in vlan_rem() local
[all...]
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeMutexWin32.c92 HANDLE handle = DE_NULL; in deMutex_create() local
103 HANDLE handle = (HANDLE)mutex; in deMutex_destroy() local
109 HANDLE handle = (HANDLE)mutex; in deMutex_lock() local
116 HANDLE handle = (HANDLE)mutex; in deMutex_unlock() local
123 HANDLE handle in deMutex_tryLock() local
[all...]
H A DdeSemaphoreWin32.c38 HANDLE handle; in deSemaphore_create() local
53 HANDLE handle = (HANDLE)semaphore; in deSemaphore_destroy() local
59 HANDLE handle = (HANDLE)semaphore; in deSemaphore_increment() local
67 HANDLE handle in deSemaphore_decrement() local
75 HANDLE handle = (HANDLE)semaphore; deSemaphore_tryDecrement() local
[all...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeDynamicLibrary.c89 HINSTANCE handle; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcert_manager_api.c37 CM_API_EXPORT int32_t CmInit(const struct CmBlob *authUri, const struct CmSignatureSpec *spec, struct CmBlob *handle) in CmInit() argument
50 CM_API_EXPORT int32_t CmUpdate(const struct CmBlob *handle, const struct CmBlob *inData) in CmUpdate() argument
63 CM_API_EXPORT int32_t CmFinish(const struct CmBlob *handle, const struct CmBlob *inData, struct CmBlob *outData) in CmFinish() argument
76 CM_API_EXPORT int32_t CmAbort(const struct CmBlob *handle) in CmAbort() argument
[all...]
/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.c26 handle_type handle; /* -1 for failed rewind */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dvlan_util.c27 struct nl_sock *handle = NULL; in vlan_add() local
127 struct nl_sock *handle in vlan_rem() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSemaphore.cpp33 angle::Result Semaphore::importZirconHandle(Context *context, HandleType handleType, GLuint handle) in importZirconHandle() argument
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dmemory_dumper.cpp75 void *handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemByPid() local
97 void* handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemNoPid() local
115 void *handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); GetMemSmapsByPid() local
[all...]
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h104 void ServiceController::RequestHandler(const MsgHeader& hdr, std::function<void(const T& rqst)> handle) in RequestHandler() argument
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dmemory_collector_test.cpp79 void* handle = dlopen(libName.c_str(), RTLD_LAZY); in HasValidAILibrary() local
/base/inputmethod/imf/services/adapter/keyboard/src/
H A Dinput_event_callback.cpp76 void InputEventCallback::SetKeyHandle(KeyHandle handle) in SetKeyHandle() argument
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h97 int LogIoctl::Request(const T1& rqst, std::function<int(const T2& rsp)> handle) in Request() argument
/base/location/test/location_gnss/source/
H A Dntp_time_test.cpp139 sptr<NetManagerStandard::NetHandle> handle = nullptr; in HWTEST_F() local
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_hitrace_meter_adapter.h93 void* handle = nullptr; member in OHOS::AppExecFwk::TraceAdapter
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_module_loader_test/
H A Dstatic_subscriber_extension_module_loader_test.cpp63 void *handle = dlopen(STATIC_SUBSCRIBER_EXTENSION_MODULE_LIB_PATH, RTLD_LAZY); in HWTEST_F() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_test.cpp57 void* GetTemp(char* func, void* handle) in GetTemp() argument
68 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in ExecFfrtNoParam() local
108 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in HWTEST_F() local
128 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in HWTEST_F() local
148 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); HWTEST_F() local
165 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); HWTEST_F() local
[all...]
/base/msdp/device_status/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h79 PluginManager::Plugin<IPlugin>::Plugin(IContext *context, void *handle) in Plugin() argument
117 void *handle = ::dlopen(libPath, RTLD_NOW); in LoadLibrary() local
/base/security/code_signature/test/unittest/mock/src/
H A Dhks_api_mock_test.cpp73 int32_t HksUpdate(const struct HksBlob *handle, const struct HksParamSet *paramSet, in HksUpdate() argument
83 int32_t HksFinish(const struct HksBlob *handle, const struct HksParamSet *paramSet, in HksFinish() argument
62 HksInit(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *handle, struct HksBlob *token) HksInit() argument
H A Dhks_api.cpp57 int32_t HksUpdate(const struct HksBlob *handle, const struct HksParamSet *paramSet, in HksUpdate() argument
64 int32_t HksFinish(const struct HksBlob *handle, const struct HksParamSet *paramSet, in HksFinish() argument
49 HksInit(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *handle, struct HksBlob *token) HksInit() argument
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dkey_agreement.c29 void init_protocol(struct key_agreement_protocol *handle) in init_protocol() argument
38 void set_state(struct key_agreement_protocol *handle, enum protocol_state new_state) in set_state() argument
59 set_last_time_sec(struct key_agreement_protocol *handle) set_last_time_sec() argument
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...177