Home
last modified time | relevance | path

Searched refs:test_file_name (Results 1 – 6 of 6) sorted by relevance

/external/avb/test/
Davbtool_signing_helper_test.py59 test_file_name = os.environ['SIGNING_HELPER_TEST']
60 if os.path.isfile(test_file_name) and not os.access(test_file_name, os.W_OK):
62 .format(test_file_name))
74 with open(test_file_name, 'w') as f:
Davbtool_signing_helper_with_files_test.py56 test_file_name = os.environ['SIGNING_HELPER_TEST']
57 if os.path.isfile(test_file_name) and not os.access(test_file_name, os.W_OK):
59 .format(test_file_name))
74 with open(test_file_name, 'w') as f:
/external/webrtc/rtc_tools/frame_analyzer/
Dframe_analyzer.cc96 const std::string test_file_name = absl::GetFlag(FLAGS_test_file); in main() local
100 absl::EndsWith(test_file_name, ".yuv")) && in main()
113 webrtc::test::OpenYuvOrY4mFile(test_file_name, width, height); in main()
/external/webrtc/modules/audio_processing/transient/
Dwpd_tree_unittest.cc108 std::string test_file_name = test::ResourcePath( in TEST() local
111 FileWrapper test_file = FileWrapper::OpenReadOnly(test_file_name.c_str()); in TEST()
114 ASSERT_TRUE(file_opened) << "File could not be opened.\n" << test_file_name; in TEST()
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp6911 std::string test_file_name; // name of the .selected test (NULL for all) in main() local
6927 …if (ParseCommandLine(argc, argv, test_suite_name, test_file_name, &device_type, &choosen_device_in… in main()
6960 else if (test_file_name.empty()) in main()
6971 … if (!runner.runBuildTest(device, folder.c_str(), test_file_name.c_str(), size_t_width)) in main()
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h169 virtual bool TestEmulation(Stream *stream, const char *test_file_name);