Home
last modified time | relevance | path

Searched refs:GetTestDataPath (Results 1 – 25 of 39) sorted by relevance

12

/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source_unittest.cc57 lstat(base::GetTestDataPath("src/traced/probes/filesystem/testdata") in TestInodeFileDataSource()
62 base::GetTestDataPath("src/traced/probes/filesystem/testdata")); in TestInodeFileDataSource()
98 lstat(base::GetTestDataPath("src/traced/probes/filesystem/testdata/file2") in TEST_F()
105 {base::GetTestDataPath("src/traced/probes/filesystem/testdata/file2")}); in TEST_F()
121 base::GetTestDataPath("src/traced/probes/filesystem/testdata"), in TEST_F()
126 lstat(base::GetTestDataPath("src/traced/probes/filesystem/testdata/file2") in TEST_F()
132 {base::GetTestDataPath("src/traced/probes/filesystem/testdata/file2")}); in TEST_F()
144 base::GetTestDataPath("src/traced/probes/filesystem/testdata"), in TEST_F()
149 lstat(base::GetTestDataPath("src/traced/probes/filesystem/testdata/file2") in TEST_F()
155 {base::GetTestDataPath("src/traced/probes/filesystem/testdata/file2")}); in TEST_F()
Dfile_scanner_unittest.cc106 {base::GetTestDataPath("src/traced/probes/filesystem/testdata")}, in TEST()
126 {base::GetTestDataPath("src/traced/probes/filesystem/testdata")}, in TEST()
146 {base::GetTestDataPath("src/traced/probes/filesystem/testdata")}, in TEST()
154 base::GetTestDataPath( in TEST()
157 Eq(StatFileEntry(base::GetTestDataPath( in TEST()
161 base::GetTestDataPath( in TEST()
178 {base::GetTestDataPath("src/traced/probes/filesystem/testdata")}, in TEST()
188 base::GetTestDataPath( in TEST()
191 Eq(StatFileEntry(base::GetTestDataPath( in TEST()
195 base::GetTestDataPath( in TEST()
/external/python/apitools/apitools/gen/
Dgen_client_test.py25 def GetTestDataPath(*path): function
49 '--infile', GetTestDataPath('dns', 'dns_v1.json'),
64 '--infile', GetTestDataPath('dns', 'dns_v1.json'),
85 '--infile', GetTestDataPath('dns', 'dns_v1.json'),
100 '--infile', GetTestDataPath('dns', 'dns_v1.json'),
115 '--infile', GetTestDataPath('dns', 'dns_v1.json'),
129 '--infile', GetTestDataPath('dns', 'dns_v1.json'),
/external/libtextclassifier/native/utils/
Dtest-data-test-utils.h28 inline std::string GetTestDataPath(const std::string& relative_path) { in GetTestDataPath() function
33 const std::string full_path = GetTestDataPath(relative_path); in GetTestFileContent()
Dbert_tokenizer_test.cc47 absl::make_unique<BertTokenizer>(GetTestDataPath(kTestVocabPath)); in TEST()
65 absl::make_unique<BertTokenizer>(GetTestDataPath(kTestVocabPath)); in TEST()
/external/perfetto/src/profiling/memory/
Dparse_smaps_unittest.cc40 base::GetTestDataPath("src/profiling/memory/test/data/cat_smaps").c_str(), in TEST()
66 base::GetTestDataPath("src/profiling/memory/test/data/cat_smaps_noeol") in TEST()
/external/perfetto/src/trace_processor/
Dstorage_minimal_smoke_test.cc53 auto f = fopen(base::GetTestDataPath("test/data/gpu_trace.pb").c_str(), "rb"); in TEST_F()
77 fopen(base::GetTestDataPath("test/data/systrace.html").c_str(), "rb"); in TEST_F()
Dread_trace_integrationtest.cc33 std::string full_path = base::GetTestDataPath(path); in OpenTestTrace()
/external/openscreen/platform/test/
Dpaths.h12 const std::string& GetTestDataPath();
Dpaths_posix.cc34 const std::string& GetTestDataPath() { in GetTestDataPath() function
/external/perfetto/src/base/test/
Dutils.h54 std::string GetTestDataPath(const std::string& path);
Dutils.cc75 std::string GetTestDataPath(const std::string& path) { in GetTestDataPath() function
/external/perfetto/src/protozero/filtering/
Dmessage_filter_benchmark.cc27 perfetto::base::ReadFile(perfetto::base::GetTestDataPath(kTestTrace), in BM_ProtozeroMessageFilter()
/external/libtextclassifier/native/utils/flatbuffers/
Dtest-utils.h34 GetTestDataPath("utils/flatbuffers/flatbuffers_test_extended.bfbs")); in LoadTestMetadata()
/external/perfetto/src/kallsyms/
Dkernel_symbol_map_benchmark.cc103 kallsyms.Parse(perfetto::base::GetTestDataPath("test/data/kallsyms.txt")); in BM_KallSyms()
/external/google-breakpad/src/processor/
Dminidump_processor_unittest.cc206 static string GetTestDataPath() { in GetTestDataPath() function
258 *symbol_file = GetTestDataPath() + "symbols/test_app.pdb/" + in GetSymbolFile()
467 string minidump_file = GetTestDataPath() + "minidump2.dmp"; in TEST_F()
507 string minidump_file = GetTestDataPath() + "minidump2.dmp"; in TEST_F()
749 string minidump_file = GetTestDataPath() + "minidump_32bit_crash_addr.dmp"; in TEST_F()
/external/libtextclassifier/native/annotator/
Dannotator_test-include.h35 return GetTestDataPath("annotator/test_data/"); in GetModelPath()
/external/protobuf/src/google/protobuf/
Dtest_util2.h66 inline std::string GetTestDataPath(const std::string& google3_path) { in GetTestDataPath() function
/external/perfetto/src/traced/probes/ftrace/test/
Dcpu_reader_support.cc44 path = base::GetTestDataPath(path); in GetTable()
/external/libtextclassifier/native/utils/container/
Ddouble-array-trie_test.cc31 return GetTestDataPath("utils/container/test_data/test_trie.bin"); in GetTestConfigPath()
/external/libtextclassifier/native/utils/sentencepiece/
Dnormalizer_test.cc33 return GetTestDataPath("utils/sentencepiece/test_data/nmt_nfkc_charsmap.bin"); in GetTestConfigPath()
/external/libtextclassifier/native/annotator/translate/
Dtranslate_test.cc59 std::string GetModelPath() { return GetTestDataPath("annotator/test_data/"); } in GetModelPath()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2371 RedirectStdinFromFile(TestUtil::GetTestDataPath( in TEST_P()
2377 ExpectStdoutMatchesBinaryFile(TestUtil::GetTestDataPath( in TEST_P()
2383 RedirectStdinFromFile(TestUtil::GetTestDataPath( in TEST_P()
2388 ExpectStdoutMatchesTextFile(TestUtil::GetTestDataPath( in TEST_P()
/external/openscreen/cast/test/
Ddevice_auth_test.cc34 static std::string data_path = GetTestDataPath() + "cast/receiver/channel/"; in GetSpecificTestDataPath()
/external/openscreen/cast/common/certificate/
Dcast_crl_unittest.cc94 static std::string data_path = GetTestDataPath() + "cast/common/certificate/"; in GetSpecificTestDataPath()

12