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

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedPooledCache.java 22 import com.android.bitmap.util.Trace;
73 Trace.beginSection("cache get");
82 Trace.endSection();
89 Trace.beginSection("cache put");
92 Trace.endSection();
104 Trace.endSection();
111 Trace.beginSection("pool offer");
113 Trace.endSection();
117 Trace.endSection();
122 Trace.beginSection("pool poll")
    [all...]
DecodeTask.java 32 import com.android.bitmap.util.Trace;
126 Trace.beginSection("create fd");
128 Trace.endSection();
143 Trace.beginSection("poll for reusable bitmap");
145 Trace.endSection();
152 Trace.beginSection("get bytesize");
159 Trace.endSection();
161 Trace.beginSection("get orientation");
167 Trace.beginSection("create orientation fd and stream");
170 Trace.endSection()
    [all...]
ContiguousFIFOAggregator.java 22 import com.android.bitmap.util.Trace;
99 Trace.beginSection("pool expect");
115 Trace.endSection();
135 Trace.beginSection("pool forget");
150 Trace.endSection();
166 Trace.beginSection("pool execute");
173 Trace.endSection();
181 Trace.endSection();
194 Trace.beginSection("pool maybeExecuteNow loop");
204 Trace.endSection()
    [all...]
UnrefedBitmapCache.java 23 import com.android.bitmap.util.Trace;
91 Trace.beginSection("sleep");
101 Trace.endSection();
  /art/runtime/
trace.cc 17 #include "trace.h"
57 method_trace_(Trace::AllocStackTrace()) {}
68 // Returns a stack trace where the topmost frame corresponds with the first element of the vector.
87 TraceClockSource Trace::default_clock_source_ = kDefaultTraceClockSource;
89 Trace* volatile Trace::the_trace_ = nullptr;
90 pthread_t Trace::sampling_pthread_ = 0U;
91 std::unique_ptr<std::vector<ArtMethod*>> Trace::temp_stack_trace_;
100 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) {
105 uint32_t Trace::EncodeTraceMethod(ArtMethod* method)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 18 // by looking at a trace through the current basic block.
20 // For every block, the MachineTraceMetrics pass will pick a preferred trace
21 // that passes through the block. The trace is chosen based on loop structure,
25 // It is expensive to compute a full arbitrary trace for every block, so to
31 // Traces tend to align with loops. The trace through a block in an inner loop
33 // nested loops, the trace may begin and end at those instead.
35 // For each trace, we compute the critical path length, which is the number of
36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
77 class Trace;
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 18 #include "webrtc/system_wrappers/include/trace.h"
54 return WebRtcSeverity(sev) & Trace::level_filter() ? true : false;
59 Trace::Add(WebRtcSeverity(severity_), kTraceUndefined, 0, "%s", str.c_str());
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
10 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 13 #include "webrtc/system_wrappers/include/trace.h"
34 webrtc::Trace::CreateTrace();
35 webrtc::Trace::SetTraceFile(trace_file.c_str());
36 webrtc::Trace::set_level_filter(webrtc::kTraceAll);
86 webrtc::Trace::ReturnTrace();
  /packages/apps/Messaging/src/com/android/messaging/util/
Trace.java 34 public final class Trace {
43 // Static initializer to pick the correct trace class to handle tracing.
56 * Writes a trace message to indicate that a given section of code has begun. This call must
61 * these characters they will be replaced with a space character in the trace.
63 * @param sectionName The name of the code section to appear in the trace. This may be at
74 * Writes a trace message to indicate that a given section of code has ended. This call must
94 android.os.Trace.beginSection(sectionName);
99 android.os.Trace.endSection();
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 29 import com.android.ex.photo.util.Trace;
95 Trace.beginSection("ContactResolver run");
107 Trace.endSection();
176 Trace.beginSection("set up");
182 Trace.endSection();
184 Trace.beginSection("load contact photo bytes");
187 Trace.endSection();
190 Trace.beginSection("decode");
196 Trace.endSection();
204 Trace.endSection()
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/activity/
RequestPermissionsActivityBase.java 27 import android.os.Trace;
119 Trace.beginSection("requestPermissions");
138 Trace.endSection();
148 Trace.beginSection("hasPermission");
158 Trace.endSection();
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 32 #include "trace.h"
149 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) {
151 Trace::Pause();
170 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) {
171 Trace::TraceOutputMode output_mode = Trace::GetOutputMode();
172 Trace::TraceMode trace_mode = Trace::GetMode();
173 size_t buffer_size = Trace::GetBufferSize();
176 Trace::Abort()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 49 import android.os.Trace;
537 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDoneDrawing");
539 Trace.endSection();
549 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardDonePending");
558 Trace.endSection();
563 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#keyguardGone");
565 Trace.endSection();
570 Trace.beginSection("KeyguardViewMediator.mViewMediatorCallback#readyForKeyguardDone");
576 Trace.endSection();
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 39 import com.android.bitmap.util.Trace;
175 Trace.beginSection("bind");
177 Trace.endSection();
181 Trace.endSection();
205 Trace.beginSection("unbind");
210 Trace.endSection();
217 Trace.beginSection("set image");
218 Trace.beginSection("release reference");
223 Trace.endSection();
239 Trace.endSection()
    [all...]
  /external/valgrind/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
14 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer.h 21 class Trace;
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 21 #include "webrtc/system_wrappers/include/trace.h"
27 // Counter to be ensure that we can add a correct ID in all static trace
90 uint32_t oldFilter = Trace::level_filter();
91 Trace::set_level_filter(filter);
103 int ret = Trace::SetTraceFile(fileNameUTF8, addFileCounter);
115 return (Trace::SetTraceCallback(callback));
  /frameworks/base/libs/hwui/thread/
Task.h 21 #include <utils/Trace.h>
  /frameworks/base/libs/hwui/utils/
TraceUtils.h 19 #include <utils/Trace.h>
  /external/libpng/contrib/gregbook/
readpng2.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
writepng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
  /system/extras/ANRdaemon/
ANRdaemon_get_trace.sh 25 # Wiat the trace file generation to complete
34 echo "FAILED. Trace file not created"
41 echo Trace stored at ${CURRENT_DIR}/${TRACE_FILE}
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
SurfacePixelValidator.java 23 import android.os.Trace;
74 Trace.beginSection("consume buffer");
76 Trace.endSection();
78 Trace.beginSection("compare and sum");
80 Trace.endSection();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CirclePropActivity.java 26 import android.os.Trace;
141 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "pretendBusy");
146 Trace.traceEnd(Trace.TRACE_TAG_VIEW);

Completed in 630 milliseconds

1 23 4 5 6 7 8 91011>>