HomeSort by relevance Sort by last modified time
    Searched refs:UNIX (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/heap/
MarkStackPosix.cpp 29 #if OS(UNIX) && !OS(SYMBIAN)
  /external/srec/make/asr/
Makefile.config 8 ASR_HOST_OS = UNIX
9 ASR_OS = UNIX
10 ASR_TARGET_OS = UNIX
  /external/valgrind/main/coregrind/m_syswrap/
syscall-x86-darwin.S 79 /* DO_SYSCALL MACH|MDEP|UNIX */
82 #define UNIX 3
137 .if $0 == UNIX
138 int $$0x80 /* UNIX (GrP fixme should be sysenter?) */
153 .if $0 == UNIX
154 /* UNIX: save carry flag to vex */
197 DO_SYSCALL UNIX
212 /* eg MK_L_SCLASS_N(UNIX,99) produces L_3_99
213 since UNIX is #defined to 3 at the top of this file */
244 ML_(blksys_setup_UNIX): .long MK_L_SCCLASS_N(UNIX,1
    [all...]
syscall-amd64-darwin.S 79 /* DO_SYSCALL MACH|MDEP|UNIX */
82 #define UNIX 3
150 .if $0 == UNIX
199 DO_SYSCALL UNIX
214 /* eg MK_L_SCLASS_N(UNIX,99) produces L_3_99
215 since UNIX is #defined to 3 at the top of this file */
246 ML_(blksys_setup_UNIX): .quad MK_L_SCCLASS_N(UNIX,1)
247 ML_(blksys_restart_UNIX): .quad MK_L_SCCLASS_N(UNIX,2)
248 ML_(blksys_complete_UNIX): .quad MK_L_SCCLASS_N(UNIX,3)
249 ML_(blksys_committed_UNIX): .quad MK_L_SCCLASS_N(UNIX,4
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
PageBlock.cpp 29 #if OS(UNIX) && !OS(SYMBIAN)
47 #if OS(UNIX) && !OS(SYMBIAN)
RandomNumberSeed.h 36 #if OS(UNIX)
61 #elif OS(UNIX)
OSRandomSource.cpp 36 #if OS(UNIX)
63 #elif OS(UNIX)
StackBounds.cpp 49 #elif OS(UNIX)
63 // DARWIN, QNX, UNIX, SYMBIAN
155 #elif OS(UNIX)
Platform.h 462 /* OS(UNIX) - Any Unix-like system */
474 || defined(unix) \
577 #if PLATFORM(QT) && OS(UNIX) && !OS(SYMBIAN) && !OS(DARWIN)
850 #if OS(UNIX) && !OS(SYMBIAN)
967 #if !OS(UNIX) || OS(SYMBIAN)
1087 #if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) \
    [all...]
  /external/srec/audio/test/AudioHardwareRecord/
Android.mk 14 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
  /external/srec/audio/test/AudioHardwareRecordLoop/
Android.mk 14 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
  /external/srec/audio/test/AudioInRecord/
Android.mk 14 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
  /development/tools/line_endings/
line_endings.c 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n"
16 "Convert FILES to either unix or dos line endings.\n");
28 enum { UNIX, DOS } ending;
35 if (0 == strcmp("unix", argv[1])) {
36 ending = UNIX;
81 if (ending == UNIX) {
  /system/bluetooth/tools/
sock_shutdown_test.c 42 UNIX = 0,
74 case UNIX:
126 case UNIX:
174 case UNIX:
265 {"unix", UNIX},
asocket_test.c 44 UNIX = 0,
92 case UNIX:
144 case UNIX:
205 case UNIX:
244 case UNIX:
693 {"unix", UNIX},
socktest.c 43 UNIX = 0,
91 case UNIX:
143 case UNIX:
204 case UNIX:
257 case UNIX:
767 {"unix", UNIX},
  /external/srec/srec/test/SRecTestAudio/
Android.mk 30 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-unix.js 1 description("Test resolution of relative UNIX-like URLs.");
5 // On Unix we fall back to relative behavior since there's nothing else
  /external/webkit/Source/JavaScriptCore/
config.h 83 #if OS(UNIX) || OS(WINDOWS)
  /external/webkit/Source/WebKit2/
config.h 148 #elif (PLATFORM(QT) || (PLATFORM(GTK))) && (OS(UNIX) && !OS(MAC_OS_X) && !OS(SYMBIAN))
  /external/srec/srec_jni/
Android.mk 31 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
  /external/webkit/Tools/WebKitTestRunner/qt/
TestControllerQt.cpp 98 #elif OS(UNIX)
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 56 /** Operating system state flag for neither Unix nor Windows. */
60 /** Operating system state flag for Unix. */
61 private static final int UNIX = 2;
62 /** Operating system state flag for Posix flavour Unix. */
85 osName.indexOf("digital unix") != -1 ||
86 osName.indexOf("unix") != -1 ||
88 os = UNIX;
114 * bytes on Windows, 512 byte units on OS X and kilobytes on Unix.
127 * @param path the path to get free space for, not null, not empty on Unix
149 * It uses 'dir /-c' on Windows, 'df -kP' on AIX/HP-UX and 'df -k' on other Unix.
    [all...]
  /external/webkit/Source/WebCore/
config.h 167 #if OS(UNIX) || OS(WINDOWS)
  /external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp 34 #if OS(UNIX)

Completed in 4658 milliseconds

1 2 3