Home
last modified time | relevance | path

Searched defs:check_call (Results 1 – 13 of 13) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dsubprocess_helpers.py32 def check_call(cmd, cwd=None): function
/external/skqp/tools/skqp/
Dmake_universal_apk.py49 def check_call(cmd, **kwargs): function
/external/libcxx/
Drun_tests.py42 def check_call(cmd, *args, **kwargs): function
/external/skia/tools/skqp/
Dcreate_apk.py55 def check_call(cmd, **kwargs): function
/external/skia/experimental/tools/
Dpdf-comparison.py72 def check_call(cmd, **kwargs): function
/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp79 template <class... Args> static bool check_call(CallType type) { in check_call() function
/external/clang/
Dbuild.py76 def check_call(cmd, *args, **kwargs): function
/external/llvm-project/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp79 template <class... Args> static bool check_call(CallType type) { in check_call() function
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c291 static int check_call(__isl_keep pet_expr *expr, void *user) in check_call() function
/external/python/cpython2/Lib/
Dsubprocess.py175 def check_call(*popenargs, **kwargs): function
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp174 static bool check_call(CallType type) { in check_call() function
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp173 static bool check_call(CallType type) { in check_call() function
/external/python/cpython3/Lib/
Dsubprocess.py358 def check_call(*popenargs, **kwargs): function