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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/chooser/
ChooserTargetService.java 81 private static final boolean DEBUG = false;
125 if (DEBUG) Log.d(TAG, "onBind " + intent);
127 if (DEBUG) Log.d(TAG, "bad intent action " + intent.getAction() + "; returning null");
143 if (DEBUG) {
150 if (DEBUG) Log.d(TAG, "Sent results");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 33 /* Debug prints */
34 #define DEBUG(argv) printf argv
112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor));
117 DEBUG(("%s\n", tagName));
125 DEBUG((
128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n"));
133 DEBUG(("\t-Onone does not write output\n"));
135 DEBUG(("\t-P packet-by-packet mode\n"))
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 34 private static final boolean DEBUG = true;
43 if (DEBUG) {
71 if (DEBUG) {
  /external/llvm/utils/
makellvm 9 set DEBUG = 0
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
57 if ($DEBUG) then
58 echo "DEBUG: EXEC = $EXEC"
73 if ($DEBUG) then
74 echo "DEBUG: MFILE = $MFILE"
82 if ($DEBUG) then
83 echo "DEBUG: LLVMDIR = $LLVMDIR"
121 if ($DEBUG) then
122 echo "DEBUG: BUILDROOT = $BUILDROOT
    [all...]
  /external/v8/src/
v8.h 14 #if defined(DEBUG) && defined(NDEBUG)
15 // V8 only uses DEBUG and whenever it is set we are building a debug
22 // V8 only uses DEBUG, but included external files
24 #if defined(DEBUG) && defined(NDEBUG)
25 #error both DEBUG and NDEBUG are set
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java 22 static final boolean DEBUG = true;
25 if (!DEBUG) {
35 if (!DEBUG) {
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 43 #include "llvm/Support/Debug.h"
253 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n");
262 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n');
266 DEBUG(dbgs() << "No uses => marked as delete\n");
272 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n');
276 DEBUG(dbgs() << "Cannot get through\n");
283 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n");
311 DEBUG(dbgs() << "Propagate SExt to operands\n");
314 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n');
317 DEBUG(dbgs() << "No need to propagate\n")
    [all...]
AArch64DeadRegisterDefinitionsPass.cpp 20 #include "llvm/Support/Debug.h"
76 DEBUG(dbgs() << " Ignoring, operand is frame index\n");
83 DEBUG(dbgs() << " Dead def operand #" << i << " in:\n ";
87 DEBUG(dbgs() << " Ignoring, def is tied operand.\n");
93 DEBUG(dbgs() << " Ignoring, implicitly defines overlap reg.\n");
101 DEBUG(dbgs() << " Ignoring, register is not a GPR.\n");
110 DEBUG(dbgs() << " Replacing with zero register. New:\n ");
112 DEBUG(MI.print(dbgs()));
125 DEBUG(dbgs() << "***** AArch64DeadRegisterDefinitions *****\n");
  /frameworks/base/core/java/android/hardware/camera2/utils/
TaskDrainer.java 55 private final boolean DEBUG = false;
87 * @param name an optional name used for debug logging
113 if (DEBUG) {
144 if (DEBUG) {
166 if (DEBUG) {
175 if (DEBUG) {
193 if (DEBUG) {
  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedBitmapCache.java 42 private final static boolean DEBUG = DecodeTask.DEBUG;
60 if (DEBUG) {
87 if (DEBUG) {
95 if (DEBUG) {
111 if (DEBUG) {
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO,
39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag);
  /external/llvm/utils/release/
findRegressions-nightly.py 4 DEBUG = 0
24 if DEBUG:
29 if DEBUG:
43 if DEBUG:
49 if DEBUG:
54 if DEBUG:
59 if DEBUG:
75 if DEBUG:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.h 53 #ifdef DEBUG
63 #ifdef DEBUG
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumClassChecker.java 37 private static final boolean DEBUG = false;
39 private static boolean DEBUG = System.getProperty("enum") != null;
61 if (DEBUG)
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/androidTest/debug/com/android/layoutlib/test/myapplication/test/
BuildConfig.class 
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
BuildConfig.class 
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java 35 public static final boolean DEBUG = false; // Don't submit with true
110 if (DEBUG) debugLog("Canceling scheduled callback");
124 if (DEBUG) debugLog("Timeout extended " + mTimeout);
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
134 if (DEBUG) debugLog("onEvent");
139 if (DEBUG) debugLog(" callback already scheduled");
141 if (DEBUG) debugLog(" scheduling callback");
169 if (DEBUG) debugLog("Kicking callback");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
SmoothingUtilsTests.java 27 private static final boolean DEBUG = false;
35 if (DEBUG) {
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 55 static final boolean DEBUG = false;
67 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
82 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
90 if (DEBUG) Log.v(TAG, this + " onPostExecute");
101 if (DEBUG) Log.v(TAG, this + " onCancelled");
165 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
171 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
176 if (DEBUG) Log.v(TAG,
187 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it")
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 40 static final boolean DEBUG = false;
52 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
55 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
67 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
75 if (DEBUG) Log.v(TAG, this + " onPostExecute");
86 if (DEBUG) Log.v(TAG, this + " onCancelled");
149 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
155 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
160 if (DEBUG) Log.v(TAG,
171 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it")
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
LogUtils.java 29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE);
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
74 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN))
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 15 static final int DEBUG = 20;
  /external/google-breakpad/src/testing/scripts/generator/cpp/
utils.py 27 DEBUG = True
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 38 #include "llvm/Support/Debug.h"
95 DEBUG(dbgs() << "ObjCARCExpand: Visiting Function: " << F.getName() << "\n");
100 DEBUG(dbgs() << "ObjCARCExpand: Visiting: " << *Inst << "\n");
115 DEBUG(dbgs() << "ObjCARCExpand: Old = " << *Inst << "\n"
125 DEBUG(dbgs() << "ObjCARCExpand: Finished List.\n\n");
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory.h 70 #elif defined(PIPE_OS_WINDOWS) && defined(DEBUG) && !defined(DEBUG_MEMORY_IMPLEMENTATION)

Completed in 759 milliseconds

12 3 4 5 6 7 8 91011>>