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

  /external/google-breakpad/src/client/linux/minidump_writer/
cpu_set_unittest.cc 49 class ScopedTestFile : public AutoTestFile {
51 explicit ScopedTestFile(const char* text)
64 ScopedTestFile file("10");
73 ScopedTestFile file("10\n");
82 ScopedTestFile file("1,10");
91 ScopedTestFile file("1-2");
100 ScopedTestFile file("9-18");
109 ScopedTestFile file("0, 2-4, 128");
118 ScopedTestFile file1("9-19");
124 ScopedTestFile file2("16-24")
    [all...]
proc_cpuinfo_reader_unittest.cc 54 class ScopedTestFile : public AutoTestFile {
56 explicit ScopedTestFile(const char* text)
64 ScopedTestFile file("");
73 ScopedTestFile file("foo : bar\n");
86 ScopedTestFile file("foo : bar");
101 ScopedTestFile file("foo : bar\nzoo : tut\n");
118 ScopedTestFile file("this line should have a column\nfoo : bar\n");
131 ScopedTestFile file("\n\nfoo : bar\n");
144 ScopedTestFile file(" : bar\nzoo : tut\n");
157 ScopedTestFile file("foo : bar\n\n\nfoo : bar\n")
    [all...]
line_reader_unittest.cc 44 class ScopedTestFile : public AutoTestFile {
46 explicit ScopedTestFile(const char* text)
50 ScopedTestFile(const char* text, size_t text_len)
58 ScopedTestFile file("");
68 ScopedTestFile file("a\n");
84 ScopedTestFile file("a");
100 ScopedTestFile file("a\nb\n");
122 ScopedTestFile file("a\nb");
146 ScopedTestFile file(l, sizeof(l));
162 ScopedTestFile file(l, sizeof(l))
    [all...]

Completed in 337 milliseconds