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

1 23 4 5 6

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
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
  /external/v8/include/
v8-debug.h 72 // Debug events which can occur in the V8 JavaScript engine.
84 class EXPORT Debug {
97 * A message object passed to the debug message handler.
117 * debugger event that started the debug message loop.
128 * Get the context active when the debug event happened. Note this is not
136 * client_data data value passed into Debug::SendCommand along with the
148 * An event details object passed to the debug event listener.
158 * Access to execution state and event data of the debug event. Don't store
165 * Get the context active when the debug event happened. Note this is not
189 * Debug event callback function
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 23 import android.os.Debug;
166 Debug.dumpHprofData(fileName);
199 Debug.dumpHprofDataDdms();
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 25 import android.os.Debug;
261 Debug.startAllocCounting();
281 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) {
284 " GC at " + Debug.getGlobalAllocSize());
288 Debug.resetGlobalAllocSize();
314 Debug.stopAllocCounting();
333 Debug.startAllocCounting();
362 Debug.stopAllocCounting();
369 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) {
371 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/llvm/lib/Target/R600/
AMDILDeviceInfo.h 50 /// Debug mode implies that no hardware features or optimizations
53 Debug = 0x12,
  /external/regex-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).
  /frameworks/base/core/java/android/app/
Instrumentation.java 28 import android.os.Debug;
281 Debug.startMethodTracing(file.toString(), 8 * 1024 * 1024);
290 Debug.stopMethodTracing();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 45 Debug,
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 21 import android.os.Debug;
173 Debug.startMethodTracing(base, 8 * 1024 * 1024);
177 Debug.stopMethodTracing();
  /external/expat/bcb5/
elements.mak 36 DEBUGLIBPATH = $(BCB)\lib\debug
64 Debug=0
expat.mak 37 DEBUGLIBPATH = $(BCB)\lib\debug
65 Debug=0
expat_static.mak 36 DEBUGLIBPATH = $(BCB)\lib\debug
65 Debug=0
expatw.mak 37 DEBUGLIBPATH = $(BCB)\lib\debug
65 Debug=0
expatw_static.mak 36 DEBUGLIBPATH = $(BCB)\lib\debug
66 Debug=0
outline.mak 36 DEBUGLIBPATH = $(BCB)\lib\debug
64 Debug=0
xmlwf.mak 37 DEBUGLIBPATH = $(BCB)\lib\debug
65 Debug=0

Completed in 3435 milliseconds

1 23 4 5 6