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

<<11121314151617181920>>

  /external/qemu/distrib/zlib-1.2.3/
zutil.c 61 #ifdef DEBUG
115 #ifdef DEBUG
  /external/v8/src/
handles-inl.h 106 #ifdef DEBUG
150 #ifdef DEBUG
heap-inl.h 152 #ifdef DEBUG
225 #ifdef DEBUG
231 #ifdef DEBUG
243 #ifdef DEBUG
479 #ifdef DEBUG
541 #ifdef DEBUG
577 #ifdef DEBUG
689 #ifdef DEBUG
scopeinfo.h 88 #ifdef DEBUG
201 #ifdef DEBUG
  /external/v8/src/mips/
lithium-mips.h 145 #ifdef DEBUG
274 #ifdef DEBUG
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
shell.js 39 var DEBUG = false;
69 if ( DEBUG ) {
  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerManager.cpp 31 #ifdef DEBUG
43 #endif // DEBUG
166 #ifdef DEBUG
  /frameworks/base/core/java/android/view/
LayoutInflater.java 63 private final boolean DEBUG = false;
393 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
446 if (DEBUG) {
472 if (DEBUG) {
485 if (DEBUG) {
490 if (DEBUG) {
664 if (DEBUG) System.out.println("******** Creating view: " + name);
684 if (DEBUG) System.out.println("Created view is: " + view);
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 158 * Flag for selecting debug mode.
160 private static final boolean DEBUG = false;
714 if (DEBUG) {
956 if (DEBUG) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
TransportControlView.java 66 protected static final boolean DEBUG = false;
124 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2);
229 if (DEBUG) Log.v(TAG, "Registering TCV " + this);
239 if (DEBUG) Log.v(TAG, "Unregistering TCV " + this);
335 if (DEBUG) Log.v(TAG,
410 if (DEBUG) Log.v(TAG, "onSaveInstanceState()");
419 if (DEBUG) Log.v(TAG, "onRestoreInstanceState()");
502 if (DEBUG) {
  /frameworks/base/media/java/android/media/
SoundPool.java 110 private final static boolean DEBUG = false;
449 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardStatusViewManager.java 47 private static final boolean DEBUG = false;
160 if (DEBUG) Log.v(TAG, "KeyguardStatusViewManager()");
255 if (DEBUG) Log.v(TAG, "inWidgetMode() is true");
268 if (DEBUG) Log.w(TAG, "Not showing message id " + what + ", str=" + string);
276 if (DEBUG) Log.v(TAG, "onPause()");
283 if (DEBUG) Log.v(TAG, "onResume()");
305 if (DEBUG) Log.v(TAG, "updateStatusLines(" + showStatusLines + ")");
456 if (DEBUG) Log.d(TAG, "updateCarrierTextWithSimStatus(), simState = " + simState);
  /frameworks/base/services/java/com/android/server/
LightsService.java 32 private static final boolean DEBUG = false;
118 if (DEBUG) Slog.v(TAG, "setLight #" + mId + ": color=#"
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 41 private static final boolean DEBUG = false;
103 if (DEBUG) {
  /packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java 182 if (Email.DEBUG) {
189 if (Email.DEBUG) {
SecurityPolicy.java 130 if (Email.DEBUG) {
175 if (Email.DEBUG) {
180 if (Email.DEBUG) {
221 if (Email.DEBUG) {
287 if (Email.DEBUG && (reasons != 0)) {
439 if (Email.DEBUG) {
444 if (Email.DEBUG) {
517 if (Email.DEBUG) {
    [all...]
  /packages/apps/Email/src/com/android/email/service/
MailService.java 170 if (Email.DEBUG) {
208 if (Email.DEBUG) {
215 if (Email.DEBUG) {
240 if (Email.DEBUG) {
252 if (Email.DEBUG) {
366 if (Email.DEBUG) {
371 if (Email.DEBUG) {
578 if (Email.DEBUG) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 26 private static final boolean DEBUG = false;
213 if (DEBUG) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 114 * above the normal trace() parameter as a debug-level.
125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
127 #define DEBUG(n, a) /*nothing*/
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 53 private static final boolean DEBUG = false;
168 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drag enter", event);
216 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drag changed", event);
248 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drag leave");
278 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "drop accept");
310 if (DEBUG) AdtPlugin.printErrorToConsole("DEBUG", "dropped")
    [all...]
  /system/core/sh/
main.c 163 #ifdef DEBUG
164 #if DEBUG == 2
165 debug = 1;
247 /* showtree(n); DEBUG */
  /external/harfbuzz/src/
harfbuzz-shaper.cpp     [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 45 /** local debug flag */
46 private static final boolean DEBUG = false;
93 if (DEBUG) {
107 if (DEBUG) {
231 if (DEBUG) {
  /development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
Balls.java 50 private static final boolean DEBUG = false;
  /external/e2fsprogs/e2fsck/
argv_parse.c 133 #ifdef DEBUG
165 #endif /* DEBUG */

Completed in 696 milliseconds

<<11121314151617181920>>