HomeSort by relevance Sort by last modified time
    Searched defs:stime (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/strace/mpers-m32/
struct_btrfs_ioctl_received_subvol_args.h 11 } ATTRIBUTE_PACKED stime; member in struct:__anon30255
  /external/strace/mpers-mx32/
struct_btrfs_ioctl_received_subvol_args.h 12 } ATTRIBUTE_PACKED stime; member in struct:__anon30404
  /packages/services/Car/vehicle_monitor_service/
ProcessMonitor.h 43 uint64_t stime; member in struct:android::ProcInfo
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 84 struct tm stime; local
133 &stime.tm_year,
134 &stime.tm_mon,
135 &stime.tm_mday,
136 &stime.tm_hour,
137 &stime.tm_min,
138 &stime.tm_sec
146 stime.tm_mon -= 1;
155 if (stime.tm_year <= 38) {
156 stime.tm_year += 100;
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 106 * (4b) stime
116 int stime; local
118 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
125 JDWP::Append4BE(bytes, stime);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1GeneralizedTime.java 177 String stime = Strings.fromByteArray(time); local
182 if (stime.charAt(stime.length() - 1) == 'Z')
184 return stime.substring(0, stime.length() - 1) + "GMT+00:00";
188 int signPos = stime.length() - 5;
189 char sign = stime.charAt(signPos);
192 return stime.substring(0, signPos)
194 + stime.substring(signPos, signPos + 3)
196 + stime.substring(signPos + 3)
256 String stime = Strings.fromByteArray(time); local
    [all...]
ASN1UTCTime.java 221 String stime = Strings.fromByteArray(time); local
226 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0)
228 if (stime.length() == 11)
230 return stime.substring(0, 10) + "00GMT+00:00";
234 return stime.substring(0, 12) + "GMT+00:00";
239 int index = stime.indexOf('-');
242 index = stime.indexOf('+');
244 String d = stime;
246 if (index == stime.length() - 3
    [all...]
  /system/extras/cpustats/
cpustats.c 45 long unsigned utime, ntime, stime, itime, iowtime, irqtime, sirqtime; member in struct:cpu_info
245 &new_total_cpu.utime, &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime,
255 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime,
295 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime +
330 new_cpu->stime - old_cpu->stime,
343 new_cpu->stime - old_cpu->stime,
  /packages/services/Car/tools/bootio/
bootio_collector.cpp 43 long unsigned utime, ntime, stime, itime; local
48 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &utime, &ntime, &stime,
53 cpu.set_stime(stime);
129 uint64_t stime; local
139 &stime,
142 sample->set_stime(stime);
206 return cpu.utime() + cpu.ntime() + cpu.stime() + cpu.itime() + cpu.iowtime() +
272 newerSample->stime() - olderSample->stime()) * 100. / cpuDelta;
  /external/ltp/tools/top-LTP/proc/
readproc.h 28 lu flags, min_flt, cmin_flt, maj_flt, cmaj_flt, utime, stime,
53 stime, /* kernel-mode CPU time accumulated by process */ member in struct:proc_t
56 cstime, /* cumulative stime of process and reaped children */
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 179 long stime = System.currentTimeMillis(); local
189 assertTrue("Failed to sleep long enough", (ftime - stime) >= 500);
190 assertTrue("Failed to wake up early enough", (ftime - stime) <= 1500);
226 long stime = System.currentTimeMillis(); local
236 assertTrue("Failed to sleep long enough", (ftime - stime) >= 500);
237 assertTrue("Failed to wake up early enough", (ftime - stime) <= 1500);
  /system/extras/ANRdaemon/
ANRdaemon.cpp 74 unsigned long utime, ntime, stime, itime; member in struct:cpu_stat
140 &cpu->stime, &cpu->itime, &cpu->iowtime, &cpu->irqtime,
151 cpu->total = cpu->utime + cpu->ntime + cpu->stime + cpu->itime
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c 2920 struct tm stime; local
    [all...]
  /external/libchrome/base/process/
process_metrics_linux.cc 461 int stime = 0; local
462 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2)
465 return utime + stime;
  /frameworks/native/cmds/dumpstate/
utils.cpp 506 // field 15 is stime
508 unsigned long long utime = 0, stime = 0, iotime = 0; local
514 &utime, &stime, &iotime) != 3) {
518 unsigned long long total = utime + stime;
533 snprcent(buffer, sizeof(buffer), 65, stime);
    [all...]
  /external/strace/
defs.h 231 struct timeval stime; /* System time usage as of last process wait */ member in struct:tcb
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 822 long stime = 0, ftime = 0; local
824 stime = System.currentTimeMillis();
830 assertTrue("Failed to sleep long enough", (ftime - stime) >= 800);
840 long stime = 0, ftime = 0; local
842 stime = System.currentTimeMillis();
848 long result = ftime - stime;
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 339 struct btrfs_timespec stime; member in struct:btrfs_root_item
  /development/ndk/platforms/android-21/include/linux/
btrfs.h 387 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 637 struct btrfs_timespec stime; member in struct:btrfs_root_item
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
btrfs.h 387 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
btrfs.h 387 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
btrfs.h 387 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
btrfs.h 387 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
btrfs.h 387 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args

Completed in 2392 milliseconds

1 2 3 4 5 6 7