Home | History | Annotate | Download | only in test

Lines Matching defs:base

10 #include "base/macros.h"
11 #include "base/process/launch.h"
12 #include "base/process/process.h"
16 namespace base {
32 // function. Use these when you already have another base class for your test
40 // base::GetMultiProcessTestChildBaseCommandLine());
48 // base::SpawnMultiProcessTestChild("a_test_func", command_line,
50 // base::Process test_child_process = std::move(result.process);
55 // ASSERT_TRUE(base::WaitForMultiprocessTestChildExit(test_child_process,
80 // Gets the base command line for |SpawnMultiProcessTestChild()|. To this, you
156 } // namespace base