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

1 2 3 4 5 6

  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_info.h 37 unsigned long stime; member in struct:ProcessSnapshot
  /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 118 * (4b) stime
128 int stime; local
130 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
137 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 219 String stime = Strings.fromByteArray(time); local
224 if (stime.indexOf('-') < 0 && stime.indexOf('+') < 0)
226 if (stime.length() == 11)
228 return stime.substring(0, 10) + "00GMT+00:00";
232 return stime.substring(0, 12) + "GMT+00:00";
237 int index = stime.indexOf('-');
240 index = stime.indexOf('+');
242 String d = stime;
244 if (index == stime.length() - 3
    [all...]
  /external/perfetto/src/base/
watchdog_posix.cc 144 unsigned long int stime = 0l; local
150 &utime, &stime, &rss_pages) == 3);
152 uint64_t cpu_time = utime + stime;
  /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,
  /system/extras/boottime_tools/bootio/
bootio_collector.cpp 41 long unsigned utime, ntime, stime, itime; local
46 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &utime, &ntime, &stime,
51 cpu.set_stime(stime);
127 uint64_t stime; local
137 &stime,
140 sample->set_stime(stime);
204 return cpu.utime() + cpu.ntime() + cpu.stime() + cpu.itime() + cpu.iowtime() +
270 newerSample->stime() - olderSample->stime()) * 100. / cpuDelta;
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 180 long stime = System.currentTimeMillis(); local
190 assertTrue("Failed to sleep long enough", (ftime - stime) >= 500);
191 assertTrue("Failed to wake up early enough", (ftime - stime) <= 1500);
227 long stime = System.currentTimeMillis(); local
237 assertTrue("Failed to sleep long enough", (ftime - stime) >= 500);
238 assertTrue("Failed to wake up early enough", (ftime - stime) <= 1500);
  /system/extras/ANRdaemon/
ANRdaemon.cpp 73 unsigned long utime, ntime, stime, itime; member in struct:cpu_stat
139 &cpu->stime, &cpu->itime, &cpu->iowtime, &cpu->irqtime,
150 cpu->total = cpu->utime + cpu->ntime + cpu->stime + cpu->itime
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c 2925 struct tm stime; local
    [all...]
  /external/libchrome/base/process/
process_metrics_linux.cc 488 int stime = 0; local
489 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2)
492 return utime + stime;
  /frameworks/native/cmds/dumpstate/
utils.cpp 481 // field 15 is stime
483 unsigned long long utime = 0, stime = 0, iotime = 0; local
489 &utime, &stime, &iotime) != 3) {
493 unsigned long long total = utime + stime;
508 snprcent(buffer, sizeof(buffer), 65, stime);
    [all...]
  /external/strace/
defs.h 216 struct timeval stime; /* System time usage as of last process wait */ member in struct:tcb
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 823 long stime = 0, ftime = 0; local
825 stime = System.currentTimeMillis();
831 assertTrue("Failed to sleep long enough", (ftime - stime) >= 800);
841 long stime = 0, ftime = 0; local
843 stime = System.currentTimeMillis();
849 long result = ftime - stime;
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 277 struct btrfs_timespec stime; member in struct:btrfs_root_item
btrfs.h 392 struct btrfs_ioctl_timespec stime; member in struct:btrfs_ioctl_received_subvol_args
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 641 struct btrfs_timespec stime; member in struct:btrfs_root_item
btrfs.h 687 struct btrfs_ioctl_timespec stime; /* in */ member in struct:btrfs_ioctl_received_subvol_args
  /art/runtime/
thread.cc 1728 int stime = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib-26.0.0.jar 
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 

Completed in 550 milliseconds

1 2 3 4 5 6