Searched refs:adjust_command (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/ |
D | nsPlugin.py | 41 def adjust_command(self, stage, command): member in SubPlugin 42 super().adjust_command(stage, command) 115 self.adjust_command(stage, command)
|
D | valgrindPlugin.py | 56 def adjust_command(self, stage, command): member in SubPlugin 57 super().adjust_command(stage, command)
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 36 def adjust_command(self, stage, command) # see "ADJUST" below 70 The adjust_command method receives a string representing 84 The adjust_command method must return the adjusted command so tdc
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 43 def adjust_command(self, stage, command): member in TdcPlugin
|
D | tdc.py | 97 command = pgn_inst.adjust_command(stage, command)
|