HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 26 - 50 of 1271) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/testing/gmock/scripts/generator/cpp/
utils.py 27 DEBUG = True
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 35 private static final boolean DEBUG = false;
76 if (DEBUG) {
85 if (DEBUG) {
94 if (DEBUG) {
  /hardware/ti/omap4xxx/domx/
Makefile 33 CDEFS = DEBUG
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile 33 CDEFS = DEBUG
  /ndk/build/tools/
build-ndk-stack.sh 48 DEBUG=
49 register_var_option "--debug" DEBUG "Build debug version"
103 DEBUG=$DEBUG
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ModifierKeyState.java 25 protected static final boolean DEBUG = KeyboardSwitcher.DEBUG_STATE;
41 if (DEBUG)
48 if (DEBUG)
56 if (DEBUG)
  /system/core/sh/
shell.h 43 * define DEBUG=1 to compile in debugging ('set -o debug' to turn on)
44 * define DEBUG=2 to compile in and turn on debugging.
77 #ifdef DEBUG
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 22 #include "llvm/Support/Debug.h"
40 DEBUG( dbgs() << "********** SPU Nop filler **********\n" ; );
94 DEBUG( dbgs() <<"Adding NOP before: "; );
95 DEBUG( I->dump(); );
103 DEBUG( dbgs() <<"Adding LNOP before: "; );
104 DEBUG( I->dump(); );
120 DEBUG( dbgs() <<"Padding basic block with NOP\n"; );
125 DEBUG( dbgs() <<"Padding basic block with LNOP\n"; );
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
TextEntryState.java 26 private static final boolean DEBUG = false;
55 if (DEBUG)
73 if (DEBUG) displayState("backToAcceptedDefault", "typedWord", typedWord);
78 if (DEBUG) displayState("acceptedTyped", "typedWord", typedWord);
87 if (DEBUG)
93 if (DEBUG) displayState("selectedForRecorrection");
100 if (DEBUG) displayState("onAbortRecorrection");
163 if (DEBUG) displayState("typedCharacter", "char", c, "isSeparator", isSeparator);
173 if (DEBUG) displayState("backspace");
178 if (DEBUG) displayState("reset")
    [all...]
  /external/mtpd/
pptp.c 181 log_print(DEBUG, "Connection closed");
190 log_print(DEBUG, "Loss of synchronization");
196 log_print(DEBUG, "Invalid message length");
210 log_print(DEBUG, "Ignored non-control message (type = %d)",
220 log_print(DEBUG, "Sending SCCRQ");
264 log_print(DEBUG, "Control message too short");
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message);
273 log_print(DEBUG, "Received %s with invalid length (length = %d)",
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
301 log_print(DEBUG, "Received SCCRP (result = %d)"
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 28 #include "llvm/Support/Debug.h"
36 cl::desc("Debug control for aggressive anti-dep breaker"),
40 cl::desc("Debug control for aggressive anti-dep breaker"),
136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:");
137 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1;
140 DEBUG(dbgs() << '\n');
215 DEBUG(dbgs() << "Observe: ");
216 DEBUG(MI->dump());
217 DEBUG(dbgs() << "\tRegs:");
228 DEBUG(if (State->GetGroup(Reg) != 0
    [all...]
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 53 static final boolean DEBUG = false;
65 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
67 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
74 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
84 if (DEBUG) Slog.v(TAG, this + " onCancelled");
129 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask);
150 if (DEBUG) Slog.v(TAG, "cancelLoad: mTask=" + mTask);
155 if (DEBUG) Slog.v(TAG,
166 if (DEBUG) Slog.v(TAG, "cancelLoad: task is waiting, dropping it");
173 if (DEBUG) Slog.v(TAG, "cancelLoad: cancelled=" + cancelled)
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 38 static final boolean DEBUG = false;
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 131 if(DEBUG)
157 if(DEBUG)
321 if (DEBUG)
348 if (DEBUG)
391 if (DEBUG)
447 if (DEBUG)
468 if (DEBUG)
495 if (DEBUG)
519 if (DEBUG)
541 if (DEBUG)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java 31 public static boolean DEBUG = false;
55 if (DEBUG) {
61 if (DEBUG) {
82 if (DEBUG) {
88 if (DEBUG) {
94 if (DEBUG) {
  /external/webkit/Source/WebCore/platform/text/qt/
TextBreakIteratorQt.cpp 30 #define DEBUG qDebug
32 #define DEBUG if (1) {} else qDebug
122 DEBUG() << "textBreakFirst" << bi->position();
129 DEBUG() << "textBreakNext" << pos;
137 DEBUG() << "textBreakPreceding" << pos << newpos;
145 DEBUG() << "textBreakFollowing" << pos << newpos;
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 46 private static final boolean DEBUG = false;
48 private static boolean DEBUG = true;
67 // DEBUG =
85 if (DEBUG)
105 if (DEBUG)
126 if (DEBUG)
149 if (DEBUG)
191 if (DEBUG)
218 if (DEBUG)
260 if (DEBUG)
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 48 private static final boolean DEBUG = true;
54 = "Backing up to debug-only private cache";
88 if (DEBUG) Log.v(TAG, "wiping all data");
94 if (DEBUG) Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName);
114 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
128 if (DEBUG) Log.v(TAG, " data size " + dataSize);
166 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
177 if (DEBUG) Log.v(TAG, "finishBackup()");
195 if (DEBUG) Log.v(TAG, "start restore " + token);
206 if (DEBUG) Log.v(TAG, " nextRestorePackage() = " + name)
    [all...]
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 101 private static final boolean DEBUG = false;
186 if (DEBUG) assert lo == hi;
188 if (DEBUG) assert ts.stackSize == 1;
210 if (DEBUG) assert lo <= start && start <= hi;
220 if (DEBUG) assert left <= right;
233 if (DEBUG) assert left == right;
280 if (DEBUG) assert lo < hi;
332 if (DEBUG) assert n >= 0;
401 if (DEBUG) assert stackSize >= 2;
402 if (DEBUG) assert i >= 0
    [all...]
TimSort.java 126 private static final boolean DEBUG = false;
218 if (DEBUG) assert lo == hi;
220 if (DEBUG) assert ts.stackSize == 1;
244 if (DEBUG) assert lo <= start && start <= hi;
253 if (DEBUG) assert left <= right;
266 if (DEBUG) assert left == right;
314 if (DEBUG) assert lo < hi;
366 if (DEBUG) assert n >= 0;
434 if (DEBUG) assert stackSize >= 2;
435 if (DEBUG) assert i >= 0
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 95 private final static boolean DEBUG = false;
320 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath);
327 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath);
336 if (DEBUG) Log.d(TAG, "onSystemReady");
351 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
354 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
405 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = "
423 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence);
435 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")");
442 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring")
    [all...]
  /build/tools/fs_get_stats/
fs_get_stats.c 17 #define DEBUG(fmt,args...) \
18 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0)
20 #define DEBUG(x...) do {} while(0)
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 40 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO,
53 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag);
  /development/tools/emulator/system/qemu-props/
qemu-props.c 27 #define DEBUG 1
29 #if DEBUG
  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 26 #include "llvm/Support/Debug.h"
56 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
58 DEBUG(dbgs() << "Connected to OProfile agent.\n");
66 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: "
69 DEBUG(dbgs() << "Disconnected from OProfile agent.\n");
98 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to "
111 DEBUG(dbgs() << "Failed to tell OProfile about native function "
132 // If we have debug info for the function itself, use that as the line
156 DEBUG(dbgs()
168 DEBUG(dbgs(
    [all...]

Completed in 1710 milliseconds

12 3 4 5 6 7 8 91011>>