Searched refs:is_android (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/infra/bots/recipes/ |
H A D | skpbench.py | 46 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 D | perf_skottietrace.py | 128 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 D | restricted_trace_gold_tests.py | 174 self.is_android = False 181 self.is_android = True 188 if self.is_android:
|
/third_party/python/Lib/test/ |
H A D | test_c_locale_coercion.py | 30 if support.is_android: 337 if (support.is_android and
|
H A D | test_faulthandler.py | 11 from test.support import script_helper, is_android namespace 40 return unittest.skipIf(is_android,
|
H A D | test_locale.py | 2 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 D | test_utf8_mode.py | 230 if sys.platform == 'darwin' or support.is_android or VXWORKS:
|
H A D | test_strptime.py | 539 if support.is_android:
|
H A D | test_cmd_line.py | 300 support.is_android), 'test specific to Mac OS X and Android')
|
H A D | test_socket.py | 1189 if not support.is_android:
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | api.py | 40 def is_android(vars_api): function 64 if is_android(vars_api):
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 177 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__.py | 50 "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