OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestProc
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
Test.h
45
typedef void (*
TestProc
)(skiatest::Reporter*, GrContextFactory*);
48
Test(const char* n, bool g,
TestProc
p) : name(n), needsGpu(g), proc(p) {}
51
TestProc
proc;
/external/libchrome/sandbox/linux/services/
namespace_sandbox_unittest.cc
44
void
TestProc
(const std::string& procname) {
89
TestProc
("SimpleChildProcess");
123
TestProc
("ChrootMe");
145
TestProc
("NestedNamespaceSandbox");
Completed in 218 milliseconds