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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 33 private static final boolean DEBUG = false;
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
WallpaperBackupHelper.java 38 private static final boolean DEBUG = false;
80 if (DEBUG) {
113 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
127 if (DEBUG) Slog.d(TAG, "wallpaper dimension match; using");
133 if (DEBUG) Slog.d(TAG, "dimensions too far off: wr=" + widthRatio
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ShiftKeyState.java 37 if (DEBUG)
44 if (DEBUG)
KeyboardShiftState.java 25 private static final boolean DEBUG = KeyboardSwitcher.DEBUG_STATE;
62 if (DEBUG)
86 if (DEBUG)
94 if (DEBUG)
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java 33 if (Log.isLoggable(TAG, Log.DEBUG)) {
38 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /sdk/emulator/tools/
qemu-props.c 27 #define DEBUG 1
29 #if DEBUG
  /external/srtp/crypto/ae_xfm/
xfm.c 180 #undef DEBUG
181 #define DEBUG 0
212 #if DEBUG
240 #if DEBUG
252 #if DEBUG
270 #if DEBUG
278 #if DEBUG
285 #if DEBUG
325 #if DEBUG
340 #if DEBUG
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 25 #define DEBUG(argv) printf argv
84 DEBUG((
87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n"));
92 DEBUG(("\t-Onone does not write output\n"));
94 DEBUG(("\t-C display cropped image (default decoded image)\n"));
95 DEBUG(("\t-R disable DPB output reordering\n"));
96 DEBUG(("\t-T to print tag name and exit\n"));
130 DEBUG(("No input files\n"))
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.h 23 #ifndef DEBUG
  /external/llvm/include/llvm/Support/
Debug.h 1 //===- llvm/Support/Debug.h - Easy way to add debug output ------*- C++ -*-===//
14 // In particular, just wrap your code with the DEBUG() macro, and it will be
15 // enabled automatically if you specify '-debug' on the command-line.
17 // that your debug code belongs to class "foo". Then, on the command line, you
18 // can specify '-debug-only=foo' to enable JUST the debug information for the
21 // When compiling without assertions, the -debug-* options and all code in
22 // DEBUG() statements disappears, so it does not effect the runtime of the code.
34 /// all of their DEBUG statements to be activatable with -debug-only=thatstring
    [all...]
  /external/mtpd/
mtpd.h 34 DEBUG = 0,
  /frameworks/base/core/java/android/net/http/
HttpLog.java 33 private static final boolean DEBUG = false;
  /hardware/ti/omap4xxx/domx/test/
Makefile 35 CDEFS += DEBUG
  /system/extras/fatblock/
utils.h 28 #define DEBUG(...) EPRINT(__VA_ARGS__)
  /dalvik/tests/etc/
host-run-test-jar 11 # --debug -- wait for debugger to attach
23 DEBUG="n"
48 elif [ "x$1" = "x--debug" ]; then
49 DEBUG="y"
146 if [ "$DEBUG" = "y" ]; then
push-and-run-test-jar 11 # --debug -- wait for debugger to attach
25 DEBUG="n"
49 elif [ "x$1" = "x--debug" ]; then
50 DEBUG="y"
116 if [ "$DEBUG" = "y" ]; then
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 40 private static final boolean DEBUG = true;
51 if (DEBUG) {
72 if (!is_ok && DEBUG) {
  /external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java 42 private static final boolean DEBUG = false;
44 private static boolean DEBUG = true;
55 // DEBUG =
64 if (DEBUG)
92 if (DEBUG)
  /external/srec/tools/grxmlcompile/
vocab.cpp 34 #define DEBUG 0
87 #if DEBUG
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
95 #if DEBUG
103 #if DEBUG
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
108 #if DEBUG
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
145 #if DEBUG
156 #if DEBUG
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 45 private final static boolean DEBUG = false;
106 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
113 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
148 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!");
151 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!");
158 if (DEBUG) Log.d(TAG, "keyguard view is null, creating it...");
207 if (DEBUG) Log.d(TAG, "reset()");
214 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
223 if (DEBUG) Log.d(TAG, "onScreenTurnedOn()");
251 if (DEBUG) Log.d(TAG, "verifyUnlock()")
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 19 import com.android.layoutlib.bridge.util.Debug;
101 if (Debug.DEBUG) {
125 if (Debug.DEBUG) {
139 if (Debug.DEBUG) {
  /frameworks/base/core/java/android/app/
LoaderManager.java 195 LoaderManagerImpl.DEBUG = enabled;
201 static boolean DEBUG = false;
260 if (DEBUG) Log.v(TAG, " Starting: " + this);
280 if (DEBUG) Log.v(TAG, " Retaining: " + this);
289 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
324 if (DEBUG) Log.v(TAG, " Stopping: " + this);
337 if (DEBUG) Log.v(TAG, " Destroying: " + this);
342 if (DEBUG) Log.v(TAG, " Reseting: " + this);
372 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
375 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed")
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 176 LoaderManagerImpl.DEBUG = enabled;
182 static boolean DEBUG = false;
241 if (DEBUG) Log.v(TAG, " Starting: " + this);
261 if (DEBUG) Log.v(TAG, " Retaining: " + this);
270 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
305 if (DEBUG) Log.v(TAG, " Stopping: " + this);
318 if (DEBUG) Log.v(TAG, " Destroying: " + this);
323 if (DEBUG) Log.v(TAG, " Reseting: " + this);
353 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
356 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed")
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 33 private static final boolean DEBUG = false;
82 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
94 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
103 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
110 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 38 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
46 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
55 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
64 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
73 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {

Completed in 1155 milliseconds

1 23 4 5 6 7 8 91011>>