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/btif/src/
Dbtif_profile_queue.cc119 const ConnectNode& head = connect_queue.front(); in queue_int_advance() local
195 ConnectNode& head = connect_queue.front(); in btif_queue_connect_next() local
Dbtif_uid.cc38 uid_set_node_t* head; member
Dbtif_sock.cc178 const uint8_t head = logger_index.load() % SOCK_LOGGER_SIZE_MAX; in btif_sock_dump() local
/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/Bluetooth/system/osi/src/
Dringbuffer.cc30 uint8_t* head; member
Dlist.cc14 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/Bluetooth/tools/pdl/tests/generated/
Dpacket_decl_array_unknown_element_width_dynamic_size_big_endian.rs150 let mut head = &mut Cell::new(head); in parse_inner() localVariable
Dpacket_decl_array_unknown_element_width_dynamic_size_little_endian.rs150 let mut head = &mut Cell::new(head); in parse_inner() localVariable
/packages/modules/adb/daemon/
Djdwp_service.cpp250 char head[header_len + 1]; in process_list_msg() local
/packages/modules/Bluetooth/tools/pdl/src/backends/rust/
Dparser.rs331 let mut head = &mut Cell::new(head); in add_array_field() localVariable
/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