HomeSort by relevance Sort by last modified time
    Searched defs:Debug (Results 151 - 175 of 248) sorted by null

1 2 3 4 5 67 8 910

  /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
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 24 import android.os.Debug;
47 private final static boolean DEBUG = false;
91 // flush the buffer. (This makes method trace profiling useful to debug crashes.)
118 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
164 Debug.enableEmulatorTraceOutput();
250 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
253 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
264 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
282 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
305 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper")
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 27 import android.os.Debug;
374 * Run the procrank tool to insert system status information into the debug
499 Debug.waitForDebugger();
    [all...]
  /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/v8/src/debug/
debug.h 13 #include "src/debug/liveedit.h"
23 #include "include/v8-debug.h"
56 // Must match Debug.BreakPositionAlignment in debug.js
150 friend class Debug;
173 // Linked list holding debug info objects. The debug info objects are kept as
174 // weak handles to avoid a debug info object to keep a function alive.
185 // Global (weak) handle to the debug info object.
196 class MessageImpl: public v8::Debug::Message
    [all...]
debug.cc 5 #include "src/debug/debug.h"
25 #include "include/v8-debug.h"
30 Debug::Debug(Isolate* isolate)
53 Handle<Context> context = isolate->debug()->debugger_entry()->GetContext();
220 // If there is not already a real break point here patch code with debug
233 // If there are no more break points here remove the debug break.
251 // Patch code with debug break.
266 // Patch code removing debug break
    [all...]
  /frameworks/base/cmds/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();
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 28 import android.os.Debug;
366 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
486 if (PROFILE_DUMP) Debug.stopMethodTracing();
    [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 25 import android.os.Debug;
139 * <b>To debug your tests, set a break point in your code and pass:</b>
140 * -e debug true
326 mDebug = getBooleanArgument(arguments, "debug");
549 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...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTest.java 46 import android.os.Debug;
146 //Debug.startMethodTracing("ObexTrace");
148 //Debug.stopMethodTracing();
180 //Debug.startMethodTracing("ObexTrace");
182 //Debug.stopMethodTracing();
495 if(TRACE) Debug.startMethodTracing("ServerSide");
517 //Debug.startMethodTracing("ObexTrace");
519 //Debug.stopMethodTracing();
528 if(TRACE) Debug.stopMethodTracing();
587 if(TRACE) Debug.startMethodTracing("ClientSide")
    [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/gdb/darwin-x86/lib/python2.7/
imaplib.py 6 Public variable: Debug
33 Debug = 0
145 class error(Exception): pass # Logical errors - debug required
152 self.debug = Debug
180 if self.debug >= 1:
198 if self.debug >= 3:
578 if self.debug >= 3:
657 if self.debug >= 1:
803 if self.debug >= 5
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 6 Public variable: Debug
33 Debug = 0
145 class error(Exception): pass # Logical errors - debug required
152 self.debug = Debug
180 if self.debug >= 1:
198 if self.debug >= 3:
578 if self.debug >= 3:
657 if self.debug >= 1:
803 if self.debug >= 5
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 6 Public variable: Debug
33 Debug = 0
145 class error(Exception): pass # Logical errors - debug required
152 self.debug = Debug
180 if self.debug >= 1:
198 if self.debug >= 3:
578 if self.debug >= 3:
657 if self.debug >= 1:
803 if self.debug >= 5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 6 Public variable: Debug
33 Debug = 0
145 class error(Exception): pass # Logical errors - debug required
152 self.debug = Debug
180 if self.debug >= 1:
198 if self.debug >= 3:
578 if self.debug >= 3:
657 if self.debug >= 1:
803 if self.debug >= 5
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 142 struct Debug {
143 const Debug& operator<< (unsigned a) const { return *this; }
145 Debug dbg;
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 526 void MacroAssembler::Debug(const char* message, uint32_t code, Instr params) {
528 debug(message, code, params);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 32 import android.os.Debug;
889 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 22 import android.os.Debug;
142 if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
245 if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
391 //if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
514 //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...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
HandshakeMessage.java 93 public static final Debug debug = Debug.getInstance("ssl"); field in class:HandshakeMessage
312 if (debug != null && Debug.isOn("verbose")) {
321 Debug.println(s, "Compression Methods", compression_methods);
391 if (debug != null && Debug.isOn("verbose")) {
487 if (debug != null && Debug.isOn("verbose"))
    [all...]

Completed in 1084 milliseconds

1 2 3 4 5 67 8 910