HomeSort by relevance Sort by last modified time
    Searched refs:OS_NAME (Results 1 - 13 of 13) sorted by null

  /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/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 59 readonly OS_NAME=$(uname -s)
60 if [ $OS_NAME = "Darwin" ]; then
62 elif [ $OS_NAME = "Linux" ]; then
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
build.sh 56 readonly OS_NAME=$(uname -s)
57 if [ $OS_NAME = "Darwin" ]; then
59 elif [ $OS_NAME = "Linux" ]; then
  /external/lldb/scripts/Python/
finish-swig-Python-LLDB.sh 57 OS_NAME=`uname -s`
63 echo "The current OS is $OS_NAME"
67 if [ ${OS_NAME} = "Darwin" ]
243 if [ ${OS_NAME} = "Darwin" ]
  /external/chromium_org/third_party/skia/platform_tools/nacl/
nacl_make 30 OS_NAME=$(uname -s)
31 if [ $OS_NAME = "Darwin" ]; then
35 elif [ $OS_NAME = "Linux" ]; then
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 227 milliseconds