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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
Allocation.java 26 import android.os.Trace;
533 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll");
555 Trace.traceEnd(RenderScript.TRACE_TAG);
568 Trace.traceBegin(RenderScript.TRACE_TAG, "ioSend");
576 Trace.traceEnd(RenderScript.TRACE_TAG);
587 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");
595 Trace.traceEnd(RenderScript.TRACE_TAG);
606 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
628 Trace.traceEnd(RenderScript.TRACE_TAG);
689 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked")
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 46 import com.android.messaging.util.Trace;
75 Trace.beginSection("app.onCreate");
88 Trace.endSection();
102 Trace.beginSection("app.initializeSync");
125 Trace.endSection();
167 Trace.beginSection("app.initializeAsync");
170 Trace.endSection();
205 // # Start the app, wait for a 30s, download trace file:
206 // adb pull /data/data/com.android.messaging/cache/startup.trace /tmp
207 // # Open trace file (using adt/tools/traceview
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 23 import android.os.Trace;
161 Trace.beginSection("TEST BEGIN");
163 Trace.endSection();
173 Trace.beginSection("swapbuf " + frameNum);
175 Trace.endSection();
307 Trace.beginSection("TEST BEGIN fd=" + frameDelay);
309 Trace.endSection();
373 Trace.beginSection("swapbuf " + mCurFrame);
375 Trace.endSection();
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 35 import android.os.Trace;
125 Trace.traceBegin(Trace.TRACE_TAG_POWER, "startDream");
168 Trace.traceEnd(Trace.TRACE_TAG_POWER);
177 Trace.traceBegin(Trace.TRACE_TAG_POWER, "stopDream");
251 Trace.traceEnd(Trace.TRACE_TAG_POWER);
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 34 const int Trace::kBoilerplateLength = 71;
35 const int Trace::kTimestampPosition = 13;
36 const int Trace::kTimestampLength = 12;
37 volatile int Trace::level_filter_ = kTraceDefault;
529 void Trace::CreateTrace() {
534 void Trace::ReturnTrace() {
539 int32_t Trace::TraceFile(char file_name[FileWrapper::kMaxFileNameSize]) {
540 TraceImpl* trace = TraceImpl::GetTrace(); local
541 if (trace) {
542 int ret_val = trace->TraceFileImpl(file_name)
562 TraceImpl* trace = TraceImpl::GetTrace(); local
572 TraceImpl* trace = TraceImpl::GetTrace(); local
583 TraceImpl* trace = TraceImpl::GetTrace(level); local
    [all...]
trace_impl.h 20 #include "webrtc/system_wrappers/include/trace.h"
35 class TraceImpl : public Trace {
67 friend class Trace;
  /frameworks/base/core/java/android/os/
Looper.java 150 if (traceTag != 0 && Trace.isTagEnabled(traceTag)) {
151 Trace.traceBegin(traceTag, msg.target.getTraceName(msg));
157 Trace.traceEnd(traceTag);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListActivity.java 28 import com.android.messaging.util.Trace;
33 Trace.beginSection("ConversationListActivity.onCreate");
36 Trace.endSection();
  /external/chromium-trace/catapult/firefighter/default/handlers/
trace.py 13 class Trace(webapp2.RequestHandler):
36 template = jinja.ENVIRONMENT.get_template('trace.html')
  /external/v8/test/cctest/
trace-extension.h 40 TraceExtension() : v8::Extension("v8/trace", kSource) { }
43 static void Trace(const v8::FunctionCallbackInfo<v8::Value>& args);
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 30 class Trace;
36 CriticalSectionWrapper* critSect, Trace* trace);
100 VideoRenderDirect3D9(Trace* trace, HWND hWnd, bool fullScreen);
205 Trace* _trace;
  /frameworks/av/camera/ndk/
NdkCameraMetadata.cpp 22 #include <utils/Trace.h>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 23 import android.os.Trace;
188 Trace.beginSection("StatusBarKeyguardViewManager#onStartedWakingUp");
192 Trace.endSection();
196 Trace.beginSection("StatusBarKeyguardViewManager#onScreenTurningOn");
198 Trace.endSection();
206 Trace.beginSection("StatusBarKeyguardViewManager#onScreenTurnedOn");
215 Trace.endSection();
381 Trace.asyncTraceBegin(Trace.TRACE_TAG_VIEW, "Fading out", 0);
393 Trace.asyncTraceEnd(Trace.TRACE_TAG_VIEW, "Fading out", 0)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
ListsFragment.java 23 import android.os.Trace;
191 Trace.beginSection(TAG + " onCreate");
201 Trace.endSection();
206 Trace.beginSection(TAG + " onResume");
219 Trace.endSection();
225 Trace.beginSection(TAG + " onCreateView");
226 Trace.beginSection(TAG + " inflate view");
228 Trace.endSection();
229 Trace.beginSection(TAG + " setup views");
257 Trace.endSection()
    [all...]
  /external/clang/tools/libclang/
CLog.h 43 bool Trace;
58 bool trace = isStackTracingEnabled()) {
60 return new Logger(name, trace);
64 explicit Logger(llvm::StringRef name, bool trace)
65 : Name(name), Trace(trace), LogOS(Msg) { }
  /external/llvm/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /external/valgrind/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 3 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/webrtc/webrtc/voice_engine/
shared_data.cc 15 #include "webrtc/system_wrappers/include/trace.h"
33 Trace::CreateTrace();
56 Trace::ReturnTrace();
  /external/v8/src/regexp/
jsregexp.h 259 friend class Trace;
361 class Trace;
493 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
506 Trace* bounds_check_trace,
507 Trace* trace,
568 // start of the trace) then it cannot be reused. This variable sets a limit
570 // trace and generating generic code for a node that can be reused by flushing
571 // the deferred actions in the current trace and generating a goto
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 40 #include "trace.h"
47 "method-trace-profiling",
48 "method-trace-profiling-streaming",
86 Trace::Start("[DDMS]", -1, bufferSize, flags, Trace::TraceOutputMode::kDDMS,
87 samplingEnabled ? Trace::TraceMode::kSampling : Trace::TraceMode::kMethodTracing,
111 Trace::Start(traceFilename.c_str(), fd, bufferSize, flags, Trace::TraceOutputMode::kFile,
112 samplingEnabled ? Trace::TraceMode::kSampling : Trace::TraceMode::kMethodTracing
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 49 import android.os.Trace;
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 10 // The machine combiner pass uses machine trace metrics to ensure the combined
67 MachineTraceMetrics::Trace BlockTrace);
69 MachineTraceMetrics::Trace BlockTrace);
72 MachineTraceMetrics::Trace BlockTrace,
77 MachineTraceMetrics::Trace BlockTrace,
119 /// \param BlockTrace is a trace of machine instructions
125 MachineTraceMetrics::Trace BlockTrace) {
131 // operands. Use the trace information when possible. For new operands which
147 // Operand is new virtual register not in trace
177 /// case there is a dependent instruction in the same trace (\p BlockTrace
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 7 import trace namespace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 7 import trace namespace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 7 import trace namespace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]

Completed in 1533 milliseconds

1 2 34 5 6 7 8 91011>>