Home
last modified time | relevance | path

Searched defs:IS_WINDOWS (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/pytorch/torch/utils/data/_utils/
H A D__init__.py17 IS_WINDOWS = sys.platform == "win32" variable
/aosp_15_r20/external/pytorch/tools/linter/adapters/
H A Dno_merge_conflict_csv_linter.py13 IS_WINDOWS: bool = os.name == "nt" variable
H A Dgrep_linter.py18 IS_WINDOWS: bool = os.name == "nt" variable
H A Dclangformat_linter.py16 IS_WINDOWS: bool = os.name == "nt" variable
H A Dblack_linter.py15 IS_WINDOWS: bool = os.name == "nt" variable
H A Dmypy_linter.py16 IS_WINDOWS: bool = os.name == "nt" variable
H A Dclangtidy_linter.py34 IS_WINDOWS: bool = os.name == "nt" variable
H A Dpyfmt_linter.py21 IS_WINDOWS: bool = os.name == "nt" variable
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/
H A Dsetup.py14 IS_WINDOWS = platform.system() == "Windows" variable
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/
H A Dredirects.py20 IS_WINDOWS = sys.platform == "win32" variable
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/subprocess_handler/
H A Dsubprocess_handler.py17 IS_WINDOWS = sys.platform == "win32" variable
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-color-test.py37 IS_WINDOWS = os.name == 'nt' variable
H A Dgoogletest-env-var-test.py38 IS_WINDOWS = os.name == 'nt' variable
H A Dgtest_help_test.py62 IS_WINDOWS = os.name == 'nt' variable
H A Dgoogletest-break-on-failure-unittest.py46 IS_WINDOWS = os.name == 'nt' variable
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-color-test.py37 IS_WINDOWS = os.name == 'nt' variable
H A Dgoogletest-env-var-test.py38 IS_WINDOWS = os.name == 'nt' variable
H A Dgtest_help_test.py62 IS_WINDOWS = os.name == 'nt' variable
H A Dgoogletest-break-on-failure-unittest.py46 IS_WINDOWS = os.name == 'nt' variable
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-color-test.py37 IS_WINDOWS = os.name == 'nt' variable
H A Dgoogletest-env-var-test.py38 IS_WINDOWS = os.name == 'nt' variable
H A Dgtest_help_test.py62 IS_WINDOWS = os.name == 'nt' variable
H A Dgoogletest-break-on-failure-unittest.py46 IS_WINDOWS = os.name == 'nt' variable
/aosp_15_r20/external/google-benchmark/
H A Dsetup.py12 IS_WINDOWS = platform.system() == "Windows" variable
/aosp_15_r20/external/pytorch/tools/setup_helpers/
H A Denv.py11 IS_WINDOWS = platform.system() == "Windows" variable

123