HomeSort by relevance Sort by last modified time
    Searched defs:OS (Results 1 - 15 of 15) sorted by null

  /external/dhcpcd/mk/
os.mk 1 # Setup OS specific variables
6 OS= ${_OS}$(shell ${_OS_SH})
7 include ${MK}/os-${OS}.mk
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
OS.java 19 public class OS {
26 String osName = System.getProperty("os.name");
27 macOs = "Mac OS X".startsWith(osName);
31 String version = System.getProperty("os.version");
  /external/bison/djgpp/
config.bat 349 set OS=MS-Windows
350 if not "%OS%" == "MS-Windows" goto SmallEnv
353 set OS=MS-DOS
354 if not "%OS%" == "MS-DOS" goto SmallEnv
370 set _HOSTNAME=%HOSTNAME%, %OS%
371 if not "%_HOSTNAME%" == "%HOSTNAME%, %OS%" goto SmallEnv
375 set OS=
  /external/chromium/third_party/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 66 private static final int OS;
68 int os = OTHER; typedefs
70 String osName = System.getProperty("os.name");
72 throw new IOException("os.name not found");
77 os = WINDOWS;
79 osName.indexOf("sun os") != -1 ||
87 osName.indexOf("mac os x") != -1) {
88 os = UNIX;
91 os = POSIX_UNIX;
93 os = OTHER;
    [all...]
  /external/v8/src/
platform.h 33 // implementation for a particular platform is put in platform_<os>.cc.
105 // __GNUC_PREREQ is not defined in GCC for Mac OS X, so we define our own macro
126 // OS
132 class OS {
134 // Initializes the platform OS support. Called once at VM startup.
257 // OS. For example MacOSX doesn't run on any x86 CPUs that don't have SSE2
260 // of the CPU and the OS. The bits in the answer correspond to the bit
277 DISALLOW_IMPLICIT_CONSTRUCTORS(OS);
315 // does not own the underlying os handle. Thread handles can be used for
  /external/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/webkit/JavaScriptCore/wtf/
Platform.h 30 /* ==== PLATFORM handles OS, operating environment, graphics API, and
44 /* OS() - underlying operating system; only to be used for mandated low-level services like
46 #define OS(WTF_FEATURE) (defined WTF_OS_##WTF_FEATURE && WTF_OS_##WTF_FEATURE)
51 /* USE() - use a particular third-party library or optional OS service */
280 /* ==== OS() - underlying operating system; only to be used for mandated low-level services like
283 /* OS(ANDROID) - Android */
288 /* OS(AIX) - AIX */
293 /* OS(DARWIN) - Any Darwin-based OS, including Mac OS X and iPhone OS *
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 821 milliseconds