Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/tests/scripts/
Ddepends.py156 def __init__(self, name, config_settings, commands): argument
168 self.commands = commands
200 for command in self.commands:
312 def __init__(self, symbols, commands, exclude): argument
320 def __init__(self, symbols, commands, exclude=None): argument
327 super().__init__(symbols, commands, exclude)
339 job = Job(description, config_settings, commands)
348 def __init__(self, symbols, commands, exclude=None): argument
352 super().__init__(symbols, commands, exclude)
359 job = Job(description, config_settings, commands)
/mbedtls-latest/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.
/mbedtls-latest/scripts/
Dcommon.make48 ## and standard commands) and a Unix-like compiler (supporting -E). In
/mbedtls-latest/
DLICENSE317 c) If the modified program normally reads commands interactively
534 The hypothetical commands `show w' and `show c' should show the appropriate
535 parts of the General Public License. Of course, the commands you use may
DCMakeLists.txt432 # keep things simple with the sed commands in the memcheck target.