Searched refs:test_name (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | update-expectations | 11 test_name=${src_file%.adoc} 12 test_name=${test_name#src-} 15 cp -f "$result_file" "expect-$test_name-$tag.adoc"
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | PropertyNodeTest.cc | 114 std::string test_name = "TESTREQ_1"; in TEST() local 116 PropertyNode t(test_name, test_path, {}, 0, false); in TEST() 117 EXPECT_EQ(test_name, t.GetName()); in TEST()
|
D | FileNodeTest.cc | 107 std::string test_name = "TESTREQ_1"; in TEST() local 109 FileNode t(test_name, test_path, {}, 0, false, false, true); in TEST() 110 EXPECT_EQ(test_name, t.GetName()); in TEST()
|
/hardware/google/gfxstream/host/ |
D | CMakeLists.txt | 166 function(discover_tests test_name) 169 ${test_name} 171 list(APPEND LIST_OF_TESTS ${test_name}) 175 ${test_name}
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 494 std::string test_name; member 572 return info.param.test_name; in __anon2922a9af0602()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | AudioPrimaryHidlHalTest.cpp | 448 #define TEST_SINGLE_CONFIG_IO_STREAM(test_name, documentation, code) \ argument 449 TEST_P(SingleConfigInputStreamTest, test_name) { \ 453 TEST_P(SingleConfigOutputStreamTest, test_name) { \
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 1352 #define TEST_IO_STREAM(test_name, documentation, code) \ argument 1353 TEST_P(InputStreamTest, test_name) { \ 1357 TEST_P(OutputStreamTest, test_name) { \
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 2760 std::string test_name; member 2899 return info.param.test_name; in __anonf0775ddd0a02()
|