HomeSort by relevance Sort by last modified time
    Searched defs:OS_NAME (Results 1 - 25 of 32) sorted by null

1 2

  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 31 private static final String OS_NAME =
261 boolean isWindows = OS_NAME.indexOf(FAMILY_WINDOWS) > -1;
266 is9x = (OS_NAME.indexOf("95") >= 0
267 || OS_NAME.indexOf("98") >= 0
268 || OS_NAME.indexOf("me") >= 0
271 || OS_NAME.indexOf("ce") >= 0);
281 isFamily = OS_NAME.indexOf(FAMILY_OS2) > -1;
283 isFamily = OS_NAME.indexOf(FAMILY_NETWARE) > -1;
287 isFamily = OS_NAME.indexOf(FAMILY_MAC) > -1
288 || OS_NAME.indexOf(DARWIN) > -1
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 551 private static final String OS_NAME = System.getProperty("os.name");
563 return OS_NAME != null && OS_NAME.startsWith(osName);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 61 #define OS_NAME "linux"
63 #define OS_NAME "windows"
65 #define OS_NAME "unknown-os"
359 snprintf(run_id_, sizeof(run_id_), "%s-" OS_NAME "-%d-%lu",
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
plexus-utils-3.0.17.jar 
commons-lang-2.6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 510 milliseconds

1 2