Home
last modified time | relevance | path

Searched defs:head (Results 26 – 50 of 147) sorted by relevance

123456

/aosp14/frameworks/base/libs/hwui/utils/
H A DStringUtils.cpp25 const char* head = current; in split() local
/aosp12/system/bt/btif/src/
H A Dbtif_profile_queue.cc118 const ConnectNode& head = connect_queue.front(); in queue_int_advance() local
194 ConnectNode& head = connect_queue.front(); in btif_queue_connect_next() local
/aosp12/art/runtime/gc/
H A Dreference_queue.cc51 ObjPtr<mirror::Reference> head = list_->GetPendingNext<kWithoutReadBarrier>(); in EnqueueReference() local
184 const ObjPtr<mirror::Reference> head = list_; in ForwardSoftReferences() local
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DReturnIn.h46 void set(Head&& head, Tail&&... tail) { in set()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_IfaceManager.h86 static iface_instances *head; variable
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_IfaceManager.h86 static iface_instances *head; variable
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_IfaceManager.h86 static iface_instances *head; variable
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DSlice.h120 inline size_t extract(const Slice src, Head& head) { in extract()
128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract()
/aosp12/frameworks/compile/mclinker/unittests/
H A DGraphTest.cpp58 ListDigraph::Node* head = NULL; in TEST_F() local
105 ListDigraph::Node* head = NULL; in TEST_F() local
152 ListDigraph::Node* head = NULL; in TEST_F() local
/aosp12/bionic/libc/bionic/
H A Dfts.c554 FTSENT *p, *head; in fts_build() local
874 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort()
938 fts_lfree(FTSENT *head) in fts_lfree()
987 fts_padjust(FTS *sp, FTSENT *head) in fts_padjust()
/aosp12/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/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
/aosp12/system/extras/latencytop/
H A Dlatencytop.c288 static struct latency_entry* find_latency_entry(struct latency_entry* head, char* reason) { in find_latency_entry()
316 struct latency_entry *e, *head; in read_latency_file() local
357 static void print_latency_entries(struct latency_entry* head) { in print_latency_entries()
/aosp12/packages/modules/adb/
H A Dsocket_test.cpp64 auto connect = [](asocket* tail, asocket* head) { in TEST_F()
73 asocket* head = create_local_socket(unique_fd(intermediate[0])); in TEST_F() local
238 asocket* head = create_local_socket(unique_fd(head_fd[1])); in TEST_F() local
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_EvtDispatcher.cpp50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_EvtDispatcher.cpp50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_EvtDispatcher.cpp50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h318 uint32_t head = std::atomic_load_explicit(&header_mmap()->head, in Get() local
402 std::atomic<uint32_t> head; member
432 uint32_t head; member
540 uint32_t head, uint32_t tail) { in CalculateGeometry()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_list.h55 struct cam_list *head) in cam_list_add_tail_node()
/aosp12/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
H A DMain.java188 Runnable head = new Runnable() { public void run() { mergeBitmaps(locales); } }; in buildSequence() local
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c45 Node *head; member
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c43 Node *head; member
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLExtensions.cpp38 char const* head = curr; in ExtensionSet() local
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLExtensions.cpp38 char const* head = curr; in ExtensionSet() local
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DSkipList.h148 auto head = mHeadVec[level]; in dump() local

123456