HomeSort by relevance Sort by last modified time
    Searched refs:kTestDataPath (Results 1 - 13 of 13) sorted by null

  /frameworks/base/cmds/incident_helper/tests/
BatteryTypeParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "batterytype.txt";
KernelWakesParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "kernel_wakeups_short.txt";
77 const string testFile = kTestDataPath + "kernel_wakeups.txt";
SystemPropertiesParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "system_properties.txt";
ProcrankParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "procrank.txt";
105 const string testFile = kTestDataPath + "procrank_short.txt";
CpuFreqParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "cpufreq.txt";
EventLogTagsParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "event-log-tags.txt";
PageTypeInfoParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "pagetypeinfo.txt";
CpuInfoParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "cpuinfo.txt";
PsParser_test.cpp 49 const string kTestDataPath = kTestPath + "/testdata/";
53 const string testFile = kTestDataPath + "ps.txt";
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 99 const std::string kTestDataPath = kFixturesPath + "tests/testdata/";
109 std::string from = kTestDataPath + relative_name;
112 std::string to = kTestDataPath + relative_name + ".tmp";
541 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line.txt"));
547 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line-with-newline.txt"));
553 EXPECT_EQ(0, DumpFile("", kTestDataPath + "multiple-lines.txt"));
559 EXPECT_EQ(0, DumpFile("", kTestDataPath + "multiple-lines-with-newline.txt"));
566 EXPECT_EQ(0, DumpFile("", kTestDataPath + "single-line.txt"));
573 EXPECT_EQ(0, DumpFile("Might as well dump. Dump!", kTestDataPath + "single-line.txt"));
576 out, StartsWith("------ Might as well dump. Dump! (" + kTestDataPath + "single-line.txt:"))
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 36 const char kTestDataPath[] = "core/grappler/costs/graph_properties_testdata";
337 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
379 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
437 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
500 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
558 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
610 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
734 string filename = io::JoinPath(testing::TensorFlowSrcRoot(), kTestDataPath,
    [all...]
  /frameworks/base/cmds/incidentd/tests/
FdBuffer_test.cpp 83 const std::string kTestDataPath = kTestPath + "/testdata/";
228 const std::string testFile = kTestDataPath + "morethan4MB.txt";
Section_test.cpp 68 const std::string kTestDataPath = kTestPath + "/testdata/";
118 const std::string testFile = kTestDataPath + "metadata.txt";
161 const std::string testFile = kTestDataPath + "kmsg.txt";

Completed in 101 milliseconds