/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1GeneralizedTime.java | 168 String stime = Strings.fromByteArray(time); in getTime() local 173 if (stime.charAt(stime.length() - 1) == 'Z') in getTime() 175 return stime.substring(0, stime.length() - 1) + "GMT+00:00"; in getTime() 179 int signPos = stime.length() - 5; in getTime() 180 char sign = stime.charAt(signPos); in getTime() 183 return stime.substring(0, signPos) in getTime() 185 + stime.substring(signPos, signPos + 3) in getTime() 187 + stime.substring(signPos + 3); in getTime() 191 signPos = stime.length() - 3; in getTime() 192 sign = stime.charAt(signPos); in getTime() [all …]
|
D | ASN1UTCTime.java | 207 String stime = Strings.fromByteArray(time); in getTime() local 212 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0) in getTime() 214 if (stime.length() == 11) in getTime() 216 return stime.substring(0, 10) + "00GMT+00:00"; in getTime() 220 return stime.substring(0, 12) + "GMT+00:00"; in getTime() 225 int index = stime.indexOf('-'); in getTime() 228 index = stime.indexOf('+'); in getTime() 230 String d = stime; in getTime() 232 if (index == stime.length() - 3) in getTime()
|
/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() 524 show_percent((new_cpu[k].stime - old_cpu[k].stime), total)); in print_header() 573 new_procs[i]->delta_stime = new_procs[i]->stime - old_proc->stime; in print_procs() 703 return numcmp(pa->utime + pa->stime, pb->utime+pa->stime); in proc_time_cmp() 752 &new_cpu[i].stime, &new_cpu[i].itime, &new_cpu[i].iowtime, 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/libvncserver/x11vnc/ |
D | xevents.c | 930 double stime; in sync_tod_with_servertime() 933 stime = (double) xev.xproperty.time; in sync_tod_with_servertime() 934 stime = stime/1000.0; in sync_tod_with_servertime() 935 servertime_diff = dnow() - stime; in sync_tod_with_servertime()
|
/external/ltrace/etc/ |
D | syscalls.conf | 94 int stime(addr);
|
/external/elfutils/src/backends/ |
D | linux-core-note.c | 145 TIMEVAL_FIELD (stime),
|
/external/tcpdump/ |
D | README.md | 192 stime.awk 226 awk -f stime.awk tracedata | xgraph
|
D | Makefile.in | 267 stime.awk \
|
D | INSTALL.txt | 243 stime.awk - TCP send awk script
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 455 struct btrfs_ioctl_timespec stime; /* in */ member
|
/external/strace/ |
D | defs.h | 282 struct timeval stime; /* System time usage as of last process wait */ member
|
D | strace.c | 2143 tv_sub(&tcp->dtime, &ru.ru_stime, &tcp->stime); in trace() 2144 tcp->stime = ru.ru_stime; in trace()
|
/external/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 191 159285 Fixd 8736 unhandled syscall:25 (stime, on x86-linux)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 211 PRE_SYSCALL(stime)(void *tptr) {} 213 POST_SYSCALL(stime)(long res, void *tptr) {
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2963 fun:stime=uninstrumented
|
/external/valgrind/ |
D | NEWS | 2796 159285 unhandled syscall:25 (stime, on x86-linux)
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 22151 4stime
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 22151 4stime
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 661 PUBLIC 9f990 0 stime
|