Home
last modified time | relevance | path

Searched refs:tup (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp707 for (const auto& tup : parts) { in TEST_F() local
708 EXPECT_EQ(fb->Flash(std::get<0>(tup), &resp), DEVICE_FAIL) in TEST_F()
720 for (const auto& tup : parts) { in TEST_F() local
736 for (const auto& tup : parts) { in TEST_F() local
737 std::string part(std::get<0>(tup)); in TEST_F()
1144 return std::get<0>(tup) == name + "_a"; in TEST_P()
1150 return std::get<0>(tup) == name; in TEST_P()
1808 const auto tup = std::make_tuple(it.first, it.second); in GenerateXmlTests() local
1809 PARTITION_XML_TESTS.push_back(tup); // All partitions in GenerateXmlTests()
1833 PACKED_XML_SUCCESS_TESTS.push_back(tup); in GenerateXmlTests()
[all …]
/aosp14/system/core/storaged/tools/
H A Dranker.py151 uid_rank[i].sort(key=lambda tup: tup[0], reverse=True)