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

<<111213141516

  /frameworks/base/core/java/android/os/
Debug.java 51 * <p>Debug can create log files that give details about an application, such as
58 public final class Debug
60 private static final String TAG = "Debug";
81 private Debug() {}
    [all...]
  /frameworks/base/test-runner/src/android/test/
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");
543 Debug.waitForDebugger();
    [all...]
  /frameworks/wilhelm/src/
Android.mk 60 # log all API entries and exits (also requires Debug or Verbose log level)
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 167 if (TRACE_LAUNCH) android.os.Debug.startMethodTracing(TRACE_TAG);
532 if (TRACE_LAUNCH) android.os.Debug.stopMethodTracing();
533 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 40 import android.os.Debug;
290 boolean dumped = Debug.dumpService("cpuinfo",
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs 33 namespace Antlr.Runtime.Debug {
37 * Broadcast debug events to multiple listeners. Lets you debug and still
DebugEventSocketProxy.cs 35 namespace Antlr.Runtime.Debug {
46 * A proxy debug event listener that forwards events over a socket to
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 33 namespace Antlr.Runtime.Debug
38 * Broadcast debug events to multiple listeners. Lets you debug and still
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
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 1016 static UINT16 Debug = 0;
1017 APPL_TRACE_DEBUG1("btif_media_task_aa_handle_timer: %d", Debug++);
1040 static UINT16 Debug = 0;
1041 APPL_TRACE_DEBUG1("btif_media_task_aa_handle_uipc_rx_rdy: %d", Debug++);
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 551 virtual void EmitCFISections(bool EH, bool Debug);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
DebugInstructionIterator.java 29 package org.jf.dexlib.Debug;
40 * This method decodes the debug instructions in the given byte array and iterates over them, calling
42 * @param in an Input object that the debug instructions can be read from
155 * This method decodes the debug instructions in the given byte array and iterates over them, calling
158 * @param registerCount the number of registers in the method that the given debug info is for
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 29 import android.os.Debug.MemoryInfo;
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 40 #include <llvm/Support/Debug.h>
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 173 case LDFileFormat::Debug: {
  /external/webkit/Tools/Scripts/
webkitdirs.pm 209 $configuration = "Debug" if $configuration eq "Development";
279 push(@args, '--debug') if $configuration eq "Debug";
303 # [Gtk][Efl] We don't have Release/Debug configurations in straight
308 # Symbian builds do not have Release/Debug configurations either.
451 if ($opt =~ /^--debug$/i || $opt =~ /^--devel/i) {
453 $passedConfiguration = "Debug";
612 if (configuration() eq "Debug") {
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 27 import android.os.Debug;
320 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
435 if (PROFILE_DUMP) Debug.stopMethodTracing();
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 43 import android.os.Debug;
260 Debug.startMethodTracing(name);
271 Debug.stopMethodTracing();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 31 import android.os.Debug;
285 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
535 Debug.startMethodTracing("expandInstanceRangeLocked");
551 Debug.stopMethodTracing();
    [all...]
  /external/v8/src/
d8.cc 52 #include "d8-debug.h"
53 #include "debug.h"
619 v8::Debug::ProcessDebugMessages();
728 // utility, evaluation and debug context can all access each other.
736 i::Debug* debug = i::Isolate::Current()->debug(); local
737 debug->Load();
739 = i::Handle<i::JSObject>(debug->debug_context()->global());
740 utility_context_->Global()->Set(String::New("$debug"),
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java 22 import android.os.Debug;
140 if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
243 if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
389 //if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
512 //if (WAIT_FOR_DEBUGGER) Debug.waitForDebugger();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 52 import android.os.Debug;
145 BeginNativeMemory = Debug.getNativeHeapAllocatedSize();
153 AfterNativeMemory = Debug.getNativeHeapAllocatedSize();
    [all...]
  /external/bison/doc/
refcard.tex 324 \key{Debug or {\it trace} mode.} {-t}
461 \key{Debug mode flag.} {yydebug}

Completed in 1020 milliseconds

<<111213141516