Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERGeneralizedTime.java132 String stime = Strings.fromByteArray(time); in getTime() local
137 if (stime.charAt(stime.length() - 1) == 'Z') in getTime()
139 return stime.substring(0, stime.length() - 1) + "GMT+00:00"; in getTime()
143 int signPos = stime.length() - 5; in getTime()
144 char sign = stime.charAt(signPos); in getTime()
147 return stime.substring(0, signPos) in getTime()
149 + stime.substring(signPos, signPos + 3) in getTime()
151 + stime.substring(signPos + 3); in getTime()
155 signPos = stime.length() - 3; in getTime()
156 sign = stime.charAt(signPos); in getTime()
[all …]
DDERUTCTime.java159 String stime = Strings.fromByteArray(time); in getTime() local
164 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0) in getTime()
166 if (stime.length() == 11) in getTime()
168 return stime.substring(0, 10) + "00GMT+00:00"; in getTime()
172 return stime.substring(0, 12) + "GMT+00:00"; in getTime()
177 int index = stime.indexOf('-'); in getTime()
180 index = stime.indexOf('+'); in getTime()
182 String d = stime; in getTime()
184 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DThreadTest.java822 long stime = 0, ftime = 0; in test_sleepJ() local
824 stime = System.currentTimeMillis(); in test_sleepJ()
830 assertTrue("Failed to sleep long enough", (ftime - stime) >= 800); in test_sleepJ()
840 long stime = 0, ftime = 0; in test_sleepJI() local
842 stime = System.currentTimeMillis(); in test_sleepJI()
848 long result = ftime - stime; in test_sleepJI()
/external/strace/
Dstrace.c1126 tcp->stime.tv_sec = 0; in alloc_tcb()
1127 tcp->stime.tv_usec = 0; in alloc_tcb()
2222 struct timeval stime; in trace() local
2231 &stime.tv_sec, &stime.tv_usec); in trace()
2233 stime.tv_sec = stime.tv_usec = 0; in trace()
2235 stime.tv_sec = tcp->status.pr_stime.tv_sec; in trace()
2236 stime.tv_usec = tcp->status.pr_stime.tv_nsec/1000; in trace()
2238 tv_sub(&tcp->dtime, &stime, &tcp->stime); in trace()
2239 tcp->stime = stime; in trace()
2511 tv_sub(&tcp->dtime, &ru.ru_stime, &tcp->stime); in trace()
[all …]
Ddefs.h356 struct timeval stime; /* System time usage as of last process wait */ member
/external/elfutils/backends/
Dlinux-core-note.c128 TIMEVAL_FIELD (stime),
/external/tcpdump/
DFILES227 stime.awk
DREADME185 stime.awk
219 awk -f stime.awk tracedata | xgraph
DINSTALL240 stime.awk - TCP send awk script
/external/kernel-headers/original/linux/
Dsched.h432 cputime_t utime, stime, cutime, cstime; member
846 cputime_t utime, stime; member
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt191 159285 Fixd 8736 unhandled syscall:25 (stime, on x86-linux)
/external/valgrind/main/
DNEWS1418 159285 unhandled syscall:25 (stime, on x86-linux)