/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
D | UTCTimeTest.java | 42 private static final ASN1UTCTime utime = ASN1UTCTime.getInstance(); field in UTCTimeTest 102 utime.decode(in)); //decoded in testDecodeEncode() 111 utime.decode(in)); //decoded in testDecodeEncode() 116 DerOutputStream out = new DerOutputStream(utime, in testDecodeEncode()
|
/external/toybox/toys/pending/ |
D | top.c | 58 long unsigned utime, ntime, stime, itime; member 81 unsigned long utime, stime, delta_utime, delta_stime, delta_time; member 121 &proc->state[0], &proc->ppid, &proc->utime, &proc->stime, &nice, in read_stat() 522 show_percent((new_cpu[k].utime - old_cpu[k].utime), total)); in print_header() 572 new_procs[i]->delta_utime = new_procs[i]->utime - old_proc->utime; in print_procs() 703 return numcmp(pa->utime + pa->stime, pb->utime+pa->stime); in proc_time_cmp() 751 len = sscanf(line, toybuf, &new_cpu[i].utime, &new_cpu[i].ntime, in read_cpu_stat() 755 new_cpu[i].total = new_cpu[i].utime + new_cpu[i].ntime + new_cpu[i].stime in read_cpu_stat()
|
/external/elfutils/src/tests/ |
D | run-readelf-mixed-corenote.sh | 31 utime: 0.000000, stime: 0.010000, cutime: 0.000000, cstime: 0.000000 97 utime: 0.000042, stime: 0.000103, cutime: 0.000000, cstime: 0.000000 162 utime: 0.000043, stime: 0.000102, cutime: 0.000000, cstime: 0.000000 234 utime: 0.000000, stime: 0.004000, cutime: 0.000000, cstime: 0.000000 301 utime: 0.010000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000 441 utime: 0.000000, stime: 0.001000, cutime: 0.000000, cstime: 0.000000
|
D | run-readelf-vmcoreinfo.sh | 31 utime: 0.000000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000 49 utime: 0.000000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000
|
/external/kernel-headers/original/uapi/linux/raid/ |
D | md_p.h | 142 __u32 utime; /* 0 Superblock update time */ member 263 __le64 utime; /* 40 bits second, 24 bits microseconds */ member
|
D | md_u.h | 93 int utime; /* 0 Superblock update time */ member
|
/external/strace/ |
D | utime.c | 3 SYS_FUNC(utime) in SYS_FUNC() argument
|
D | Android.mk | 133 utime.c \
|
D | sys_func.h | 289 extern SYS_FUNC(utime);
|
/external/linux-tools-perf/src/tools/perf/scripts/python/ |
D | futex-contention.py | 25 nr, uaddr, op, val, utime, uaddr2, val3): argument
|
/external/flac/include/share/ |
D | compat.h | 163 #define flac_utime utime
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | replace-includes | 37 +#include <utime.h>
|
/external/lldb/test/source-manager/ |
D | TestSourceManager.py | 164 os.utime('main.c', None)
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.c | 115 return (utime(filename, &ub)); in utimes()
|
/external/ltrace/etc/ |
D | syscalls.conf | 104 int utime(string,addr);
|
/external/elfutils/src/backends/ |
D | linux-core-note.c | 144 TIMEVAL_FIELD (utime),
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 900 double utime = (end - middle)/iterations; in CheckSpeed2() local 904 + ", Utility: " + utime + ", u:j: " + nf.format(utime/jtime)); in CheckSpeed2() 928 double utime = (end - middle)/iterations; in CheckSpeed3() local 932 + ", Utility: " + utime + ", u:j: " + nf.format(utime/jtime)); in CheckSpeed3()
|
/external/e2fsprogs/util/ |
D | subst.c | 383 if (utime(outfn, &ut) < 0) in main()
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 98 if (utime(name, &ut) == -1) in fix_perms()
|
/external/zlib/src/examples/ |
D | gun.c | 535 (void)utime(to, &when); in copymeta()
|
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 246 return utime(fname,&settime); in setfiletime()
|
/external/zlib/src/contrib/minizip/ |
D | miniunz.c | 115 utime(filename,&ut);
|
/external/jhead/ |
D | jhead.c | 1151 utime(FileName, &mtime); 1180 if (utime(FileName, &mtime) != 0){
|
/external/e2fsprogs/lib/ |
D | config.h.in | 477 /* Define to 1 if you have the `utime' function. */ 480 /* Define to 1 if you have the <utime.h> header file. */
|
/external/llvm/utils/lit/lit/ |
D | main.py | 120 os.utime(fname, None)
|