/external/lzma/CPP/Windows/ |
Time.h | 9 namespace NTime {
|
Time.cpp | 10 namespace NTime {
|
/system/extras/cpustats/ |
cpustats.c | 44 long unsigned utime, ntime, stime, itime, iowtime, irqtime, sirqtime; member in struct:cpu_info 241 &new_total_cpu.utime, &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime, 251 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime, 285 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime + 319 new_cpu->ntime - old_cpu->ntime, 332 new_cpu->ntime - old_cpu->ntime,
|
/external/chromium_org/third_party/icu/source/test/compat/ |
tzone.pl | 56 print "\nTIME ZONE: $tzone\n";
|
/external/icu4c/test/compat/ |
tzone.pl | 56 print "\nTIME ZONE: $tzone\n";
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
MinSEParser.java | 77 System.out.println("\ntime=" + t.getExpires() );
|
SessionExpiresParser.java | 75 System.out.println("\ntime=" + t.getExpires() );
|
/external/tcpdump/ |
print-smb.c | 149 { "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]", 151 "Handle=[d]\nAttrib=[A]\nTime=[T2]\nSize=[D]\nAccess=[w]\nType=[w]\nState=[w]\nAction=[w]\nInode=[W]\nOffErr=[d]\n|EALength=[d]\n", 544 "Attribute=[A]\nTime=[T2]Size=[D]\nRes=([w,w,w,w,w])\n", NULL, 548 { "Attribute=[A]\nTime=[T2]Res=([w,w,w,w,w])\n", "Path=[Z]\n", 558 "BlkType=[B]\nBlkLen=[d]\n*\nRes1=[B]\nMask=[s11]\nSrv1=[B]\nDirIndex=[d]\nSrv2=[w]\nRes2=[W]\nAttrib=[a]\nTime=[T1]Size=[D]\nName=[s13]\n", 563 "Handle=[d]\nOAttrib=[A]\nTime=[T2]Size=[D]\nAccess=[w]\n", 567 { "Attrib=[A]\nTime=[T2]", "Path=[Z]\n", "Handle=[d]\n", NULL, NULL } }, 570 { "Attrib=[A]\nTime=[T2]", "Path=[Z]\n", "Handle=[d]\n", NULL, NULL } }, 584 { "Handle=[d]\nTime=[T2]", NULL, NULL, NULL, NULL } }, 647 { "Handle=[d]\nCount=[d]\nOffset=[D]\nTime=[T2]Res=([w,w,w,w,w,w])" [all...] |
/system/core/toolbox/ |
top.c | 45 long unsigned utime, ntime, stime, itime; member in struct:cpu_info 242 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &new_cpu.utime, &new_cpu.ntime, &new_cpu.stime, 431 total_delta_time = (new_cpu.utime + new_cpu.ntime + new_cpu.stime + new_cpu.itime 433 - (old_cpu.utime + old_cpu.ntime + old_cpu.stime + old_cpu.itime 440 ((new_cpu.utime + new_cpu.ntime) - (old_cpu.utime + old_cpu.ntime)) * 100 / total_delta_time, 447 new_cpu.ntime - old_cpu.ntime,
|
/external/blktrace/ |
blkiomon.h | 104 fprintf(fp, "\ntime: %s", ctime((void *)&p->time));
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglTimer.java | 135 string += "\nTime: " + oldTime;
|
LwjglSmoothingTimer.java | 205 string += "\nTime: " + oldTime;
|
/external/lzma/CPP/7zip/UI/Common/ |
UpdatePair.cpp | 16 using namespace NTime;
|
Update.cpp | 726 NTime::GetCurUtcFileTime(di.MTime);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageLog.java | 154 + "\" \ntime=\""
|
/external/qemu/slirp/ |
ip_input.c | 511 n_time ntime; local 671 ntime = iptime(); 672 bcopy((caddr_t)&ntime, (caddr_t)cp + ipt->ipt_ptr - 1,
|
/external/qemu/slirp-android/ |
ip_input.c | 511 n_time ntime; local 671 ntime = iptime(); 672 bcopy((caddr_t)&ntime, (caddr_t)cp + ipt->ipt_ptr - 1,
|
/external/ceres-solver/internal/ceres/ |
solver.cc | 345 StringAppendF(&report, "\nTime (in seconds):\n");
|
/external/srec/audio/AudioIn/UNIX/src/ |
filter.c | 366 fprintf(stdout, "\n\nTime elapsed: %d sec\n", time(NULL)-t0);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 190 String msg = "BENCHMARK ADT: Ending Initial Package (.ap_). \nTime Elapsed: " //$NON-NLS-1$ 279 String msg = "BENCHMARK ADT: Ending Initial Package (.ap_). \nTime Elapsed: " //$NON-NLS-1$ [all...] |