Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DDefaultOpticsManifest.kt92 val (head, tail) = accessPath.split() in composeTraversalInner() constant
107 val tail = OpticalAccessPath(headDataType.name, selectors.drop(1)) in split() constant
/packages/modules/adb/
Dsocket_test.cpp65 auto connect = [](asocket* tail, asocket* head) { in TEST_F()
77 asocket* tail = create_local_socket(unique_fd(intermediate[1])); in TEST_F() local
244 asocket* tail = create_local_socket(unique_fd(tail_fd[1])); in TEST_F() local
/packages/modules/Bluetooth/system/osi/src/
Dringbuffer.cc31 uint8_t* tail; member
Dlist.cc15 list_node_t* tail; member
/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view_unittest.cc408 PacketView<true> Slice(size_t header, size_t tail) { in Slice()
418 auto tail = GetParam().second; in TEST_P() local
459 auto tail = GetParam().second; in TEST_P() local
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h247 auto tail = (f == 0) ? entry in fractionEntry() local
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp642 const std::vector<TailSpec>& tail, in countMatchingTrailingArguments()
660 auto getCount = [this, &operation](uint32_t tailStartIndex, const std::vector<TailSpec>& tail) { in getNumTrailingArgumentsToRemove()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java394 int tail = label.lastIndexOf('.'); in getLabel() local
DRunningState.java767 int tail = label.lastIndexOf('.'); in makeLabel() 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.cpp69 auto tail = upper == kInvalidValue ? mChoices.end() in setRange() local