Searched refs:check_args (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | explore.py | 587 def check_args(name, arg_str): member in ExploreUtils 664 if ExploreUtils.check_args("explore", arg_str) == False: 700 if ExploreUtils.check_args("explore value", arg_str) == False: 728 if ExploreUtils.check_args("explore type", arg_str) == False:
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | explore.py | 587 def check_args(name, arg_str): member in ExploreUtils 664 if ExploreUtils.check_args("explore", arg_str) == False: 700 if ExploreUtils.check_args("explore value", arg_str) == False: 728 if ExploreUtils.check_args("explore type", arg_str) == False:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/ |
| H A D | AddingPlugins.txt | 38 def check_args(self, args, remaining) # see "CHECK_ARGS" below 100 The check_args method is so that the plugin can do validation on
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcPlugin.py | 70 def check_args(self, args, remaining): member in TdcPlugin
|
| H A D | tdc.py | 64 self.plugin_instances[-1].check_args(self.args, None) 155 pgn_inst.check_args(args, remaining)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 475 def check_args(self): member in BaseConfig 1650 config.check_args()
|