/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1GeneralizedTime.java | 177 String stime = Strings.fromByteArray(time); in getTime() local 182 if (stime.charAt(stime.length() - 1) == 'Z') in getTime() 184 return stime.substring(0, stime.length() - 1) + "GMT+00:00"; in getTime() 188 int signPos = stime.length() - 5; in getTime() 189 char sign = stime.charAt(signPos); in getTime() 192 return stime.substring(0, signPos) in getTime() 194 + stime.substring(signPos, signPos + 3) in getTime() 196 + stime.substring(signPos + 3); in getTime() 200 signPos = stime.length() - 3; in getTime() 201 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | sdbadmin | 163 stime = time.time() variable 166 stime = time.time() variable 193 total_time = round(time.time() - stime, 2)
|
/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
|
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/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | linux_based_platform_backend.py | 52 stime = float(stats[14]) 53 cpu_process_jiffies = utime + stime
|
/external/autotest/tko/ |
D | job_serializer_unittest.py | 180 def check_time(self, dTime, stime): argument 185 self.assertEqual(long(t), stime/1000)
|
/external/xmlrpcpp/src/ |
D | XmlRpcValue.cpp | 405 std::string stime = valueXml.substr(*offset, valueEnd-*offset); in timeFromXml() local 408 …if (sscanf(stime.c_str(),"%4d%2d%2dT%2d:%2d:%2d",&t.tm_year,&t.tm_mon,&t.tm_mday,&t.tm_hour,&t.tm_… in timeFromXml() 414 *offset += int(stime.length()); in timeFromXml()
|
/external/libchrome/base/process/ |
D | process_metrics_linux.cc | 460 int stime = 0; in ParseProcStatCPU() local 461 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2) in ParseProcStatCPU() 464 return utime + stime; in ParseProcStatCPU()
|
/external/ltrace/etc/ |
D | syscalls.conf | 94 int stime(addr);
|
/external/elfutils/backends/ |
D | linux-core-note.c | 159 TIMEVAL_FIELD (stime),
|
/external/tcpdump/ |
D | README.md | 192 stime.awk 226 awk -f stime.awk tracedata | xgraph
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 481 struct btrfs_ioctl_timespec stime; /* in */ member
|
/external/strace/linux/avr32/ |
D | syscallent.h | 53 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/ |
D | defs.h | 306 struct timeval stime; /* System time usage as of last process wait */ member
|
D | strace.c | 2158 tv_sub(&tcp->dtime, &ru.ru_stime, &tcp->stime); in trace() 2159 tcp->stime = ru.ru_stime; in trace()
|
/external/strace/linux/s390/ |
D | syscallent.h | 56 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/sparc/ |
D | syscallent.h | 234 [233] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 30 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 54 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 54 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/m68k/ |
D | syscallent.h | 54 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 56 [ 25] = { 1, 0, SEN(stime), "stime" },
|
/external/strace/linux/mips/ |
D | syscallent-o32.h | 28 [4025] = { 1, 0, SEN(stime), "stime" },
|