Home
last modified time | relevance | path

Searched defs:IsWindows (Results 1 – 7 of 7) sorted by relevance

/third_party/node/tools/
Dutils.py107 def IsWindows(): function
/third_party/grpc/src/csharp/Grpc.Tools/
DCommon.cs51 public static bool IsWindows => Os == OsKind.Windows; field in Grpc.Tools.Platform
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs101 public static bool IsWindows property in Grpc.Core.Internal.PlatformApis
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h105 inline bool IsWindows() in IsWindows() function
/third_party/flutter/engine/flutter/testing/
Drun_tests.py34 def IsWindows(): function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp162 bool IsWindows() in IsWindows() function
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp296 bool DawnTest::IsWindows() const { in IsWindows() function in DawnTest