Home
last modified time | relevance | path

Searched defs:executeCommand (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/lit/lit/
Dutil.py175 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dutil.py297 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestRunner.py26 def executeCommand(command, cwd=None, env=None): function
/external/libcxx/utils/libcxx/
Dutil.py179 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java212 private boolean executeCommand(int hotSpot, GameObject parentObject, float timeDelta) { in executeCommand() method in NPCComponent