HomeSort by relevance Sort by last modified time
    Searched defs:Debug (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/webkit/Source/WebKit/android/nav/
CachedInput.h 105 class Debug {
CacheBuilder.h 262 class Debug {
CachedNode.h 228 class Debug {
239 friend class CachedNode::Debug;
  /frameworks/base/core/java/android/app/
Instrumentation.java 29 import android.os.Debug;
272 Debug.startMethodTracing(file.toString(), 8 * 1024 * 1024);
281 Debug.stopMethodTracing();
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterPerformanceTest.java 24 import android.os.Debug;
121 Debug.startMethodTracing("import");
125 Debug.stopMethodTracing();
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 21 import android.os.Debug;
173 Debug.startMethodTracing(base, 8 * 1024 * 1024);
177 Debug.stopMethodTracing();
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");
534 Debug.waitForDebugger();
    [all...]
  /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
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 32 #include "llvm/Support/Debug.h"
492 char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File)
506 << Debug // Debugging (d) or dynamic (D) symbol.
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 22 import android.os.Debug;
44 private final static boolean DEBUG = false;
89 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
96 if (DEBUG) Slog.d(TAG, ">>>>> qwerty keyboard = " + hasQwerty);
142 Debug.enableEmulatorTraceOutput();
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
229 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
240 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
260 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
283 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;
357 * Run the procrank tool to insert system status information into the debug
482 Debug.waitForDebugger();
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 145 struct Debug {
146 const Debug& operator<< (unsigned a) const { return *this; }
148 Debug dbg;
  /external/netcat/
netcat.c 175 /* Debug macro: squirt whatever message and sleep a bit so we can see it go
176 by. need to call like Debug ((stuff)) [with no ; ] so macro args match!
178 #ifdef DEBUG
179 #define Debug(x) printf x; printf ("\n"); fflush (stdout); sleep (1);
181 #define Debug(x) /* nil... */
299 Debug (("findline returning %d", x))
304 Debug (("findline returning whole thing: %d", siz))
595 Debug (("gonna exec %s as %s...", pr00gie, p))
837 Debug (("dolisten/recvfrom ding, rr = %d, netbuf %s ", rr, bigbuf_net))
884 Debug (("ipoptions ret len %d", x)
    [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/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 31 import android.os.Debug;
665 Debug.stopMethodTracing();
816 Debug.stopMethodTracing();
849 Debug.startMethodTracing("LockPatternDrawing");
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 27 import android.os.Debug;
300 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
415 if (PROFILE_DUMP) Debug.stopMethodTracing();
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
RRuleTest.java 24 import android.os.Debug;
34 * -e debug false
122 Debug.stopMethodTracing();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 26 import android.os.Debug;
221 Debug.startMethodTracing("loadEvents");
277 Debug.stopMethodTracing();

Completed in 603 milliseconds

12 3 4