Searched refs:TestProc (Results 1 – 2 of 2) sorted by relevance
44 void TestProc(const std::string& procname) { in TestProc() function in sandbox::__anon92032f1f0111::NamespaceSandboxTest89 TestProc("SimpleChildProcess"); in TEST_F()123 TestProc("ChrootMe"); in TEST_F()145 TestProc("NestedNamespaceSandbox"); in TEST_F()
45 typedef void (*TestProc)(skiatest::Reporter*, GrContextFactory*); typedef48 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {} in Test()51 TestProc proc;