Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/tools/tcat_ble_client/cli/
Dcommand.py51 async def execute(self, args, context) -> CommandResult: member in Command
58 return await self._subcommands[args[0]].execute(args[1:], context)
Dcli.py113 return await self._commands[command].execute(args, self._context)
/openthread-latest/tools/harness-thci/
DREADME.md26 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.
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dhost_test.function583 /* Now begin to execute the tests in the testfiles */
655 // If there are no unmet dependencies execute the test
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md405execute 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…
/openthread-latest/
DSTYLE_GUIDE.md149 - Conditionals shall always appear on a separate line from the code to execute as a result of the c…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2265 * Library files installed after a CMake build no longer have execute
3250 1.2, that allowed a local attacker, able to execute code on the local
3261 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
/openthread-latest/src/cli/
DREADME.md3 …ed with additional application code. The OpenThread test scripts use the CLI to execute test cases.