Searched defs:OS (Results 1 - 7 of 7) sorted by relevance

/external/dhcpcd/mk/
H A Dos.mk1 # Setup OS specific variables
6 OS= ${_OS}$(shell ${_OS_SH}) macro
7 include ${MK}/os-${OS}.mk
/external/bison/djgpp/
H A Dconfig.bat349 set OS=MS-Windows variable
350 if not "%OS%" == "MS-Windows" goto SmallEnv
353 set OS=MS-DOS variable
354 if not "%OS%" == "MS-DOS" goto SmallEnv
370 set _HOSTNAME=%HOSTNAME%, %OS%
371 if not "%_HOSTNAME%" == "%HOSTNAME%, %OS%" goto SmallEnv
375 set OS= variable
/external/chromium/third_party/zlib/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon1684
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon4662
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/external/v8/src/
H A Dplatform.h105 // __GNUC_PREREQ is not defined in GCC for Mac OS X, so we define our own macro
126 // OS
132 class OS { class in namespace:v8::internal
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);
/external/zlib/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon7192
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/webkit/JavaScriptCore/wtf/
H A DPlatform.h30 /* ==== 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) macro
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
[all...]

Completed in 183 milliseconds