Home
last modified time | relevance | path

Searched refs:TestProc (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox_unittest.cc44 void TestProc(const std::string& procname) { in TestProc() function in sandbox::__anon92032f1f0111::NamespaceSandboxTest
89 TestProc("SimpleChildProcess"); in TEST_F()
123 TestProc("ChrootMe"); in TEST_F()
145 TestProc("NestedNamespaceSandbox"); in TEST_F()
/external/skia/tests/
DTest.h45 typedef void (*TestProc)(skiatest::Reporter*, GrContextFactory*); typedef
48 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {} in Test()
51 TestProc proc;