/third_party/python/PC/clinic/ |
H A D | msvcrtmodule.c.h | 140 void *handle; in msvcrt_open_osfhandle() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field_reflection_unittest.cc | 186 TestRepeatedFieldRefIteratorForPrimitive( const Ref& handle, const MessageType& message, ValueType (MessageType::*GetFunc)(int) const) TestRepeatedFieldRefIteratorForPrimitive() argument 199 TestRepeatedFieldRefIteratorForString( const RepeatedFieldRef<std::string>& handle, const MessageType& message, ValueType (MessageType::*GetFunc)(int) const) TestRepeatedFieldRefIteratorForString() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 561 auto* handle = absl::FindCommandLineFlag("test_flag_01"); in TEST_F() local 601 auto* handle = absl::FindCommandLineFlag("test_flag_12"); TEST_F() local 871 auto* handle = absl::FindCommandLineFlag("old_bool_flag"); TEST_F() local [all...] |
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | ViewerActivity.java | 37 private native void onSurfaceCreated(long handle, Surface surface); in onSurfaceCreated() argument 38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() argument 39 private native void onSurfaceDestroyed(long handle); in onSurfaceDestroyed() argument 40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed() argument 41 private native void onTouched(long handle, int owner, int state, float x, float y); in onTouched() argument 42 private native void onUIStateChanged(long handle, String stateName, String stateValue); in onUIStateChanged() argument
|
/third_party/selinux/libsepol/src/ |
H A D | assertion.c | 32 sepol_handle_t *handle; member 47 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure() argument 145 static int report_assertion_extended_permissions(sepol_handle_t *handle, in report_assertion_extended_permissions() argument 216 sepol_handle_t *handle = a->handle; in report_assertion_avtab_matches() local 294 report_assertion_failures(sepol_handle_t *handle, policydb_t *p, avrule_t *avrule) report_assertion_failures() argument 538 check_assertions(sepol_handle_t * handle, policydb_t * p, avrule_t * avrules) check_assertions() argument [all...] |
H A D | ibpkey_record.c | 34 static int ibpkey_parse_subnet_prefix(sepol_handle_t *handle, in ibpkey_parse_subnet_prefix() argument 55 static int ibpkey_expand_subnet_prefix(sepol_handle_t *handle, in ibpkey_expand_subnet_prefix() argument 77 static int ibpkey_alloc_subnet_prefix_string(sepol_handle_t *handle, in ibpkey_alloc_subnet_prefix_string() argument 98 int sepol_ibpkey_key_create(sepol_handle_t *handle, in sepol_ibpkey_key_create() argument 140 sepol_ibpkey_key_extract(sepol_handle_t *handle, const sepol_ibpkey_t *ibpkey, sepol_ibpkey_key_t **key_ptr) sepol_ibpkey_key_extract() argument 233 sepol_ibpkey_get_subnet_prefix(sepol_handle_t *handle, const sepol_ibpkey_t *ibpkey, char **subnet_prefix) sepol_ibpkey_get_subnet_prefix() argument 262 sepol_ibpkey_set_subnet_prefix(sepol_handle_t *handle, sepol_ibpkey_t *ibpkey, const char *subnet_prefix_str) sepol_ibpkey_set_subnet_prefix() argument 288 sepol_ibpkey_create(sepol_handle_t *handle, sepol_ibpkey_t **ibpkey) sepol_ibpkey_create() argument 308 sepol_ibpkey_clone(sepol_handle_t *handle, const sepol_ibpkey_t *ibpkey, sepol_ibpkey_t **ibpkey_ptr) sepol_ibpkey_clone() argument 351 sepol_ibpkey_set_con(sepol_handle_t *handle, sepol_ibpkey_t *ibpkey, sepol_context_t *con) sepol_ibpkey_set_con() argument [all...] |
H A D | node_record.c | 44 static int node_parse_addr(sepol_handle_t * handle, in node_parse_addr() argument 88 static int node_alloc_addr(sepol_handle_t * handle, in node_alloc_addr() argument 134 static int node_expand_addr(sepol_handle_t * handle, in node_expand_addr() argument 183 node_alloc_addr_string(sepol_handle_t * handle, int proto, char **addr) node_alloc_addr_string() argument 222 sepol_node_key_create(sepol_handle_t * handle, const char *addr, const char *mask, int proto, sepol_node_key_t ** key_ptr) sepol_node_key_create() argument 271 sepol_node_key_extract(sepol_handle_t * handle, const sepol_node_t * node, sepol_node_key_t ** key_ptr) sepol_node_key_extract() argument 352 sepol_node_get_addr(sepol_handle_t * handle, const sepol_node_t * node, char **addr) sepol_node_get_addr() argument 374 sepol_node_get_addr_bytes(sepol_handle_t * handle, const sepol_node_t * node, char **buffer, size_t * bsize) sepol_node_get_addr_bytes() argument 392 sepol_node_set_addr(sepol_handle_t * handle, sepol_node_t * node, int proto, const char *addr) sepol_node_set_addr() argument 417 sepol_node_set_addr_bytes(sepol_handle_t * handle, sepol_node_t * node, const char *addr, size_t addr_sz) sepol_node_set_addr_bytes() argument 437 sepol_node_get_mask(sepol_handle_t * handle, const sepol_node_t * node, char **mask) sepol_node_get_mask() argument 459 sepol_node_get_mask_bytes(sepol_handle_t * handle, const sepol_node_t * node, char **buffer, size_t * bsize) sepol_node_get_mask_bytes() argument 477 sepol_node_set_mask(sepol_handle_t * handle, sepol_node_t * node, int proto, const char *mask) sepol_node_set_mask() argument 502 sepol_node_set_mask_bytes(sepol_handle_t * handle, sepol_node_t * node, const char *mask, size_t mask_sz) sepol_node_set_mask_bytes() argument 550 sepol_node_create(sepol_handle_t * handle, sepol_node_t ** node) sepol_node_create() argument 573 sepol_node_clone(sepol_handle_t * handle, const sepol_node_t * node, sepol_node_t ** node_ptr) sepol_node_clone() argument 632 sepol_node_set_con(sepol_handle_t * handle, sepol_node_t * node, sepol_context_t * con) sepol_node_set_con() argument [all...] |
H A D | user_record.c | 31 int sepol_user_key_create(sepol_handle_t * handle, in sepol_user_key_create() argument 63 int sepol_user_key_extract(sepol_handle_t * handle, in sepol_user_key_extract() argument 103 int sepol_user_set_name(sepol_handle_t * handle, in sepol_user_set_name() argument 126 int sepol_user_set_mlslevel(sepol_handle_t * handle, in sepol_user_set_mlslevel() argument 149 sepol_user_set_mlsrange(sepol_handle_t * handle, sepol_user_t * user, const char *mls_range) sepol_user_set_mlsrange() argument 172 sepol_user_add_role(sepol_handle_t * handle, sepol_user_t * user, const char *role) sepol_user_add_role() argument 218 sepol_user_set_roles(sepol_handle_t * handle, sepol_user_t * user, const char **roles_arr, unsigned int num_roles) sepol_user_set_roles() argument 263 sepol_user_get_roles(sepol_handle_t * handle, const sepol_user_t * user, const char ***roles_arr, unsigned int *num_roles) sepol_user_get_roles() argument 304 sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr) sepol_user_create() argument 327 sepol_user_clone(sepol_handle_t * handle, const sepol_user_t * user, sepol_user_t ** user_ptr) sepol_user_clone() argument [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_ohos.h | 58 struct OHBufferHandle* handle; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | http_client.c | 44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response() argument
|
H A D | http_server.c | 41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb() argument
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deFile.c | 52 deFile* deFile_createFromHandle (deUintptr handle) in deFile_createFromHandle() argument 215 HANDLE handle; member 228 deFile* deFile_createFromHandle (deUintptr handle) in deFile_createFromHandle() argument 245 HANDLE handle = DE_NULL; in deFile_create() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | http_client.c | 44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response() argument
|
H A D | http_server.c | 41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_evp_key.c | 31 struct CmBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue };
in cm_sign() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ResourceManager.h | 89 checkObjectAllocation(rx::GLImplFactory *factory, IDType handle, ArgTypes... args) checkObjectAllocation() argument 113 checkObjectAllocationImpl(rx::GLImplFactory *factory, IDType handle, ArgTypes... args) checkObjectAllocationImpl() argument 135 checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) checkBufferAllocation() argument 201 checkTextureAllocation(rx::GLImplFactory *factory, TextureID handle, TextureType type) checkTextureAllocation() argument 226 checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) checkRenderbufferAllocation() argument 245 checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) checkSamplerAllocation() argument 280 checkFramebufferAllocation(rx::GLImplFactory *factory, const Caps &caps, FramebufferID handle, egl::ShareGroup *shareGroup) checkFramebufferAllocation() argument 305 checkProgramPipelineAllocation(rx::GLImplFactory *factory, ProgramPipelineID handle) checkProgramPipelineAllocation() argument [all...] |
H A D | ResourceMap.h | 28 GLuint handle = GetIDValue(id); in query() local 130 GLuint handle = GetIDValue(id); in contains() local 141 GLuint handle = GetIDValue(id); erase() local 168 GLuint handle = GetIDValue(id); assign() local [all...] |
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/ |
H A D | cj_environment.cpp | 57 bool LoadSymbolInitCJRuntime(void* handle, CJRuntimeAPI& apis) in LoadSymbolInitCJRuntime() argument 68 bool LoadSymbolInitUIScheduler(void* handle, CJRuntimeAPI& apis) in LoadSymbolInitUIScheduler() argument 79 bool LoadSymbolRunUIScheduler(void* handle, CJRuntimeAPI& apis) in LoadSymbolRunUIScheduler() argument 90 bool LoadSymbolFiniCJRuntime(void* handle, CJRuntimeAPI& apis) in LoadSymbolFiniCJRuntime() argument 101 bool LoadSymbolInitCJLibrary(void* handle, CJRuntimeAP argument 112 LoadSymbolRegisterEventHandlerCallbacks(void* handle, CJRuntimeAPI& apis) LoadSymbolRegisterEventHandlerCallbacks() argument 124 LoadSymbolRegisterCJUncaughtExceptionHandler(void* handle, CJRuntimeAPI& apis) LoadSymbolRegisterCJUncaughtExceptionHandler() argument 216 RegisterCJUncaughtExceptionHandler(const CJUncaughtExceptionInfo& handle) RegisterCJUncaughtExceptionHandler() argument 400 auto handle = LoadCJLibrary(APP, dlName); LoadCJLibrary() local 433 auto handle = DynamicLoadLibrary(&ns, dlName, 1); LoadCJLibrary() local 450 UnLoadCJLibrary(void* handle) UnLoadCJLibrary() argument 465 auto handle = DynamicLoadLibrary(&ns, DEBUGGER_LIBNAME, 0); StartDebugger() local [all...] |
/foundation/ability/idl_tool/util/ |
H A D | string.cpp | 50 static SharedData* GetHeader(const void* handle) in GetHeader() argument 70 SharedData* handle = reinterpret_cast<SharedData*>(malloc(sizeof(SharedData) + size + 1)); in Allocate() local 80 void SharedData::AddRef(const void* handle) in AddRef() argument 93 Release(const void* handle) Release() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.cpp | 353 int32_t OH_NativeXComponent::GetAccessibilityProvider(ArkUI_AccessibilityProvider** handle) in GetAccessibilityProvider() argument
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 83 AppSpawnClientHandle handle = nullptr; in OpenConnection() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_gauge_bridge.cpp | 225 auto handle = panda::CopyableGlobal<panda::ArrayRef>(vm, jsValue); in SetColors() local
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.cpp | 342 OH_NativeXComponent_GetNativeAccessibilityProvider( OH_NativeXComponent* component, ArkUI_AccessibilityProvider** handle) OH_NativeXComponent_GetNativeAccessibilityProvider() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_content_modifier.h | 119 void SetFirstHandle(const RectF& handle) in SetFirstHandle() argument 125 void SetSecondHandle(const RectF& handle) in SetSecondHandle() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_data_mgr.cpp | 60 auto handle = &handler_; in OpenHandler() local
|