HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 251 - 275 of 376) sorted by null

<<111213141516

  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 30 import android.os.Debug;
449 Debug.MemoryInfo mi = new Debug.MemoryInfo();
529 Debug.MemoryInfo mi = null;
    [all...]
  /frameworks/base/services/java/com/android/server/
Watchdog.java 33 import android.os.Debug;
56 // Set this to true to use debug default values.
518 if (Debug.isDebuggerConnected()) {
  /frameworks/native/libs/utils/
Android.mk 25 Debug.cpp \
BufferedTextOutput.cpp 20 #include <utils/Debug.h>
  /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();
  /hardware/ti/omap4xxx/domx/make/
build.mk 173 .PHONY : all $(SUBMODULES) clean cleantrg SHELLERR Debug
352 Debug::$(SUBMODULES)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 36 using IDebugEventListener = Antlr.Runtime.Debug.IDebugEventListener;
74 public readonly bool debug = false; field in class:Antlr.Runtime.DFA
84 if (debug) {
91 if (debug)
96 if (debug) {
101 if (debug) {
113 if (debug)
127 if (debug)
146 if (debug)
153 if (debug)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 33 namespace Antlr.Runtime.Debug {
47 * The debug listener has to deal with tree node IDs for which it did
83 // to simulate what dupTree has done. dupTree does not call this 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/
DFA.cs 37 using IDebugEventListener = Antlr.Runtime.Debug.IDebugEventListener;
69 public readonly bool debug = false; field in class:Antlr.Runtime.DFA
98 if ( debug )
108 if ( debug )
114 if ( debug )
120 if ( debug )
135 if ( debug )
152 if ( debug )
172 if ( debug )
180 if ( debug )
    [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/
v8globals.h 120 class Debug;
267 // Special states for debug break or step in prepare stubs.
413 #ifdef DEBUG
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 147 // Debug helper methods
323 friend class CachedLayer::Debug; // debugging access only
  /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/native/libs/binder/
IAppOpsService.cpp 21 #include <utils/Debug.h>
IServiceManager.cpp 21 #include <utils/Debug.h>
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 224 virtual void EmitCFISections(bool EH, bool Debug);
897 void MCAsmStreamer::EmitCFISections(bool EH, bool Debug) {
898 MCStreamer::EmitCFISections(EH, Debug);
906 if (Debug)
908 } else if (Debug) {
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 24 import android.os.Debug;
348 return Debug.countInstancesOfClass(View.class);
359 return Debug.countInstancesOfClass(ViewRootImpl.class);
609 long start = Debug.threadCpuTimeNanos();
612 duration[0] = Debug.threadCpuTimeNanos() - start;
    [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...]
  /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
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
92 document.querySelector('#debug-div').appendChild(controlEl, document.body.firstChild);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 390 * Debug printing function.
394 Debug.println(debugDump());
398 * Debug printing function.
401 Debug.println(s);
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 202 Debug.logError("Cannot get the header factory to parse the header of the sip uris to compare", e);
221 Debug.logError("Cannot parse one of the header of the sip uris to compare " + a + " " + b, e);
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DebugInfoItem.java 31 import org.jf.dexlib.Debug.DebugInstructionIterator;
32 import org.jf.dexlib.Debug.DebugOpcode;
60 * @param lineStart the initial value for the line number register for the debug info machine
63 * @param encodedDebugInfo the debug info, encoded as a byte array
65 * debug info
82 * @param lineStart the initial value for the line number register for the debug info machine
85 * @param encodedDebugInfo the debug info, encoded as a byte array
87 * debug info
267 * Replaces the encoded debug info for this DebugInfoItem. It is expected that the new debug info is compatibl
    [all...]

Completed in 860 milliseconds

<<111213141516