Home
last modified time | relevance | path

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

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