OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestRegistry
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
registry.cc
53
void POCDLL_API
TestRegistry
(HANDLE log) {
/external/skia/tests/
Test.h
89
typedef SkTRegistry<Test*(*)(void*)>
TestRegistry
;
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
65
static void
TestRegistry
(ThreadRegistry *registry, bool has_quarantine) {
142
TestRegistry
(&quarantine_registry, true);
147
TestRegistry
(&no_quarantine_registry, false);
Completed in 41 milliseconds