Home
last modified time | relevance | path

Searched refs:is_android (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/infra/bots/recipes/
H A Dskpbench.py46 is_android = 'Android' in api.vars.builder_name
56 if is_android:
67 elif is_android:
76 internal_samples = 4 if is_android or is_apple_m1 else 8
102 if is_android:
H A Dperf_skottietrace.py128 def get_trace_match(lottie_filename, is_android):
131 if is_android and ' ' not in trace_match:
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py174 self.is_android = False
181 self.is_android = True
188 if self.is_android:
/third_party/python/Lib/test/
H A Dtest_c_locale_coercion.py30 if support.is_android:
337 if (support.is_android and
H A Dtest_faulthandler.py11 from test.support import script_helper, is_android namespace
40 return unittest.skipIf(is_android,
H A Dtest_locale.py2 from test.support import verbose, is_android, is_emscripten, is_wasi namespace
369 if enc != 'iso8859-1' and (sys.platform == 'darwin' or is_android or
H A Dtest_utf8_mode.py230 if sys.platform == 'darwin' or support.is_android or VXWORKS:
H A Dtest_strptime.py539 if support.is_android:
H A Dtest_cmd_line.py300 support.is_android), 'test specific to Mac OS X and Android')
H A Dtest_socket.py1189 if not support.is_android:
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py40 def is_android(vars_api): function
64 if is_android(vars_api):
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py177 self.is_android = build_config['is_android']
475 if self.build_config.is_android:
531 if self.build_config.is_android:
/third_party/python/Lib/test/support/
H A D__init__.py50 "is_jython", "is_android", "is_emscripten", "is_wasi",
508 is_android = hasattr(sys, 'getandroidapilevel') variable
511 unix_shell = '/system/bin/sh' if is_android else '/bin/sh'
1862 if is_android and interval < minimum_interval:

Completed in 22 milliseconds