HomeSort by relevance Sort by last modified time
    Searched full:threadtime (Results 1 - 25 of 26) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 87 int wallTime, int threadTime) {
96 mThreadDuration = threadTime;
  /external/chromium_org/content/app/android/
library_loader_hooks.cc 107 // To view log output with IDs and timestamps use "adb logcat -v threadtime".
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 154 "logcat -d -v threadtime",
  /external/chromium_org/base/test/
test_support_android.cc 170 // To view log output with IDs and timestamps use "adb logcat -v threadtime".
  /external/chromium_org/build/android/
adb_logcat_monitor.py 61 'logcat', '-v', 'threadtime'],
adb_logcat_printer.py 10 <base_dir> contains 'adb logcat -v threadtime' files named as
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 282 final String threadTime = formatMilliSeconds(threadDuration);
288 mThreadTimeLabel.setText(threadTime);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 115 run_command("SYSTEM LOG", 20, "logcat", "-v", "threadtime", "-d", "*:v", NULL);
116 run_command("EVENT LOG", 20, "logcat", "-b", "events", "-v", "threadtime", "-d", "*:v", NULL);
117 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "threadtime", "-d", "*:v", NULL);
  /frameworks/base/docs/html/tools/debugging/
debugging-log.jd 236 <li><code>threadtime</code> &mdash; Display the date, invocation time, priority, tag, and
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 660 optional int32 threadtime = 8; // duration of the call (THREAD TIME)
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 2127 inline ::google::protobuf::int32 GLMessage::threadtime() const { function in class:android::gltrace::GLMessage
    [all...]
  /system/core/debuggerd/
tombstone.c 555 * We want to display it in the same format as "logcat -v threadtime"
  /system/core/liblog/
logprint.c 218 else if (strcmp(formatString, "threadtime") == 0) format = FORMAT_THREADTIME;
  /system/core/logcat/
logcat.cpp 405 " brief process tag thread raw time threadtime long\n\n"
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]

Completed in 1200 milliseconds

1 2