Searched defs:check_call (Results 1 – 10 of 10) sorted by relevance
| /external/toolchain-utils/llvm_tools/ |
| D | subprocess_helpers.py | 32 def check_call(cmd, cwd=None): function
|
| /external/skqp/tools/skqp/ |
| D | make_universal_apk.py | 49 def check_call(cmd, **kwargs): function
|
| /external/libcxx/ |
| D | run_tests.py | 42 def check_call(cmd, *args, **kwargs): function
|
| /external/skia/tools/skqp/ |
| D | create_apk.py | 55 def check_call(cmd, **kwargs): function
|
| /external/skia/experimental/tools/ |
| D | pdf-comparison.py | 72 def check_call(cmd, **kwargs): function
|
| /external/libcxx/test/std/utilities/variant/variant.visit/ |
| D | visit.pass.cpp | 79 template <class... Args> static bool check_call(CallType type) { in check_call() function
|
| /external/clang/ |
| D | build.py | 76 def check_call(cmd, *args, **kwargs): function
|
| /external/python/cpython2/Lib/ |
| D | subprocess.py | 175 def check_call(*popenargs, **kwargs): function
|
| /external/libcxx/test/std/utilities/function.objects/func.not_fn/ |
| D | not_fn.pass.cpp | 174 static bool check_call(CallType type) { in check_call() function
|
| /external/python/cpython3/Lib/ |
| D | subprocess.py | 349 def check_call(*popenargs, **kwargs): function
|