HomeSort by relevance Sort by last modified time
    Searched defs:Debug (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 37 Debug = 0x80,
76 flags & RegState::Debug,
357 return B ? RegState::Debug : 0;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 38 #include "llvm/Support/Debug.h"
569 char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File)
586 << Debug // Debugging (d) or dynamic (D) symbol.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
DebugInstructionIterator.java 29 package org.jf.dexlib.Debug;
40 * This method decodes the debug instructions in the given byte array and iterates over them, calling
42 * @param in an Input object that the debug instructions can be read from
155 * This method decodes the debug instructions in the given byte array and iterates over them, calling
158 * @param registerCount the number of registers in the method that the given debug info is for
  /external/v8/test/mjsunit/
debug-scopes.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax
32 // Get the Debug object exposed from the debug context global object.
33 var Debug = debug.Debug;
44 // Debug event listener which delegates.
47 if (event == Debug.DebugEvent.Break) {
57 // Add the debug event listener
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 22 import android.os.Debug;
44 private final static boolean DEBUG = false;
93 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
139 Debug.enableEmulatorTraceOutput();
223 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
237 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
255 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
278 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
AndroidJUnitRunner.java 22 import android.os.Debug;
79 * <b>To debug your tests, set a break point in your code and pass:</b>
80 * -e debug true
135 private static final String ARGUMENT_DEBUG = "debug";
189 Debug.waitForDebugger();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 35 namespace Antlr.Runtime.Debug {
38 using Antlr.Runtime.Debug.Misc;
48 /** <summary>Using the debug event interface, track what is happening in the parser
115 /** Track memoization; this is not part of standard debug interface
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 33 namespace Antlr.Runtime.Debug
37 using Antlr.Runtime.Debug.Misc;
47 /** <summary>Using the debug event interface, track what is happening in the parser
119 /** Track memoization; this is not part of standard debug interface
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 27 import android.os.Debug;
398 * Run the procrank tool to insert system status information into the debug
523 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/replicaisland/src/com/replica/replicaisland/
AndouKun.java 34 import android.os.Debug;
65 // If the version is a negative number, debug features (logging and a debug menu)
276 Debug.stopMethodTracing();
385 result = false; // Allow the debug menu to come up in debug mode.
407 result = false; // Allow the debug menu to come up in debug mode.
425 // Only allow the debug menu in development versions.
458 Debug.stopMethodTracing()
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 30 import android.os.Debug;
666 Debug.stopMethodTracing();
752 Debug.stopMethodTracing();
785 Debug.startMethodTracing("LockPatternDrawing");
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 27 import android.os.Debug;
320 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
435 if (PROFILE_DUMP) Debug.stopMethodTracing();
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 25 import android.os.Debug;
138 * <b>To debug your tests, set a break point in your code and pass:</b>
139 * -e debug true
320 mDebug = getBooleanArgument(arguments, "debug");
543 Debug.waitForDebugger();
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 24 import android.os.Debug;
34 * -e debug false
122 Debug.stopMethodTracing();
    [all...]
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 24 import android.os.Debug;
78 public void run(List<String> testClasses, Bundle params, boolean debug, boolean monkey) {
94 mDebug = debug;
112 Debug.waitForDebugger();
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 26 import android.os.Debug;
227 Debug.startMethodTracing("loadEvents");
283 Debug.stopMethodTracing();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 31 import android.os.Debug;
285 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
535 Debug.startMethodTracing("expandInstanceRangeLocked");
551 Debug.stopMethodTracing();
    [all...]
  /external/v8/src/
debug.cc 37 #include "debug.h"
51 #include "../include/v8-debug.h"
59 Debug::Debug(Isolate* isolate)
73 Debug::~Debug() {
96 Handle<Context> context = isolate->debug()->debugger_entry()->GetContext();
151 // There is always a possible break point at a debug break slot.
175 if (Debug::IsBreakStub(code)) {
181 if (Debug::IsSourceBreakStub(code))
696 Debug* debug = Isolate::Current()->debug(); local
2477 Debug* debug = isolate_->debug(); local
2582 Debug* debug = isolate_->debug(); local
2779 Debug* debug = isolate_->debug(); local
3215 Debug* debug = isolate_->debug(); local
3246 Debug* debug = isolate_->debug(); local
    [all...]
debug.h 34 #include "debug-agent.h"
45 #include "../include/v8-debug.h"
199 // Linked list holding debug info objects. The debug info objects are kept as
200 // weak handles to avoid a debug info object to keep a function alive.
211 // Global (weak) handle to the debug info object.
221 // This class controls the debug info for all functions which currently have
222 // active breakpoints in them. This debug info is held in the heap root object
225 class Debug {
269 // Find the builtin to use for invoking the debug brea
946 Debug* debug = isolate->debug(); local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 1016 static UINT16 Debug = 0;
1017 APPL_TRACE_DEBUG1("btif_media_task_aa_handle_timer: %d", Debug++);
1040 static UINT16 Debug = 0;
1041 APPL_TRACE_DEBUG1("btif_media_task_aa_handle_uipc_rx_rdy: %d", Debug++);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 79 void Debug();
171 Debug();
351 void MipsDebugger::Debug() {
484 #ifdef DEBUG
741 PrintF(" Stops are debug instructions inserted by\n");
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 54 import android.os.Debug;
473 Debug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
489 Debug.stopMethodTracing();
858 public void getMemoryInfo(Debug.MemoryInfo outInfo) {
859 Debug.getMemoryInfo(outInfo);
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 51 * <p>Debug can create log files that give details about an application, such as
58 public final class Debug
60 private static final String TAG = "Debug";
81 private Debug() {}
    [all...]

Completed in 1508 milliseconds

1 2 34 5 6