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

  /external/valgrind/main/coregrind/m_syswrap/
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...]
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...]
  /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) {
  /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...]
  /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/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 

Completed in 204 milliseconds