Home
last modified time | relevance | path

Searched refs:isWindows (Results 1 – 25 of 92) sorted by relevance

1234

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs41 static readonly bool isWindows; field in Grpc.Core.Internal.PlatformApis
55 isWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows); in PlatformApis()
63isWindows = (platform == PlatformID.Win32NT || platform == PlatformID.Win32S || platform == Platfo… in PlatformApis()
103 get { return isWindows; }
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DOs.java261 boolean isWindows = OS_NAME.indexOf(FAMILY_WINDOWS) > -1; in isOs()
264 if (isWindows) { in isOs()
275 isFamily = isWindows; in isOs()
277 isFamily = isWindows && is9x; in isOs()
279 isFamily = isWindows && isNT; in isOs()
/external/llvm-project/llvm/utils/lit/lit/
DLitConfig.py25 noExecute, debug, isWindows, argument
40 self.isWindows = bool(isWindows)
135 if self.isWindows and self.bashPath:
DLitTestCase.py54 isWindows=windows,
DTestRunner.py875 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
932 if litConfig.isWindows and result.exitCode < 0:
946 isWin32CMDEXE = (litConfig.isWindows and not bashPath)
954 if litConfig.isWindows and not isWin32CMDEXE:
Dmain.py37 isWindows=is_windows,
/external/llvm/utils/lit/lit/
DLitConfig.py24 noExecute, debug, isWindows, argument
37 self.isWindows = bool(isWindows)
Dmain.py136 isWindows = platform.system() == 'Windows'
137 useProcessesIsDefault = not isWindows
300 isWindows = isWindows,
DTestRunner.py442 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
507 isWin32CMDEXE = (litConfig.isWindows and not bashPath)
514 if litConfig.isWindows and not isWin32CMDEXE:
Ddiscovery.py247 isWindows = (platform.system()=='Windows'),
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DHostProperties.java112 static boolean isWindows() { in isWindows() method in HostProperties
136 if (isWindows()) { in getTempDir()
165 if (isWindows()) { in getTempDir()
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DHostProperties.java111 static boolean isWindows() { in isWindows() method in HostProperties
135 if (isWindows()) { in getTempDir()
164 if (isWindows()) { in getTempDir()
/external/llvm-project/llvm/utils/vscode/llvm/src/
DlitTaskProvider.ts18 const isWindows = process.platform === 'win32'; constant
19 if (isWindows) {
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc250 int64 isWindows; in RestoreInternal() local
252 reader->ReadScalar(full_name("isWindows"), &isWindows)); in RestoreInternal()
253 isWindows_ = static_cast<bool>(isWindows); in RestoreInternal()
/external/kotlinx.atomicfu/atomicfu-maven-plugin/
Dbuild.gradle85 boolean isWindows = System.getProperty("os.name").toLowerCase().indexOf("windows") >= 0
86 def args = isWindows ? ['cmd', '/c', 'mvnw.cmd'] : ['sh', './mvnw']
/external/testng/kobalt/wrapper/
Dkobalt-wrapper.jarMETA-INF/MANIFEST.MF com/beust/kobalt/wrapper/Main.class Main ...
/external/jcommander/kobalt/wrapper/
Dkobalt-wrapper.jarMETA-INF/MANIFEST.MF com/beust/kobalt/wrapper/Config.class Config ...
/external/smali/util/src/main/java/org/jf/util/
DClassFileNameHandler.java71 this.modifyWindowsReservedFilenames = isWindows(); in ClassFileNameHandler()
232 private static boolean isWindows() { in isWindows() method in ClassFileNameHandler
/external/llvm/utils/lit/tests/unit/
DTestRunner.py34 isWindows=(
/external/zstd/tests/
DplayTests.sh100 isWindows=false
108 isWindows=true
149 println "\nStarting playTests.sh isWindows=$isWindows EXE_PREFIX='$EXE_PREFIX' ZSTD_BIN='$ZSTD_BIN'…
435 if [ "$isWindows" = false ] ; then
485 if [ "$isWindows" = false ] ; then
660 if [ "$isWindows" = false ] && [ "$UNAME" != 'SunOS' ] && [ "$UNAME" != "OpenBSD" ] ; then
671 if [ "$isWindows" = false ] && [ "$UNAME" != 'SunOS' ] ; then
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLContextTest.java19 import static org.conscrypt.TestUtils.isWindows;
676 if (isWindows()) { in assertContentsInOrder()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLContextTest.java20 import static com.android.org.conscrypt.TestUtils.isWindows;
689 if (isWindows()) { in assertContentsInOrder()
/external/llvm-project/llvm/utils/lit/tests/unit/
DTestRunner.py35 isWindows=(
/external/conscrypt/
Dbuild.gradle62 } else if (os.isWindows()) {
/external/llvm-project/libcxx/utils/libcxx/test/
Ddsl.py59 isWindows=platform.system() == 'Windows',

1234