Searched defs:utime (Results 1 - 17 of 17) sorted by relevance

/external/python/cpython2/RISCOS/
H A Dunixstuff.c26 int acorntime(bits *ex, bits *ld, time_t utime) argument
31 timlo = ((unsigned)utime & 0x00ffffffU) * 100 + 0x00996a00U;
32 timhi = ((unsigned)utime >> 24);
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dprocess_info.h44 unsigned long utime() const { return utime_; } function in class:ProcessInfo
/external/ImageMagick/MagickCore/
H A Dnt-base.h41 #include <sys/utime.h>
269 #if !defined(utime)
270 # define utime _utime macro
/external/brotli/tools/
H A Dbro.c22 #include <utime.h>
26 #include <sys/utime.h>
40 #define utime _utime macro
260 utime(output_path, &times);
/external/kernel-headers/original/uapi/linux/raid/
H A Dmd_u.h94 unsigned int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
H A Dmd_p.h159 __u32 utime; /* 0 Superblock update time */ member in struct:mdp_superblock_s
284 __le64 utime; /* 40 bits second, 24 bits microseconds */ member in struct:mdp_superblock_1
/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc450 // Number of spaces remaining until reaching utime's index starting after the
457 // in |input| before utime.
460 int utime = 0; local
462 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2)
465 return utime + stime;
/external/python/cpython2/Lib/
H A Dtarfile.py2092 self.utime(tarinfo, dirpath)
2211 self.utime(tarinfo, targetpath)
2326 def utime(self, tarinfo, targetpath): member in class:TarFile
2329 if not hasattr(os, 'utime'):
2332 os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime))
/external/syslinux/lzo/src/
H A Dlzo_supp.h459 # define utime _utime macro
822 # include <utime.h>
824 # include <sys/utime.h>
H A Dminiacc.h2296 # define utime _utime macro
3481 # include <utime.h>
3483 # include <sys/utime.h>
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp1989 CFX_Unitime utime = widgetValue.GetTime(); local
1990 strIsoTime.Format("%02d:%02d:%02d.%03d", utime.GetHour(), utime.GetMinute(),
1991 utime.GetSecond(), utime.GetMillisecond());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 693 milliseconds