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

  /external/v8/tools/
tickprocessor-driver.js 41 'unix': UnixCppEntriesProvider,
  /development/tools/zoneinfo/
ZoneInfo.java 182 int unix = (int) (when / 1000); local
183 int trans = Arrays.binarySearch(mTransitions, unix);
207 int unix = (int) (when.getTime() / 1000); local
208 int trans = Arrays.binarySearch(mTransitions, unix);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 120 // We want to know whether the last "schedule info" (the unix times in the mTransitions
171 int unix = (int) (when / 1000); local
172 int trans = Arrays.binarySearch(mTransitions, unix);
196 int unix = (int) (when.getTime() / 1000); local
197 int trans = Arrays.binarySearch(mTransitions, unix);
  /external/qemu/
sockets.c 114 int unix; member in struct:__anon4833
133 int unix = EINVAL; /* generic error code */ local
139 unix = werr->unix;
143 errno = unix;
1131 * bind to the same port. this is completely different from the Unix
1197 return 0; /* nothing to do on Unix */
    [all...]

Completed in 535 milliseconds