Home
last modified time | relevance | path

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

/third_party/node/tools/
Dutils.py109 def IsWindows(): function
/third_party/skia/third_party/externals/angle2/scripts/
Drun_gtest_angle_test.py56 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.cs93 public static bool IsWindows => isWindows; field 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/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h165 inline bool IsWindows() in IsWindows() function
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Drestricted_trace_gold_tests.py49 def IsWindows(): function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp288 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
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp774 bool DawnTestBase::IsWindows() const { in IsWindows() function in DawnTestBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1943 bool IsWindows = isTargetWindows(MF); in computeCalleeSaveRegisterPairs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp442 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local