Home
last modified time | relevance | path

Searched refs:is_windows (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/tools/glslang/
Dupdate_glslang_binary.py25 is_windows = platform.system() == 'Windows' variable
31 path_delimiter = ';' if is_windows else ':'
40 if not is_windows and not is_linux:
57 if is_windows:
72 if is_windows:
92 if is_windows:
/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_chrome_angle.py26 is_windows = sys.platform == 'cygwin' or sys.platform.startswith('win') variable
28 if is_windows:
59 if is_windows:
88 if is_windows:
/third_party/skia/third_party/externals/angle2/tools/
Dangle_tools.py14 is_windows = platform.system() == 'Windows' variable
20 path_delimiter = ';' if is_windows else ':'
30 if is_windows:
/third_party/skia/third_party/externals/angle2/src/compiler/
Dgenerate_parser_tools.py16 is_windows = platform.system() == 'Windows' variable
30 assert (is_windows)
62 if is_windows:
114 if is_windows:
/third_party/ninja/
Dconfigure.py93 def is_windows(self): member in Platform
113 return (not self.is_windows()
118 return not (self.is_windows() or self.is_aix())
289 if platform.is_windows():
402 if platform.is_windows():
523 if platform.is_windows():
593 if platform.is_windows():
704 if platform.is_windows():
/third_party/node/tools/
Dinstall.py132 is_windows = sys.platform == 'win32'
137 if is_windows:
140 if is_windows:
/third_party/skia/third_party/externals/angle2/tools/flex-bison/
Dupdate_flex_bison_binaries.py28 elif angle_tools.is_windows:
/third_party/gn/build/
Dgen.py80 def is_windows(self): member in Platform
274 if platform.is_windows():
827 if platform.is_windows():
/third_party/skia/third_party/externals/angle2/tools/glslang/
Dupdate_glslang_binary.py29 if not angle_tools.is_windows and not angle_tools.is_linux:
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py59 def is_windows(): function
64 if is_windows():
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py26 is_windows = platform.system() == 'Windows' variable
197 glslang_exe = get_win_glslang_exe_path() if is_windows else get_linux_glslang_exe_path()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py26 is_windows = platform.system() == 'Windows' variable
233 glslang_exe = get_win_glslang_exe_path() if is_windows else get_linux_glslang_exe_path()
/third_party/skia/third_party/externals/angle2/
DPRESUBMIT.py296 use_shell = input_api.is_windows