HomeSort by relevance Sort by last modified time
    Searched refs:stopMethodTracing (Results 1 - 25 of 49) sorted by null

1 2

  /art/test/802-deoptimization/src/
DeoptimizationController.java 56 VMDebug.stopMethodTracing();
75 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
87 public static void stopMethodTracing() throws Exception {
  /art/test/099-vmdebug/src/
Main.java 53 VMDebug.stopMethodTracing();
60 VMDebug.stopMethodTracing();
69 VMDebug.stopMethodTracing();
82 VMDebug.stopMethodTracing();
84 VMDebug.stopMethodTracing();
221 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
235 public static void stopMethodTracing() throws Exception {
  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 128 Debug.stopMethodTracing();
172 Debug.stopMethodTracing();
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 106 Debug.stopMethodTracing();
ProviderPerfActivity.java 271 Debug.stopMethodTracing();
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 56 Debug.stopMethodTracing();
60 Debug.stopMethodTracing();
64 Debug.stopMethodTracing();
68 Debug.stopMethodTracing();
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 76 Debug.stopMethodTracing();
  /packages/apps/Browser/src/com/android/browser/
Performance.java 77 Debug.stopMethodTracing();
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 183 * Starts method tracing without a backing file. When stopMethodTracing
215 public static native void stopMethodTracing();
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 227 Debug.stopMethodTracing();
  /libcore/luni/src/main/java/java/lang/
Runtime.java 483 VMDebug.stopMethodTracing();
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 218 android.os.Debug.stopMethodTracing();
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTest.java 148 //Debug.stopMethodTracing();
182 //Debug.stopMethodTracing();
519 //Debug.stopMethodTracing();
528 if(TRACE) Debug.stopMethodTracing();
608 //Debug.stopMethodTracing();
615 if(TRACE) Debug.stopMethodTracing();
BluetoothMapContentTest.java 580 Debug.stopMethodTracing();
585 Debug.stopMethodTracing();
603 Debug.stopMethodTracing();
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 122 Debug.stopMethodTracing();
    [all...]
RecurrenceProcessorTest.java 113 Debug.stopMethodTracing();
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 295 if (mTraceStartUp) Debug.stopMethodTracing();
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 276 Debug.stopMethodTracing();
458 Debug.stopMethodTracing();
  /frameworks/base/core/java/android/os/
Debug.java 57 * {@link #stopMethodTracing()}.
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 481 NATIVE_METHOD(VMDebug, stopMethodTracing, "()V"),
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 177 Debug.stopMethodTracing();
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 283 Debug.stopMethodTracing();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 888 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 296 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 446 if (PROFILE_DUMP) Debug.stopMethodTracing();

Completed in 74 milliseconds

1 2