| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | BindGroupGL.cpp | 26 const BindGroupEntry& entry = descriptor->entries[i]; in ValidateGLBindGroupDescriptor() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | BindingInfo.cpp | 47 void IncrementBindingCounts(BindingCounts* bindingCounts, const BindGroupLayoutEntry& entry) { in IncrementBindingCounts() argument
|
| /third_party/toybox/toys/posix/ |
| H A D | xargs.c | 55 static char *handle_entries(char *data, char **entry) in handle_entries() argument
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| H A D | memcheck.c | 57 AllocationEntry *entry = malloc(sizeof(AllocationEntry)); in tracking_malloc() local 86 AllocationEntry *entry; find_allocation() local 99 AllocationEntry *entry; tracking_free() local 127 AllocationEntry *entry; tracking_realloc() local 179 AllocationEntry *entry; tracking_report() local [all...] |
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgFunctionGenerator.cpp | 69 const ValueEntry* entry = m_state.getVariableManager().getValue(variable); in generate() local
|
| /base/powermgr/powermgr_lite/frameworks/src/ |
| H A D | running_lock.c | 81 RunningLockEntry *entry = (RunningLockEntry *)malloc(sizeof(RunningLockEntry)); in CreateRunningLockEntry() local 97 DestroyRunningLockEntry(RunningLockEntry *entry) DestroyRunningLockEntry() argument 112 RunningLockEntry *entry = CreateRunningLockEntry(name, type, flag); CreateRunningLock() local 128 RunningLockEntry *entry = GetRunningLockEntry(lock); AcquireRunningLock() local 143 RunningLockEntry *entry = GetRunningLockEntry(lock); ReleaseRunningLock() local 170 RunningLockEntry *entry = GetRunningLockEntry(lock); IsRunningLockHolding() local [all...] |
| /base/powermgr/powermgr_lite/frameworks/src/mini/ |
| H A D | power_manage.c | 57 void InitIdentity(RunningLockEntry *entry) in InitIdentity() argument 66 BOOL AcquireRunningLockEntry(RunningLockEntry *entry, int32_t timeoutMs) in AcquireRunningLockEntry() argument 76 BOOL ReleaseRunningLockEntry(RunningLockEntry *entry) in ReleaseRunningLockEntry() argument
|
| /base/tee/tee_client/frameworks/include/ |
| H A D | tee_client_list.h | 37 static inline void ListInsertHead(struct ListNode *list, struct ListNode *entry) in ListInsertHead() argument 45 static inline void ListInsertTail(struct ListNode *list, struct ListNode *entry) in ListInsertTail() argument 53 ListRemoveEntry(struct ListNode *entry) ListRemoveEntry() argument 61 struct ListNode *entry = NULL; ListRemoveHead() local 71 struct ListNode *entry = NULL; ListRemoveTail() local [all...] |
| /foundation/ability/ability_runtime/utils/global/freeze/src/ |
| H A D | freeze_util.cpp | 28 void FreezeUtil::AddLifecycleEvent(const LifecycleFlow &flow, const std::string &entry) in AddLifecycleEvent() argument 40 bool FreezeUtil::AppendLifecycleEvent(const LifecycleFlow &flow, const std::string &entry) in AppendLifecycleEvent() argument 89 void FreezeUtil::AddAppLifecycleEvent(pid_t pid, const std::string &entry) in AddAppLifecycleEvent() argument
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| H A D | declarative_module_preloader.cpp | 33 auto entry = reinterpret_cast<CreateFunc>(LOADSYM(handle, PRE_INIT_ACE_MODULE_FUNC));
in InitAceModule() local 59 auto entry = reinterpret_cast<CreateFuncCard>(LOADSYM(handle, PRE_INIT_ACE_MODULE_FUNC_CARD));
in InitAceModuleCard() local 82 auto entry = reinterpret_cast<CreateFuncCard>(LOADSYM(handle, RELOAD_ACE_MODULE_FUNC_CARD));
in ReloadAceModuleCard() local 109 auto entry in InitAceModuleWorker() local [all...] |
| H A D | ui_content.cpp | 46 auto entry = reinterpret_cast<CreateCardFunc>(LOADSYM(handle, Card_CREATE_FUNC)); in CreateUIContent() local 63 auto entry = reinterpret_cast<CreateFunc>(LOADSYM(handle, UI_CONTENT_CREATE_FUNC)); in CreateUIContent() local 84 auto entry = reinterpret_cast<CreateFunction>(LOADSYM(handle, SUB_WINDOW_UI_CONTENT_CREATE_FUNC)); in CreateUIContent() local 136 auto entry in GetUIContent() local 153 auto entry = reinterpret_cast<GetCurrentUIStackInfoFunction>(LOADSYM(handle, "OHOS_ACE_GetCurrentUIStackInfo")); GetCurrentUIStackInfo() local [all...] |
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/uicast/ |
| H A D | uicast_subscriber.cpp | 96 auto entry = reinterpret_cast<UICastProxyStartFunc>(dlsym(handle_, UICAST_PROXY_START_FUNC)); in UICastProxyStart() local 124 auto entry = reinterpret_cast<UICastProxyUpdateContextFunc>(dlsym(handle_, UICAST_PROXY_UPDATE_CONTEXT_FUNC)); in UICastProxyUpdateContext() local
|
| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_image.cpp | 43 CacheEntry entry; in DrawCommon() local
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
| H A D | dispatcher_task_queue.cpp | 99 Entry entry; in Execute() local
|
| /foundation/multimedia/camera_framework/services/camera_service/include/ |
| H A D | lru_map.h | 70 std::pair<K, V> entry = {key, val}; in MoveNodeToLast() local
|
| /foundation/window/window_manager/utils/src/ |
| H A D | typec_port_info.cpp | 32 struct dirent* entry; in GetDirList() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_network.c | 47 INetworkingListenerEntry *entry = FindListenerEntry(sessionName); in NotifyNetworkingChannelOpened() local 63 INetworkingListenerEntry *entry = FindListenerEntry(sessionName); in NotifyNetworkingChannelOpenFailed() local 73 INetworkingListenerEntry *entry = FindListenerEntry(sessionName); in NotifyNetworkingChannelClosed() local 83 INetworkingListenerEntry *entry = FindListenerEntry(sessionName); NotifyNetworkingMsgReceived() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/ |
| H A D | fileoper_fuzzer.cpp | 31 Entry entry; in CreateEntries() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
| H A D | single_store_impl_get_top_test.cpp | 93 Entry entry; in HWTEST_F() local 126 Entry entry; in HWTEST_F() local 159 Entry entry; HWTEST_F() local 189 Entry entry; HWTEST_F() local 207 Entry entry; HWTEST_F() local 229 Entry entry; HWTEST_F() local 248 Entry entry; HWTEST_F() local 269 Entry entry; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| H A D | lru_map.h | 79 std::pair<K, V> entry = {key, val}; in Elimination() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | subscribe_recorder.cpp | 31 SubscribeEntry entry; in RecordSubscribe() local [all...] |
| /foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
| H A D | tools_op.cpp | 94 struct dirent *entry; in GetFIleNums() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
| H A D | rmdirent.cpp | 49 struct dirent* entry = readdir(dir); in rmdirent() local
|
| H A D | read_dir.cpp | 63 struct dirent* entry = readdir(dir.get()); in Sync() local [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/ |
| H A D | acl.cpp | 53 void Acl::CompareInsertEntry(const AclXattrEntry &entry) in CompareInsertEntry() argument 89 InsertEntry(const AclXattrEntry &entry) InsertEntry() argument [all...] |