Home
last modified time | relevance | path

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

/external/skqp/tools/skqp/
Dmake_universal_apk.py49 def check_call(cmd, **kwargs): function
/external/skia/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/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/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/python/cpython3/Lib/
Dsubprocess.py332 def check_call(*popenargs, **kwargs): function