Home
last modified time | relevance | path

Searched defs:is_windows (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/
H A Dtf_configure.sh28 function is_windows() { function
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/tools/pip_package/
H A Dbuild_pip_package.sh39 function is_windows() { function
/aosp_15_r20/external/mesa3d/src/util/blake3/
H A Dmeson.build8 is_windows = host_machine.system() == 'windows' variable
/aosp_15_r20/external/python/watchdog/src/watchdog/utils/
Dplatform.py43 def is_windows() -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/tools/pip_package/
H A Dbuild_pip_package.sh102 function is_windows() { function
/aosp_15_r20/external/angle/tools/
H A Dangle_tools.py14 is_windows = platform.system() == 'Windows' variable
/aosp_15_r20/external/cronet/testing/scripts/
H A Dtest_traffic_annotation_auditor.py40 def is_windows(): function
/aosp_15_r20/external/flatbuffers/tests/
H A DTypeScriptTest.py31 is_windows = platform.system() == "Windows" variable
/aosp_15_r20/external/angle/src/compiler/
H A Dgenerate_parser_tools.py17 is_windows = platform.system() == 'Windows' variable
/aosp_15_r20/external/angle/scripts/
H A Dupdate_chrome_angle.py26 is_windows = sys.platform == 'cygwin' or sys.platform.startswith('win') variable
/aosp_15_r20/external/bazelbuild-rules_python/python/private/
H A Dzip_main_template.py32 def is_windows(): function
H A Dstage2_bootstrap_template.py40 def is_windows(): function
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py37 is_windows = sys.platform == "win32" variable
41 is_windows = sys.platform == "win32" variable in RealPathlibTestCase
Dfake_filesystem_shutil_test.py31 is_windows = sys.platform == "win32" variable
Dtest_utils.py66 is_windows = sys.platform == "win32" variable in TestCase
Dfake_filesystem_vs_real_test.py45 is_windows = sys.platform.startswith("win") variable in TestCase
Dfake_filesystem_test.py887 def check_abspath(self, is_windows): argument
904 def check_abspath_bytes(self, is_windows): argument
/aosp_15_r20/external/clang/utils/check_cfc/
H A Dcheck_cfc.py64 def is_windows(): function
/aosp_15_r20/external/libcxx/utils/libcxx/test/
H A Dtarget_info.py51 def add_common_locales(features, lit_config, is_windows=False): argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/
Dbuild.rs149 let is_windows = host.contains("windows") && target.contains("windows"); in main() localVariable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py26 is_windows = platform.system() == 'Windows' variable
/aosp_15_r20/external/tensorflow/
H A Dconfigure.py71 def is_windows(): function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py44 def is_windows() -> bool: function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1560 def is_windows(): function