/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERGeneralizedTime.java | 144 String stime = Strings.fromByteArray(time); in getTime() local 149 if (stime.charAt(stime.length() - 1) == 'Z') in getTime() 151 return stime.substring(0, stime.length() - 1) + "GMT+00:00"; in getTime() 155 int signPos = stime.length() - 5; in getTime() 156 char sign = stime.charAt(signPos); in getTime() 159 return stime.substring(0, signPos) in getTime() 161 + stime.substring(signPos, signPos + 3) in getTime() 163 + stime.substring(signPos + 3); in getTime() 167 signPos = stime.length() - 3; in getTime() 168 sign = stime.charAt(signPos); in getTime() [all …]
|
D | DERUTCTime.java | 171 String stime = Strings.fromByteArray(time); in getTime() local 176 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0) in getTime() 178 if (stime.length() == 11) in getTime() 180 return stime.substring(0, 10) + "00GMT+00:00"; in getTime() 184 return stime.substring(0, 12) + "GMT+00:00"; in getTime() 189 int index = stime.indexOf('-'); in getTime() 192 index = stime.indexOf('+'); in getTime() 194 String d = stime; in getTime() 196 if (index == stime.length() - 3) in getTime()
|
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/ |
D | SDL_systimer.c | 49 SYSTEMTIME stime; in wce_date() local 51 GetSystemTime(&stime); in wce_date() 52 SystemTimeToFileTime(&stime,&ftime.ftime); in wce_date()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | linux_based_platform_backend.py | 46 stime = float(stats[14]) 47 cpu_process_jiffies = utime + stime
|
/external/ltrace/etc/ |
D | syscalls.conf | 94 int stime(addr);
|
/external/elfutils/0.153/backends/ |
D | linux-core-note.c | 130 TIMEVAL_FIELD (stime),
|
/external/chromium_org/base/process/ |
D | process_metrics_linux.cc | 411 int stime = GetProcStatsFieldAsInt64(proc_stats, internal::VM_STIME); in ParseProcStatCPU() local 412 return utime + stime; in ParseProcStatCPU()
|
/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 | 441 struct btrfs_ioctl_timespec stime; /* in */ member
|
/external/strace/ |
D | defs.h | 423 struct timeval stime; /* System time usage as of last process wait */ member
|
D | strace.c | 2236 tv_sub(&tcp->dtime, &ru.ru_stime, &tcp->stime); in trace() 2237 tcp->stime = ru.ru_stime; in trace()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | nonsfi_sandbox_sigsys_unittest.cc | 531 RESTRICT_SYSCALL_DEATH_TEST(stime);
|
/external/valgrind/main/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 191 159285 Fixd 8736 unhandled syscall:25 (stime, on x86-linux)
|
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/ |
D | kvm_host.h | 435 struct gfn_to_hva_cache stime; member
|
/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/chromium_org/third_party/lcov/ |
D | descriptions.tests | 2873 Verify that the system call stime() successfully sets the system's idea 2878 Verify that the system call stime() fails to set the system's idea
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3212 fun:stime=uninstrumented
|
/external/valgrind/main/ |
D | NEWS | 2301 159285 unhandled syscall:25 (stime, on x86-linux)
|