Searched refs:execute (Results 1 – 8 of 8) sorted by relevance
51 async def execute(self, args, context) -> CommandResult: member in Command58 return await self._subcommands[args[0]].execute(args[1:], context)
113 return await self._commands[command].execute(args, self._context)
26 7. Select one or more test cases to execute.48 10. Select one or more test cases to execute.68 9. Select one or more test cases to execute.
583 /* Now begin to execute the tests in the testfiles */655 // If there are no unmet dependencies execute the test
405 …execute a `mprotect` system call in the child to enable access. TODO: How? `ptrace` can modify reg…406 2. Use `ptrace` with `PTRACE_SINGLESTEP` to re-execute the failed load/store instrution.407 3. Use `ptrace` to execute a `mprotect` system call in the child to disable access.432 This will execute `myprogram` and dump a record of every memory access to `logfile`, with its addre…
149 - Conditionals shall always appear on a separate line from the code to execute as a result of the c…
2265 * Library files installed after a CMake build no longer have execute3250 1.2, that allowed a local attacker, able to execute code on the local3261 execute code on the local machine as well as manipulate network packets,3642 * The selftest program can execute a subset of the tests based on command
3 …ed with additional application code. The OpenThread test scripts use the CLI to execute test cases.