Searched defs:stage (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | nsPlugin.py | 45 def adjust_command(self, stage, command): argument 121 def _exec_cmd(self, stage, command): argument
|
D | valgrindPlugin.py | 62 def adjust_command(self, stage, command): argument
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 33 def __init__(self, stage, output, message): argument 157 def call_adjust_command(self, stage, command): argument 180 def exec_cmd(args, pm, stage, command): argument 214 def prepare_env(args, pm, stage, prefix, cmdlist, output = None): argument
|
D | TdcPlugin.py | 43 def adjust_command(self, stage, command): argument
|
/tools/testing/selftests/kvm/x86_64/ |
D | state_test.c | 129 int stage; in main() local
|
D | evmcs_test.c | 81 int stage; in main() local
|
D | smm_test.c | 96 int stage, stage_reported; in main() local
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 200 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage) argument
|