Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 20 of 20) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERGeneralizedTime.java144 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 …]
DDERUTCTime.java171 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/
DSDL_systimer.c49 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/
Dlinux_based_platform_backend.py46 stime = float(stats[14])
47 cpu_process_jiffies = utime + stime
/external/ltrace/etc/
Dsyscalls.conf94 int stime(addr);
/external/elfutils/0.153/backends/
Dlinux-core-note.c130 TIMEVAL_FIELD (stime),
/external/chromium_org/base/process/
Dprocess_metrics_linux.cc411 int stime = GetProcStatsFieldAsInt64(proc_stats, internal::VM_STIME); in ParseProcStatCPU() local
412 return utime + stime; in ParseProcStatCPU()
/external/tcpdump/
DREADME.md192 stime.awk
226 awk -f stime.awk tracedata | xgraph
DMakefile.in267 stime.awk \
DINSTALL.txt243 stime.awk - TCP send awk script
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h441 struct btrfs_ioctl_timespec stime; /* in */ member
/external/strace/
Ddefs.h423 struct timeval stime; /* System time usage as of last process wait */ member
Dstrace.c2236 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/
Dnonsfi_sandbox_sigsys_unittest.cc531 RESTRICT_SYSCALL_DEATH_TEST(stime);
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt191 159285 Fixd 8736 unhandled syscall:25 (stime, on x86-linux)
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
Dkvm_host.h435 struct gfn_to_hva_cache stime; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc211 PRE_SYSCALL(stime)(void *tptr) {}
213 POST_SYSCALL(stime)(long res, void *tptr) {
/external/chromium_org/third_party/lcov/
Ddescriptions.tests2873 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/
Dlibc_ubuntu1204_abilist.txt3212 fun:stime=uninstrumented
/external/valgrind/main/
DNEWS2301 159285 unhandled syscall:25 (stime, on x86-linux)