HomeSort by relevance Sort by last modified time
    Searched defs:Debug (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 48 unsigned Debug:2;
147 int dump; /* Dump the program if Debug == 1? */
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 52 // Debug mode implies that no hardware features or optimizations
55 Debug = 0x12, // Debug mode is enabled.
  /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;
285 Debug.startMethodTracing(file.toString(), 8 * 1024 * 1024);
294 Debug.stopMethodTracing();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 42 Debug,
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.h 56 class Debug
59 static Debug * instance();
88 Debug();
96 static Debug sInstance;
149 Ti::Debug * const debug = Ti::Debug::instance(); \
150 debug->log(priority, format, \
153 Ti::IndentString<>(debug->offsetForCurrentThread()).string(), \
179 __android_log_print(ANDROID_LOG_FATAL, "Ti::Debug", \
352 Debug * const debug = Debug::instance(); local
364 Debug * const debug = Debug::instance(); local
378 Debug * const debug = Debug::instance(); local
    [all...]
  /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;
139 * <b>To debug your tests, set a break point in your code and pass:</b>
140 * -e debug true
321 mDebug = getBooleanArgument(arguments, "debug");
544 Debug.waitForDebugger();
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax
32 // Get the Debug object exposed from the debug context global object.
33 var Debug = debug.Debug;
44 // Debug event listener which delegates.
47 if (event == Debug.DebugEvent.Break) {
57 // Add the debug event listener
    [all...]
  /external/libunwind/include/
libunwind_i.h 96 #ifdef DEBUG
280 # define Debug(level, format, ...) \
291 # define Debug(level,format...) \
309 # define Debug(level,format...)
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 37 Debug = 0x80,
76 flags & RegState::Debug,
357 .addReg(Reg, RegState::Debug)
363 .addReg(Reg, RegState::Debug)
364 .addReg(0U, RegState::Debug)
407 return B ? RegState::Debug : 0;
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 23 import android.os.Debug;
45 private final static boolean DEBUG = false;
106 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
152 Debug.enableEmulatorTraceOutput();
237 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
240 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
251 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
269 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
292 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.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.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_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellActivity.java 336 android.os.Debug.waitForDebugger();
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 46 #include "llvm/Support/Debug.h"
764 char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File)
781 << Debug // Debugging (d) or dynamic (D) symbol.
  /frameworks/testing/support/src/android/support/test/runner/
AndroidJUnitRunner.java 30 import android.os.Debug;
104 * <b>To debug your tests, set a break point in your code and pass:</b>
105 * -e debug true
178 private static final String ARGUMENT_DEBUG = "debug";
231 Debug.waitForDebugger();
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 27 import android.os.Debug;
398 * Run the procrank tool to insert system status information into the debug
523 Debug.waitForDebugger();
    [all...]
  /external/chromium_org/v8/src/
debug.h 21 #include "include/v8-debug.h"
59 // Must match Debug.BreakPositionAlignment in debug-debugger.js
184 // Linked list holding debug info objects. The debug info objects are kept as
185 // weak handles to avoid a debug info object to keep a function alive.
196 // Global (weak) handle to the debug info object.
207 class MessageImpl: public v8::Debug::Message {
209 // Create a message object for a debug event.
215 // Create a message object for the response to a debug command
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 142 struct Debug {
143 const Debug& operator<< (unsigned a) const { return *this; }
145 Debug dbg;
  /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...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 28 import android.os.Debug;
326 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump");
441 if (PROFILE_DUMP) Debug.stopMethodTracing();
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 24 import android.os.Debug;
34 * -e debug false
122 Debug.stopMethodTracing();
    [all...]
  /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();

Completed in 1997 milliseconds

1 2 3 45 6 7 8