Searched defs:check_call (Results 1 – 13 of 13) 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/llvm-project/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/llvm-project/polly/lib/External/ppcg/ |
D | ppcg.c | 291 static int check_call(__isl_keep pet_expr *expr, void *user) in check_call() 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/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/ |
D | not_fn.pass.cpp | 173 static bool check_call(CallType type) { in check_call() function
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 358 def check_call(*popenargs, **kwargs): function
|