Home
last modified time | relevance | path

Searched defs:entry (Results 126 - 150 of 1695) sorted by relevance

12345678910>>...68

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBindGroupGL.cpp26 const BindGroupEntry& entry = descriptor->entries[i]; in ValidateGLBindGroupDescriptor() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindingInfo.cpp47 void IncrementBindingCounts(BindingCounts* bindingCounts, const BindGroupLayoutEntry& entry) { in IncrementBindingCounts() argument
/third_party/toybox/toys/posix/
H A Dxargs.c55 static char *handle_entries(char *data, char **entry) in handle_entries() argument
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dmemcheck.c57 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 DrsgFunctionGenerator.cpp69 const ValueEntry* entry = m_state.getVariableManager().getValue(variable); in generate() local
/base/powermgr/powermgr_lite/frameworks/src/
H A Drunning_lock.c81 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 Dpower_manage.c57 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 Dtee_client_list.h37 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 Dfreeze_util.cpp28 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 Ddeclarative_module_preloader.cpp33 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 Dui_content.cpp46 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 Duicast_subscriber.cpp96 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 Ddraw_image.cpp43 CacheEntry entry; in DrawCommon() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Ddispatcher_task_queue.cpp99 Entry entry; in Execute() local
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dlru_map.h70 std::pair<K, V> entry = {key, val}; in MoveNodeToLast() local
/foundation/window/window_manager/utils/src/
H A Dtypec_port_info.cpp32 struct dirent* entry; in GetDirList() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c47 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 Dfileoper_fuzzer.cpp31 Entry entry; in CreateEntries() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_get_top_test.cpp93 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 Dlru_map.h79 std::pair<K, V> entry = {key, val}; in Elimination() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_recorder.cpp31 SubscribeEntry entry; in RecordSubscribe() local
[all...]
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp94 struct dirent *entry; in GetFIleNums() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Drmdirent.cpp49 struct dirent* entry = readdir(dir); in rmdirent() local
H A Dread_dir.cpp63 struct dirent* entry = readdir(dir.get()); in Sync() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dacl.cpp53 void Acl::CompareInsertEntry(const AclXattrEntry &entry) in CompareInsertEntry() argument
89 InsertEntry(const AclXattrEntry &entry) InsertEntry() argument
[all...]

Completed in 8 milliseconds

12345678910>>...68