Searched defs:ScopedTestFile (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set_unittest.cc49 class ScopedTestFile : public AutoTestFile { class in namespace:__anon6059
51 explicit ScopedTestFile(const char* text) function in class:__anon6059::ScopedTestFile
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 file
[all...]
H A Dproc_cpuinfo_reader_unittest.cc54 class ScopedTestFile : public AutoTestFile { class in namespace:__anon6066
56 explicit ScopedTestFile(const char* text) function in class:__anon6066::ScopedTestFile
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 fil
[all...]
H A Dline_reader_unittest.cc44 class ScopedTestFile : public AutoTestFile { class in namespace:__anon6061
46 explicit ScopedTestFile(const char* text) function in class:__anon6061::ScopedTestFile
50 ScopedTestFile(const char* text, size_t text_len) function in class:__anon6061::ScopedTestFile
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 fil
[all...]

Completed in 75 milliseconds