Home
last modified time | relevance | path

Searched defs:TestParam (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_test_utils.h277 struct TestParam { struct
281 inline std::ostream& operator<<(std::ostream& os, const TestParam& param) { argument
/aosp12/system/bt/packet/tests/fuzzers/
H A Dvendor_packet_fuzzer.cc32 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef
/aosp12/frameworks/minikin/tests/stresstest/
H A DFontFamilyTest.cpp30 typedef std::pair<std::string, int> TestParam; typedef
/aosp12/system/bt/packet/tests/avrcp/
H A Dvendor_packet_test.cc82 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h439 using TestParam = std::pair<std::string, const TestModel*>; variable