| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
| BlankDebugEventListener.cs | 33 namespace Antlr.Runtime.Debug 38 * sensitive to updates to debug interface.
|
| DebugEventHub.cs | 33 namespace Antlr.Runtime.Debug 38 * Broadcast debug events to multiple listeners. Lets you debug and still
|
| DebugEventRepeater.cs | 33 namespace Antlr.Runtime.Debug 39 * debug events w/o interrupting the debugger. Just subclass the repeater
|
| DebugTreeAdaptor.cs | 33 namespace Antlr.Runtime.Debug 48 * The debug listener has to deal with tree node IDs for which it did 91 // to simulate what dupTree has done. dupTree does not call this debug
|
| DebugEventSocketProxy.cs | 33 namespace Antlr.Runtime.Debug 45 * A proxy debug event listener that forwards events over a socket to
|
| RemoteDebugEventSocketListener.cs | 33 namespace Antlr.Runtime.Debug 423 Console.Error.WriteLine( "unknown debug event: " + line ); 638 Console.Error.WriteLine( "unknown debug event: " + line );
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
| event-hub.rb | 5 module Debug 6 =begin rdoc ANTLR3::Debug::EventHub 8 A special event listener that intercepts debug events and forwards them to other 9 debug event listners. As debug-mode recognizers are able to send event 15 include ANTLR3::Debug::EventListener
|
| socket.rb | 7 module Debug 10 =begin rdoc ANTLR3::Debug::EventSocketProxy 12 A proxy debug event listener that forwards events over a socket to 257 =begin rdoc ANTLR3::Debug::RemoteEventSocketListener 259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy 359 end # module Debug
|
| /frameworks/base/core/java/android/ddm/ |
| DdmHandleHeap.java | 23 import android.os.Debug; 166 Debug.dumpHprofData(fileName); 199 Debug.dumpHprofDataDdms();
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| LDFileFormat.h | 33 Debug,
|
| /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/ |
| SetAlarm.java | 26 import android.os.Debug; 93 if ("true".equals(arguments.getString("debug"))) { 94 Debug.waitForDebugger();
|
| /packages/apps/Camera2/src/com/android/camera/app/ |
| CameraApp.java | 22 import android.os.Debug; 25 import com.android.camera.debug.LogHelper; 48 * Use this if you need to debug code that is executed while the app starts 67 Debug.waitForDebugger();
|
| /frameworks/base/core/java/com/android/internal/os/ |
| ZygoteInit.java | 27 import android.os.Debug; 307 Debug.startAllocCounting(); 327 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) { 330 " GC at " + Debug.getGlobalAllocSize()); 334 Debug.resetGlobalAllocSize(); 365 Debug.stopAllocCounting(); 384 Debug.startAllocCounting(); 413 Debug.stopAllocCounting(); 420 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) { 422 Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()) [all...] |
| /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
| RecurrenceProcessorTest.java | 20 import android.os.Debug; 103 Debug.startMethodTracing(fn, 8 * 1024 * 1024); 113 Debug.stopMethodTracing(); [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| DebugEventSocketProxy.cs | 35 namespace Antlr.Runtime.Debug { 46 * A proxy debug event listener that forwards events over a socket to
|
| RemoteDebugEventSocketListener.cs | 35 namespace Antlr.Runtime.Debug { 339 Console.Error.WriteLine("unknown debug event: " + line); 490 Console.Error.WriteLine("unknown debug event: " + line);
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| debug.rb | 39 =begin rdoc ANTLR3::Debug 45 module Debug 49 # since there are many components to the debug-mode 51 # are not used simultaneously, debug.rb contains the 52 # base of the debug library and the various listeners 54 autoload :EventSocketProxy, 'antlr3/debug/socket' 55 autoload :RemoteEventSocketListener, 'antlr3/debug/socket' 56 autoload :TraceEventListener, 'antlr3/debug/trace-event-listener' 57 autoload :RecordEventListener, 'antlr3/debug/record-event-listener' 58 autoload :RuleTracer, 'antlr3/debug/rule-tracer 149 def klass.debug? singleton method in class:ANTLR3.Debug.ParserEvents.included [all...] |
| /external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ |
| ChromiumLinkerTestActivity.java | 149 android.os.Debug.waitForDebugger();
|
| /external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ |
| ContentShellActivity.java | 139 android.os.Debug.waitForDebugger();
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
| radeon_compiler.h | 48 unsigned Debug:2; 147 int dump; /* Dump the program if Debug == 1? */
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| AMDILDeviceInfo.h | 52 // Debug mode implies that no hardware features or optimizations 55 Debug = 0x12, // Debug mode is enabled.
|
| /external/chromium_org/third_party/re2/re2/ |
| nfa.cc | 54 static const int Debug = 0; 210 if (Debug) 270 if (Debug) 453 if (Debug) { 501 if (Debug) { 591 if (Debug) 611 if (Debug) 689 if (NFA::Debug)
|
| onepass.cc | 63 static const int Debug = 0; 451 if (Debug) 473 if (Debug) { 493 if (Debug) { 525 if (Debug) { 539 if (Debug) { 555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR).
|
| /external/lldb/source/Core/ |
| Log.cpp | 169 // Print debug strings if and only if the global debug option is set to 173 Log::Debug (const char *format, ...) 186 // Print debug strings if and only if the global debug option is set to 478 // Returns true if the debug flag bit is set in this stream.
|
| /external/llvm/lib/Target/X86/Disassembler/ |
| X86Disassembler.cpp | 25 #include "llvm/Support/Debug.h" 42 void llvm::X86Disassembler::Debug(const char *file, unsigned line, 53 #define debug(s) DEBUG(Debug(__FILE__, __LINE__, s)); macro 407 debug("A R/M register operand may not have a SIB byte"); 413 debug("Unexpected EA base register"); 416 debug("EA_BASE_NONE for ModR/M base"); 421 debug("A R/M register operand may not have a base; " 467 debug("Unexpected sibBase") [all...] |