Searched defs:is_android (Results 1 - 9 of 9) sorted by relevance

/external/perfetto/tools/
H A Dtmux27 function is_android { function
34 if is_android $OUT; then
51 if is_android $OUT; then
65 if is_android $OUT; then
85 if is_android $OUT ; then
98 if is_android $OUT; then
143 if is_android $OUT; then
149 if is_android $OUT; then
155 if is_android $OUT; then
/external/minijail/
H A Dutil.h63 static inline int is_android(void) function
/external/python/cpython3/Lib/test/
H A Dtest_cmd_line.py11 from test.support import script_helper, is_android namespace
182 is_android), 'test specific to Mac OS X and Android')
H A Dtest_faulthandler.py10 from test.support import script_helper, is_android, requires_android_level namespace
46 return (test if not is_android else
H A Dtest_locale.py1 from test.support import verbose, is_android namespace
356 if enc != 'iso8859-1' and (sys.platform == 'darwin' or is_android or
/external/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py32 def is_android(vars_api): function
66 if is_android(vars_api):
/external/skqp/infra/bots/recipe_modules/flavor/
H A Dapi.py32 def is_android(vars_api): function
66 if is_android(vars_api):
/external/python/cpython3/Lib/test/support/
H A D__init__.py95 "is_jython", "is_android", "check_impl_detail", "unix_shell",
781 is_android = (_ANDROID_API_LEVEL is not None and _ANDROID_API_LEVEL > 0) variable
782 android_not_root = (is_android and os.geteuid() != 0)
785 unix_shell = '/system/bin/sh' if is_android else '/bin/sh'
1780 if is_android and _ANDROID_API_LEVEL < level:
2576 if is_android and interval < minimum_interval:
/external/libmtp/src/
H A Dlibmtp.c1946 int is_android = 0; local
1955 is_android = 1;
1964 if (is_microsoft_com_wpdna && is_sonyericsson_com_se && !is_android) {
1972 else if (is_android) {

Completed in 2592 milliseconds