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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERGeneralizedTime.java144 String stime = Strings.fromByteArray(time);
149 if (stime.charAt(stime.length() - 1) == 'Z')
151 return stime.substring(0, stime.length() - 1) + "GMT+00:00";
155 int signPos = stime.length() - 5;
156 char sign = stime.charAt(signPos);
159 return stime.substring(0, signPos)
161 + stime.substring(signPos, signPos + 3)
163 + stime
[all...]
H A DDERUTCTime.java171 String stime = Strings.fromByteArray(time);
176 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0)
178 if (stime.length() == 11)
180 return stime.substring(0, 10) + "00GMT+00:00";
184 return stime.substring(0, 12) + "GMT+00:00";
189 int index = stime.indexOf('-');
192 index = stime.indexOf('+');
194 String d = stime;
196 if (index == stime
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
H A DSDL_systimer.c49 SYSTEMTIME stime; local
51 GetSystemTime(&stime);
52 SystemTimeToFileTime(&stime,&ftime.ftime);
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dlinux_based_platform_backend.py46 stime = float(stats[14])
47 cpu_process_jiffies = utime + stime
/external/ltrace/etc/
H A Dsyscalls.conf94 int stime(addr);
/external/elfutils/0.153/backends/
H A Dlinux-core-note.c130 TIMEVAL_FIELD (stime),
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc531 RESTRICT_SYSCALL_DEATH_TEST(stime);
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h441 struct btrfs_ioctl_timespec stime; /* in */ member in struct:btrfs_ioctl_received_subvol_args
/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc411 int stime = GetProcStatsFieldAsInt64(proc_stats, internal::VM_STIME); local
412 return utime + stime;
/external/strace/
H A Ddefs.h423 struct timeval stime; /* System time usage as of last process wait */ member in struct:tcb
H A Dstrace.c2236 tv_sub(&tcp->dtime, &ru.ru_stime, &tcp->stime);
2237 tcp->stime = ru.ru_stime;
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h435 struct gfn_to_hva_cache stime; member in struct:kvm_vcpu_arch::__anon25125
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 3397 milliseconds