Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/custom_ops/
Dtf_configure.sh28 function is_windows() { function
/external/tflite-support/tensorflow_lite_support/tools/pip_package/
Dbuild_pip_package.sh39 function is_windows() { 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/angle/src/compiler/
Dgenerate_parser_tools.py16 is_windows = platform.system() == 'Windows' variable
/external/clang/utils/check_cfc/
Dcheck_cfc.py64 def is_windows(): function
/external/llvm-project/clang/utils/check_cfc/
Dcheck_cfc.py67 def is_windows(): function
/external/llvm-project/libcxx/utils/libcxx/test/
Dtarget_info.py27 def is_windows(self): member in DefaultTargetInfo
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py30 is_windows = sys.platform == 'win32' variable
Dtest_utils.py50 is_windows = sys.platform == 'win32' variable in TestCase
Dfake_filesystem_vs_real_test.py44 is_windows = sys.platform.startswith('win') variable in TestCase
Dfake_pathlib_test.py35 is_windows = sys.platform == 'win32' variable
Dfake_filesystem_test.py850 def check_abspath(self, is_windows): argument
867 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/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py26 is_windows = platform.system() == 'Windows' variable
/external/python/pyfakefs/pyfakefs/
Dhelpers.py67 def __init__(self, is_windows, user_id, group_id, initial_time=None): argument
/external/tensorflow/
Dconfigure.py75 def is_windows(): function