Searched defs:func (Results 1 – 9 of 9) sorted by relevance
/test/vts/drivers/hal/common/component_loader/ |
D | DllLoader.cpp | 117 void (*func)() = (void (*)())LoadSymbol("__sanitizer_reset_coverage"); in SancovResetCoverage() local 126 void (*func)(writeout_fn, flush_fn) = in GcovInit() local 136 void (*func)() = (void (*)()) LoadSymbol("__gcov_flush"); in GcovFlush() local
|
D | HalDriverLoader.cpp | 261 loader_function func = in LoadDriver() local 287 loader_function_with_arg func = in LoadDriverWithInterfacePointer() local
|
/test/vts/utils/python/coverage/ |
D | gcno_parser.py | 148 def ReadBlocks(self, length, func): argument 169 def ReadArcs(self, length, func): argument 195 def ReadLines(self, length, func): argument
|
D | gcda_parser.py | 150 def ReadCounts(self, func): argument
|
/test/vts/runners/host/ |
D | signals.py | 23 def GeneratedTest(func): argument
|
D | utils.py | 287 def concurrent_exec(func, param_list): argument 503 def decorator(func): argument
|
D | base_test.py | 489 def _exec_procedure_func(self, func): argument 748 def _exec_func(self, func, *args): argument
|
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/ |
D | poc.cpp | 51 int func; member
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 238 def filter_devices(ads, func): argument
|