HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 126 - 150 of 436) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/runtime/
trace.h 94 class Trace FINAL : public instrumentation::InstrumentationListener {
111 ~Trace();
122 // Stop tracing. This will finish the trace and write it to file/send it via DDMS.
175 // Reuse an old stack trace if it exists, otherwise allocate a new one.
177 // Clear and store an old stack trace for later use.
190 Trace(File* trace_file, const char* trace_name, size_t buffer_size, int flags,
241 // Singleton instance of the Trace or null when no method tracing is active.
242 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);
250 // Used to remember an unused stack trace to avoid re-allocation during sampling.
253 // File to write trace data out to, null if direct to ddms
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 28 import android.os.Trace;
91 // flush the buffer. (This makes method trace profiling useful to debug crashes.)
156 * If we're running in an emulator launched with "-trace", put the
157 * VM into emulator trace profiling mode so that the user can hit
161 String trace = SystemProperties.get("ro.kernel.android.tracing"); local
162 if (trace.equals("1")) {
163 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
284 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "RuntimeInit");
334 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 31 import android.os.Trace;
281 * Adds a trace event for debugging.
284 Trace.traceBegin(Trace.TRACE_TAG_VIEW, event);
285 Trace.traceEnd(Trace.TRACE_TAG_VIEW);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 33 import android.os.Trace;
83 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "calculateError");
85 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS);
  /frameworks/base/core/java/android/app/
LoadedApk.java 40 import android.os.Trace;
778 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "makeApplication");
790 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER,
793 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
801 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
815 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER)
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 23 import android.os.Trace;
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 31 import android.os.Trace;
492 Trace.traceBegin(Trace.TRACE_TAG_POWER, "setDisplayState("
499 Trace.traceEnd(Trace.TRACE_TAG_POWER);
509 Trace.traceBegin(Trace.TRACE_TAG_POWER, "setDisplayBrightness("
514 Trace.traceEnd(Trace.TRACE_TAG_POWER);
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 20 import android.os.Trace;
    [all...]
  /external/freetype/src/gzip/
zutil.h 190 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
197 # define Trace(x)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zutil.h 190 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
197 # define Trace(x)
  /external/libpng/contrib/gregbook/
rpng2-x.c 41 unexpected-EOF and file-read-error cases; fixed Trace() cut-and-
157 /* #define DEBUG */ /* this enables the Trace() macros */
541 Trace((stderr, "about to call XOpenDisplay()\n"))
599 Trace((stderr, "about to call readpng2_decode_data()\n"))
602 Trace((stderr, "done with readpng2_decode_data()\n"))
606 Trace((stderr, "done decoding PNG image\n"))
631 Trace((stderr, "about to call readpng2_cleanup()\n"))
643 Trace((stderr, "entering -loop loop (FEATURE_LOOP)\n"))
740 Trace((stderr, "entering final wait-for-quit-event loop\n"))
757 Trace((stderr, "about to call rpng2_x_cleanup()\n")
    [all...]
rpng2-win.c 147 /* #define DEBUG */ /* this enables the Trace() macros */
578 Trace((stderr, "about to call readpng2_decode_data()\n"))
581 Trace((stderr, "done with readpng2_decode_data()\n"))
585 Trace((stderr, "done decoding PNG image\n"))
610 Trace((stderr, "about to call readpng2_cleanup()\n"))
629 Trace((stderr, "about to call rpng2_win_cleanup()\n"))
648 Trace((stderr, "beginning rpng2_win_init()\n"))
649 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
650 Trace((stderr, " width = %ld\n", rpng2_info.width))
651 Trace((stderr, " height = %ld\n", rpng2_info.height)
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 145 import android.os.Trace;
572 Trace.traceBegin(Trace.TRACE_TAG_NETWORK, "systemReady");
678 Trace.traceEnd(Trace.TRACE_TAG_NETWORK);
684 Trace.traceBegin(Trace.TRACE_TAG_NETWORK, "onUidStateChanged");
690 Trace.traceEnd(Trace.TRACE_TAG_NETWORK);
    [all...]
  /cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 17 #include <Trace.h>
  /cts/tests/openglperf2/jni/reference/
ReferenceRenderer.cpp 23 #include <Trace.h>
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 22 #include <utils/Trace.h>
  /hardware/qcom/camera/QCamera2/util/
QCameraTrace.h 23 #include <utils/Trace.h>
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraTrace.h 23 #include <utils/Trace.h>
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIntentProcessor.java 9 import android.os.Trace;
80 Trace.beginSection("processNewCallCallIntent");
86 Trace.endSection();
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 39 import android.os.Trace;
325 Trace.beginSection(TAG + " onCreate");
347 Trace.endSection();
352 Trace.beginSection(TAG + " onCreateView");
353 Trace.beginSection(TAG + " inflate view");
356 Trace.endSection();
357 Trace.beginSection(TAG + " buildLayer");
359 Trace.endSection();
361 Trace.beginSection(TAG + " setup views");
413 Trace.endSection()
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 25 import static android.os.Trace.TRACE_TAG_WINDOW_MANAGER;
42 import android.os.Trace;
162 Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER,
169 Trace.traceEnd(Trace.TRACE_TAG_WINDOW_MANAGER);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallList.java 21 import android.os.Trace;
90 Trace.beginSection("onCallAdded");
102 Trace.endSection();
153 Trace.beginSection("onUpdate");
156 Trace.endSection();
  /external/v8/src/regexp/
jsregexp.cc     [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 171 : Trace(false), ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType) {}
785 if (Trace)
802 if (Trace)
805 if (Trace)
812 if (Trace)
819 if (Trace)
829 if (Trace) {
840 if (Trace && Eval) {
919 if (Trace)
929 if (Trace)
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 49 import android.os.Trace;
    [all...]

Completed in 1606 milliseconds

1 2 3 4 56 7 8 91011>>