Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DDefaultOpticsManifest.kt92 val (head, tail) = accessPath.split() in composeTraversalInner() constant
106 val head = copy(selectors = headSelector) in split() constant
/packages/modules/Bluetooth/system/stack/btm/
Dsco_pkt_status.h84 int head = is_full ? offset : 0; in data_to_hex_string() local
105 int head = is_full ? offset : 0; in data_to_binary_string() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_queue.cc122 const ConnectNode& head = connect_queue.front(); in queue_int_advance() local
196 ConnectNode& head = connect_queue.front(); in btif_queue_connect_next() local
Dbtif_uid.cc38 uid_set_node_t* head; member
Dbtif_sock_logging.cc89 const uint8_t head = logger_index.load() % SOCK_LOGGER_SIZE_MAX; in btif_sock_dump() local
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DSlice.h121 inline size_t extract(const Slice src, Head& head) { in extract()
129 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract()
/packages/modules/adb/
Dsocket_test.cpp65 auto connect = [](asocket* tail, asocket* head) { in TEST_F()
74 asocket* head = create_local_socket(unique_fd(intermediate[0])); in TEST_F() local
243 asocket* head = create_local_socket(unique_fd(head_fd[1])); in TEST_F() local
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DDnsPacketUtils.java177 final String head = labelToString(label); in parseName() local
/packages/modules/Bluetooth/system/osi/src/
Dringbuffer.cc32 uint8_t* head; member
Dlist.cc15 list_node_t* head; member
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalMergeAlbum.java123 SortedMap<Integer, int[]> head = mIndex.headMap(start + 1); in getMediaItem() local
/packages/modules/adb/daemon/
Djdwp_service.cpp252 char head[header_len + 1]; in process_list_msg() local
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp994 ubyte *head, *tail, t0, t1, t2; in prepImageForBacksideDuplex() local
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp67 auto head = lower == kInvalidValue ? mChoices.begin() in setRange() local