/frameworks/base/services/core/java/com/android/server/display/ |
DisplayPowerController.java | 49 import android.os.Trace; [all...] |
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
DialpadFragment.java | 38 import android.os.Trace; 338 Trace.beginSection(TAG + " onCreate"); 370 Trace.endSection(); 375 Trace.beginSection(TAG + " onCreateView"); 377 Trace.beginSection(TAG + " inflate view"); 379 Trace.endSection(); 380 Trace.beginSection(TAG + " buildLayer"); 382 Trace.endSection(); 384 Trace.beginSection(TAG + " setup views"); 436 Trace.endSection() [all...] |
/art/test/989-method-trace-throw/src/art/ |
Test989.java | 59 Trace.disableTracing(Thread.currentThread()); 161 Trace.disableTracing(Thread.currentThread()); 173 Trace.enableMethodTracing( 182 Trace.disableTracing(Thread.currentThread()); 277 Trace.disableTracing(Thread.currentThread());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ImageWallpaper.java | 28 import android.os.Trace; 269 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "drawWallpaper"); 343 Trace.traceEnd(Trace.TRACE_TAG_VIEW);
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
Trampoline.java | 39 import android.os.Trace; 134 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "backup init"); 136 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
|
/external/v8/src/regexp/ |
jsregexp.cc | [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-win.c | 146 /* #define DEBUG */ /* this enables the Trace() macros */ 577 Trace((stderr, "about to call readpng2_decode_data()\n")) 580 Trace((stderr, "done with readpng2_decode_data()\n")) 584 Trace((stderr, "done decoding PNG image\n")) 609 Trace((stderr, "about to call readpng2_cleanup()\n")) 628 Trace((stderr, "about to call rpng2_win_cleanup()\n")) 647 Trace((stderr, "beginning rpng2_win_init()\n")) 648 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes)) 649 Trace((stderr, " width = %ld\n", rpng2_info.width)) 650 Trace((stderr, " height = %ld\n", rpng2_info.height) [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
PowerManagerService.java | 61 import android.os.Trace; [all...] |
/frameworks/base/core/java/android/app/ |
LoadedApk.java | 45 import android.os.Trace; [all...] |
/external/llvm/lib/Target/Hexagon/ |
RDFLiveness.cpp | 439 if (Trace) { 508 if (Trace) { 576 if (Trace) { 619 if (Trace) { 634 if (Trace) { 810 if (Trace) { 824 if (Trace) { 888 if (Trace) { 907 if (Trace) { 920 if (Trace) { [all...] |
BitTracker.cpp | 173 : Trace(false), ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType) {} 787 if (Trace) 804 if (Trace) 807 if (Trace) 814 if (Trace) 821 if (Trace) 830 if (Trace) { 841 if (Trace && Eval) { 919 if (Trace) 929 if (Trace) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
KeyguardUpdateMonitor.java | 62 import android.os.Trace; 301 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_STARTED_WAKING_UP"); 303 Trace.endSection(); 306 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_FACE_UNLOCK_STATE_CHANGED"); 308 Trace.endSection(); 323 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_SCREEN_TURNED_ON"); 325 Trace.endSection(); 513 Trace.beginSection("KeyGuardUpdateMonitor#onFingerPrintAuthenticated"); 534 Trace.endSection(); 560 Trace.beginSection("KeyGuardUpdateMonitor#handlerFingerPrintAuthenticated") [all...] |
/art/test/988-method-trace/src/art/ |
Test988.java | 295 Trace.disableTracing(Thread.currentThread()); 296 Trace.enableMethodTracing( 311 Trace.disableTracing(Thread.currentThread());
|
/external/llvm/lib/CodeGen/ |
MachineTraceMetrics.cpp | 28 #define DEBUG_TYPE "machine-trace-metrics" 34 "machine-trace-metrics", "Machine Trace Metrics", false, true) 38 "machine-trace-metrics", "Machine Trace Metrics", false, true) 81 // those instructions don't depend on any given trace strategy. 162 // Only update resources related to the trace above MBB. 169 // Compute resources from trace above. The top block is simple. 182 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); 195 // Only update resources related to the trace below MBB [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
RuntimeInit.java | 28 import android.os.Trace; 137 // flush the buffer. (This makes method trace profiling useful to debug crashes.) 234 * If we're running in an emulator launched with "-trace", put the 235 * VM into emulator trace profiling mode so that the user can hit 239 String trace = SystemProperties.get("ro.kernel.android.tracing"); local 240 if (trace.equals("1")) { 241 Slog.i(TAG, "NOTE: emulator trace profiling enabled"); 362 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
RecentsTaskLoader.java | 26 import android.os.Trace; 153 Trace.beginSection("preloadPlan"); 156 Trace.endSection();
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
AbstractConversationListActivity.java | 48 import com.android.messaging.util.Trace; 70 Trace.beginSection("AbstractConversationListActivity.onAttachFragment"); 76 Trace.endSection();
|
/cts/tests/openglperf2/jni/primitive/shaderperf/ |
ShaderPerfRenderer.cpp | 19 #include <Trace.h>
|
/device/google/marlin/camera/QCamera2/util/ |
QCameraTrace.h | 23 #include <utils/Trace.h>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_cmd.py | 203 trace = test_support.import_module('trace')
204 tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,],
205 trace=0, count=1)
|
/external/lisa/experiments/ |
run_sysui.py | 28 from trace import Trace
|
run_uibench.py | 28 from trace import Trace
|
/external/lisa/libs/utils/analysis/ |
binder_transaction_analysis.py | 17 from trace import Trace 33 def __init__(self, trace): 37 :param trace: input Trace object 38 :type trace: :mod:`libs.utils.Trace` 40 super(BinderTransactionAnalysis, self).__init__(trace)
|
/external/llvm/include/llvm/Transforms/Utils/ |
Cloning.h | 42 class Trace;
|
/external/llvm/lib/Target/AArch64/ |
AArch64StorePairSuppress.cpp | 76 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB); 139 // computing trace metrics in those cases.
|