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.cc43 void TestProc(const std::string& procname) { in TestProc() function in sandbox::__anon8c6b46f20111::NamespaceSandboxTest
88 TestProc("SimpleChildProcess"); in TEST_F()
122 TestProc("ChrootMe"); in TEST_F()
144 TestProc("NestedNamespaceSandbox"); in TEST_F()
/external/skia/tests/
DTest.h90 typedef void (*TestProc)(skiatest::Reporter*, sk_gpu_test::GrContextFactory*); typedef
93 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {} in Test()
96 TestProc proc;