HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 376 - 400 of 875) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/camera/device/3.4/default/
CameraDevice.cpp 21 #include <utils/Trace.h>
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_debugger.h 38 #include <utils/Trace.h>
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_debugger.h 38 #include <utils/Trace.h>
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.h 38 #include <utils/Trace.h>
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_debugger.h 38 #include <utils/Trace.h>
  /prebuilts/go/darwin-x86/src/cmd/trace/
doc.go 6 Trace is a tool for viewing trace files.
8 Trace files can be generated with:
9 - runtime/trace.Start
11 - go test -trace
14 Generate a trace file with 'go test':
15 go test -trace trace.out pkg
16 View the trace in a web browser:
17 go tool trace trace.ou
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
doc.go 6 Trace is a tool for viewing trace files.
8 Trace files can be generated with:
9 - runtime/trace.Start
11 - go test -trace
14 Generate a trace file with 'go test':
15 go test -trace trace.out pkg
16 View the trace in a web browser:
17 go tool trace trace.ou
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 117 /* #define DEBUG : this enables the Trace() macros */
429 Trace((stderr, "calling readpng_get_image()\n"))
432 Trace((stderr, "done with readpng_get_image()\n"))
449 Trace((stderr, "calling rpng_win_display_image()\n"))
454 Trace((stderr, "done with rpng_win_display_image()\n"))
594 Trace((stderr, "beginning display loop (image_channels == %d)\n",
596 Trace((stderr, "(width = %ld, rowbytes = %ld, wimage_rowbytes = %d)\n",
655 Trace((stderr, "calling final image-flush routine\n"))
  /packages/apps/Dialer/java/com/android/dialer/app/list/
OldSpeedDialFragment.java 32 import android.os.Trace;
98 Trace.beginSection(TAG + " onCreate");
109 Trace.endSection();
114 Trace.beginSection(TAG + " onResume");
133 Trace.endSection();
139 Trace.beginSection(TAG + " onCreateView");
172 Trace.endSection();
  /art/runtime/
trace.h 97 class Trace FINAL : public instrumentation::InstrumentationListener {
114 ~Trace();
125 // Stop tracing. This will finish the trace and write it to file/send it via DDMS.
200 // Reuse an old stack trace if it exists, otherwise allocate a new one.
202 // Clear and store an old stack trace for later use.
215 Trace(File* trace_file, const char* trace_name, size_t buffer_size, int flags,
270 // Singleton instance of the Trace or null when no method tracing is active.
271 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);
279 // Used to remember an unused stack trace to avoid re-allocation during sampling.
282 // File to write trace data out to, null if direct to ddms
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
GapWorker.java 20 import android.os.Trace;
309 Trace.beginSection(RecyclerView.TRACE_NESTED_PREFETCH_TAG);
318 Trace.endSection();
351 Trace.beginSection(RecyclerView.TRACE_PREFETCH_TAG);
376 Trace.endSection();
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
Utilities.java 34 import android.os.Trace;
263 * Adds a trace event for debugging.
266 Trace.traceBegin(Trace.TRACE_TAG_VIEW, event);
267 Trace.traceEnd(Trace.TRACE_TAG_VIEW);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
TaskStackChangeListeners.java 27 import android.os.Trace;
197 Trace.beginSection("onTaskStackChanged");
201 Trace.endSection();
205 Trace.beginSection("onTaskSnapshotChanged");
210 Trace.endSection();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationViewHierarchyManager.java 21 import android.os.Trace;
287 Trace.beginSection("NotificationViewHierarchyManager#updateRowStates");
357 Trace.beginSection("NotificationPresenter#onUpdateRowStates");
359 Trace.endSection();
360 Trace.endSection();
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 28 import android.os.Trace;
251 Trace.asyncTraceBegin(Trace.TRACE_TAG_WINDOW_MANAGER, "animating", 0);
256 Trace.asyncTraceEnd(Trace.TRACE_TAG_WINDOW_MANAGER, "animating", 0);
  /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/services/core/java/com/android/server/net/
NetworkStatsService.java 46 import static android.os.Trace.TRACE_TAG_NETWORK;
113 import android.os.Trace;
    [all...]
  /external/python/cpython3/Lib/test/
test_trace.py 7 import trace
8 from trace import Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
180 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
198 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
223 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 23 import android.os.Trace;
    [all...]
  /frameworks/base/core/java/android/os/
PowerManager.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 44 import android.os.Trace;
131 Trace.beginSection("StatusBarNotifier.Constructor");
140 Trace.endSection();
245 Trace.beginSection("StatusBarNotifier.showNotification");
257 Trace.endSection();
264 Trace.beginSection("StatusBarNotifier.buildAndSendNotification");
270 Trace.endSection();
274 Trace.beginSection("prepare work");
278 Trace.beginSection("read icon and strings");
284 Trace.endSection()
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 20 import android.os.Trace;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 32 import android.os.Trace;
667 Trace.beginSection("AnswerFragment.onCreateView");
743 Trace.endSection();
755 Trace.beginSection("AnswerFragment.onViewCreated");
763 Trace.endSection();
768 Trace.beginSection("AnswerFragment.onResume");
773 Trace.endSection();
778 Trace.beginSection("AnswerFragment.onStart");
786 Trace.endSection();
791 Trace.beginSection("AnswerFragment.onStop")
    [all...]
  /external/freetype/src/gzip/
zutil.h 190 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
197 # define Trace(x)
  /external/lisa/tools/
plots.py 24 from trace import Trace
46 description='EAS Performance and Trace Plotter')
144 # Load Trace Analysis modules
145 trace = Trace(platform, run_dir)
148 trace.setXTimeRange(args.tmin, args.tmax)
152 trace.analysis.tasks.plotTasks(tasks)
159 trace.analysis.frequency.plotClusterFrequencies()
161 trace.analysis.cpus.plotCPU(
    [all...]

Completed in 2251 milliseconds

<<11121314151617181920>>