/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1GeneralizedTime.java | 200 String stime = Strings.fromByteArray(time); in getTime() local 205 if (stime.charAt(stime.length() - 1) == 'Z') in getTime() 207 return stime.substring(0, stime.length() - 1) + "GMT+00:00"; in getTime() 211 int signPos = stime.length() - 5; in getTime() 212 char sign = stime.charAt(signPos); in getTime() 215 return stime.substring(0, signPos) in getTime() 217 + stime.substring(signPos, signPos + 3) in getTime() 219 + stime.substring(signPos + 3); in getTime() 223 signPos = stime.length() - 3; in getTime() 224 sign = stime.charAt(signPos); in getTime() [all …]
|
D | ASN1UTCTime.java | 219 String stime = Strings.fromByteArray(time); in getTime() local 224 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0) in getTime() 226 if (stime.length() == 11) in getTime() 228 return stime.substring(0, 10) + "00GMT+00:00"; in getTime() 232 return stime.substring(0, 12) + "GMT+00:00"; in getTime() 237 int index = stime.indexOf('-'); in getTime() 240 index = stime.indexOf('+'); in getTime() 242 String d = stime; in getTime() 244 if (index == stime.length() - 3) in getTime()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ASN1GeneralizedTime.java | 202 String stime = Strings.fromByteArray(time); in getTime() local 207 if (stime.charAt(stime.length() - 1) == 'Z') in getTime() 209 return stime.substring(0, stime.length() - 1) + "GMT+00:00"; in getTime() 213 int signPos = stime.length() - 5; in getTime() 214 char sign = stime.charAt(signPos); in getTime() 217 return stime.substring(0, signPos) in getTime() 219 + stime.substring(signPos, signPos + 3) in getTime() 221 + stime.substring(signPos + 3); in getTime() 225 signPos = stime.length() - 3; in getTime() 226 sign = stime.charAt(signPos); in getTime() [all …]
|
D | ASN1UTCTime.java | 221 String stime = Strings.fromByteArray(time); in getTime() local 226 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0) in getTime() 228 if (stime.length() == 11) in getTime() 230 return stime.substring(0, 10) + "00GMT+00:00"; in getTime() 234 return stime.substring(0, 12) + "GMT+00:00"; in getTime() 239 int index = stime.indexOf('-'); in getTime() 242 index = stime.indexOf('+'); in getTime() 244 String d = stime; in getTime() 246 if (index == stime.length() - 3) in getTime()
|
/external/grpc-grpc/test/cpp/qps/ |
D | usage_timer.cc | 43 static void get_resource_usage(double* utime, double* stime) { in get_resource_usage() argument 48 *stime = time_double(&usage.ru_stime); in get_resource_usage() 51 *stime = 0; in get_resource_usage()
|
/external/autotest/client/tools/ |
D | html_report.py | 1555 stime = int(pair[1]) 1556 results_data[parts[1]] = [stime, [], None] 1593 stime = results_data[parts[2]][0] 1594 total_exec_time_sec = etime - stime
|
/external/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 32 utime: 0.000000, stime: 0.010000, cutime: 0.000000, cstime: 0.000000 98 utime: 0.000042, stime: 0.000103, cutime: 0.000000, cstime: 0.000000 163 utime: 0.000043, stime: 0.000102, cutime: 0.000000, cstime: 0.000000 235 utime: 0.000000, stime: 0.004000, cutime: 0.000000, cstime: 0.000000 302 utime: 0.010000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000 442 utime: 0.000000, stime: 0.001000, cutime: 0.000000, cstime: 0.000000 508 utime: 0.000000, stime: 0.001000, cutime: 0.000000, cstime: 0.000000 598 utime: 0.000000, stime: 0.010000, cutime: 0.000000, cstime: 0.000000 662 utime: 0.000000, stime: 0.110000, 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/u-boot/drivers/net/ |
D | rtl8169.c | 618 int stime = currticks(); in rtl_send_common() local 664 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl_send_common() 726 int stime = currticks(); in rtl8169_hw_start() local 798 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_hw_start() 811 int stime = currticks(); in rtl8169_init_ring() local 845 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_init_ring() 860 int stime = currticks(); in rtl8169_common_start() local 881 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_common_start()
|
/external/perfetto/src/base/ |
D | watchdog_posix.cc | 155 unsigned long int stime = 0l; in ThreadMain() local 161 &utime, &stime, &rss_pages) == 3); in ThreadMain() 163 uint64_t cpu_time = utime + stime; in ThreadMain()
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | process_info.h | 37 unsigned long stime; member
|
D | procfs_utils.cc | 111 &snapshot->utime, &snapshot->stime); in ReadPageFaultsAndCpuTimeStats()
|
/external/ltp/testcases/kernel/syscalls/stime/ |
D | stime02.c | 108 TEST(stime(&new_time)); in main()
|
D | stime01.c | 129 if (stime(&new_time) < 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 44 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
|
/external/autotest/tko/ |
D | job_serializer_unittest.py | 217 def check_time(self, dTime, stime): argument 225 self.assertEqual(long(t), stime/1000)
|
/external/libchrome/base/process/ |
D | process_metrics_linux.cc | 398 int stime = 0; in ParseProcStatCPU() local 399 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2) in ParseProcStatCPU() 402 return utime + stime; in ParseProcStatCPU()
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 704 struct btrfs_ioctl_timespec stime; /* in */ member 797 struct btrfs_ioctl_timespec stime; member
|
/external/strace/ |
D | strace.c | 2356 struct timespec stime = { in next_event() local 2360 ts_sub(&tcp->dtime, &stime, &tcp->stime); in next_event() 2361 tcp->stime = stime; in next_event()
|
/external/ltp/include/lapi/syscalls/ |
D | sparc64.in | 212 stime 233
|
D | i386.in | 26 stime 25
|
D | s390x.in | 255 stime 25
|
D | powerpc.in | 26 stime 25
|
D | s390.in | 255 stime 25
|
D | sparc.in | 236 stime 233
|