Home
last modified time | relevance | path

Searched defs:head (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dlist.h58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail()
66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dlist.h58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail()
66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
/aosp14/frameworks/base/libs/hwui/utils/
H A DStringUtils.cpp25 const char* head = current; in split() local
/aosp14/frameworks/base/cmds/incident_helper/src/
H A Dih_util.cpp34 const auto head = s.find_first_not_of(charset); in trim() local
170 const auto head = line->find_first_not_of(DEFAULT_WHITESPACE); in stripPrefix() local
214 std::string head = line->substr(0); in behead() local
218 std::string head = line->substr(0, found); in behead() local
/aosp14/frameworks/base/libs/hwui/
H A DAnimationContext.cpp58 AnimationHandle* head = mNextFrameAnimations.mNextHandle; in startFrame() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java168 public void applyLayoutParams(View head) { in applyLayoutParams()
433 ViewEntry head = null; in updateViews() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastProcessQueue.java1282 checkState(waitingTime < (10 * DateUtils.MINUTE_IN_MILLIS), "waitingTime"); in assertHealthLocked()
1296 @Nullable BroadcastProcessQueue head, @NonNull BroadcastProcessQueue item) {
1331 static @Nullable BroadcastProcessQueue removeFromRunnableList( in removeFromRunnableList()
/aosp14/system/core/libdiskconfig/include/diskconfig/
H A Ddiskconfig.h57 uint8_t head; member
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java540 public int head = 0; field in GarbageMonitor.ProcessMemInfo
/aosp14/system/core/libutils/
H A DRefBase.cpp377 ref_entry* const head = *refs; in removeRef() local
/aosp14/frameworks/base/core/java/android/view/
H A DFocusFinder.java933 private void setHeadOfChain(View head) { in setHeadOfChain()