Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/tools/glslang/
Dupdate_glslang_binary.py25 is_windows = platform.system() == 'Windows' variable
/third_party/skia/third_party/externals/angle2/tools/
Dangle_tools.py14 is_windows = platform.system() == 'Windows' variable
/third_party/skia/third_party/externals/angle2/src/compiler/
Dgenerate_parser_tools.py16 is_windows = platform.system() == 'Windows' variable
/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_chrome_angle.py26 is_windows = sys.platform == 'cygwin' or sys.platform.startswith('win') variable
/third_party/gn/build/
Dgen.py80 def is_windows(self): member in Platform
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py59 def is_windows(): function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py26 is_windows = platform.system() == 'Windows' variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py26 is_windows = platform.system() == 'Windows' variable
/third_party/ninja/
Dconfigure.py93 def is_windows(self): member in Platform