HomeSort by relevance Sort by last modified time
    Searched defs:Debug (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 24 import android.os.Debug;
34 * -e debug false
122 Debug.stopMethodTracing();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 26 import android.os.Debug;
227 Debug.startMethodTracing("loadEvents");
283 Debug.stopMethodTracing();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 24 import android.os.Debug;
100 Debug.startMethodTracing(traceFile);
295 if (mTraceStartUp) Debug.stopMethodTracing();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 31 import android.os.Debug;
283 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
533 Debug.startMethodTracing("expandInstanceRangeLocked");
549 Debug.stopMethodTracing();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 138 var Debug [256]int
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go 138 var Debug [256]int
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 27 import android.os.Debug;
390 * Run the procrank tool to insert system status information into the debug
526 Debug.waitForDebugger();
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 142 struct Debug {
143 const Debug& operator<< (unsigned a) const { return *this; }
145 Debug dbg;
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 542 void MacroAssembler::Debug(const char* message, uint32_t code, Instr params) {
544 debug(message, code, params);
    [all...]
  /external/v8/src/debug/
debug.h 14 #include "src/debug/debug-interface.h"
25 #include "include/v8-debug.h"
59 // Must match Debug.BreakPositionAlignment in debug.js
224 // Linked list holding debug info objects. The debug info objects are kept as
225 // weak handles to avoid a debug info object to keep a function alive.
236 // Global (weak) handle to the debug info object.
246 class MessageImpl: public v8::Debug::Message
    [all...]
debug.cc 5 #include "src/debug/debug.h"
17 #include "src/debug/liveedit.h"
32 #include "include/v8-debug.h"
37 Debug::Debug(Isolate* isolate)
395 void Debug::ThreadInit() {
411 char* Debug::ArchiveDebug(char* storage) {
418 char* Debug::RestoreDebug(char* storage) {
424 int Debug::ArchiveSpacePerThread() { return 0;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 33 import android.os.Debug;
903 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 22 import android.os.Debug;
141 if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
244 if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
390 //if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
513 //if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
    [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 46 private static final boolean DEBUG = false;
131 if (DEBUG) {
147 if (DEBUG) {
197 if (DEBUG) {
858 if (DEBUG) {
999 if (DEBUG) {
1015 if (DEBUG) {
1022 if (DEBUG) {
1035 if (DEBUG) {
1042 if (DEBUG) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 21 import android.os.Debug;
811 Debug.startMethodTracing("cvprocess");
915 Debug.stopMethodTracing();
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 38 void Debug();
74 Debug();
173 void ArmDebugger::Debug() {
292 #ifdef DEBUG
517 PrintF(" Stops are debug instructions inserted by\n");
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 56 void Debug();
95 Debug();
336 void MipsDebugger::Debug() {
480 #ifdef DEBUG
751 PrintF(" Stops are debug instructions inserted by\n");
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 71 void Debug();
107 Debug();
302 void MipsDebugger::Debug() {
426 #ifdef DEBUG
684 PrintF(" Stops are debug instructions inserted by\n");
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 41 void Debug();
83 Debug();
169 void PPCDebugger::Debug() {
349 #ifdef DEBUG
598 PrintF(" Stops are debug instructions inserted by\n");
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 65 import android.os.Debug;
606 int bufferSize = SystemProperties.getInt("debug.traceview-buffer-size-mb", 8);
624 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 55 * <p>Debug can create log files that give details about an application, such as
62 public final class Debug
64 private static final String TAG = "Debug";
88 private Debug() {}
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 41 void Debug();
88 Debug();
169 void S390Debugger::Debug() {
371 #ifdef DEBUG
604 PrintF(" Stops are debug instructions inserted by\n");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 718 assert(InsertResult && ".text section should not have debug info yet");
    [all...]

Completed in 2259 milliseconds

1 2 3 4 56 7 8 9