HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 151 - 175 of 3419) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 70 * Print debug messages.
72 * The actual channel used to output debug message is platform specific. To
85 #ifdef DEBUG
116 #ifdef DEBUG
123 #ifdef DEBUG
142 #ifdef DEBUG
144 #else /* !DEBUG */
146 #endif /* !DEBUG */
164 * For non debug builds the assert macro will expand to a no-op, so do not
167 #ifdef DEBUG
    [all...]
  /external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java 43 private static final boolean DEBUG = false;
45 private static boolean DEBUG = true;
59 // DEBUG =
68 if (DEBUG)
99 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/core/java/android/printservice/
PrintService.java 159 private static final boolean DEBUG = false;
429 if (DEBUG) {
446 if (DEBUG) {
457 if (DEBUG) {
468 if (DEBUG) {
478 if (DEBUG) {
489 if (DEBUG) {
500 if (DEBUG) {
511 if (DEBUG) {
520 if (DEBUG) {
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
MutexFileProvider.java 38 private static final boolean DEBUG = true;
85 if (DEBUG) {
99 if (DEBUG) {
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 30 private static final boolean DEBUG = false;
72 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
123 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
127 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
131 if (DEBUG) Slog.v(TAG, "setAlpha showing");
204 if (DEBUG) Slog.v(TAG, "show: immediate");
218 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha
245 if (DEBUG) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime=" + mStartTime);
253 if (DEBUG) Slog.v(TAG, "hide: immediate");
266 if (DEBUG) Slog.v(TAG, "hide: duration=" + duration)
    [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/support/v4/tests/java/android/support/v4/widget/
ScrollerCompatTestBase.java 31 private static final boolean DEBUG = false;
54 if (DEBUG) {
69 if (DEBUG) {
  /libcore/support/src/test/java/tests/net/
StuckServer.java 30 private static final boolean DEBUG = false;
48 if (DEBUG) {
54 if (DEBUG) {
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 215 #define DEBUG 0
246 #if DEBUG
274 #if DEBUG
286 #if DEBUG
304 #if DEBUG
312 #if DEBUG
319 #if DEBUG
359 #if DEBUG
374 #if DEBUG
385 #if DEBUG
    [all...]
  /external/iputils/ninfod/
ninfod.c 139 static int opt_d = 0; /* debug */
159 case LOG_DEBUG: return "DEBUG";
233 DEBUG(LOG_ERR, "setsockopt(IPV6_RECVPKTINFO/IPV6_2292PKTINFO): %s\n",
236 DEBUG(LOG_ERR, "setsockopt(IPV6_RECVPKTINFO): %s\n",
246 DEBUG(LOG_ERR, "setsockopt(IPV6_PKTINFO): %s\n",
263 DEBUG(LOG_ERR, "setsockopt(IPV6_CHECKSUM): %s\n",
274 DEBUG(LOG_ERR, "setsockopt(ICMP6_FILTER): %s\n",
295 DEBUG(LOG_DEBUG, "%s()\n", __func__);
340 DEBUG(LOG_DEBUG, "%s()\n", __func__);
384 DEBUG(LOG_DEBUG, "sendmsg(): %s\n", strerror(errno))
    [all...]
  /frameworks/base/core/java/android/app/
ActivityView.java 46 private static final boolean DEBUG = false;
103 if (DEBUG) Log.v(TAG, "ctor()");
152 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer +
158 if (DEBUG) Log.v(TAG, "onDetachedFromWindow(): mActivityContainer=" + mActivityContainer +
170 if (DEBUG) Log.v(TAG, "startActivity(): intent=" + intent + " " +
185 if (DEBUG) Log.v(TAG, "startActivityIntentSender(): intentSender=" + intentSender + " " +
201 if (DEBUG) Log.v(TAG, "startActivityPendingIntent(): PendingIntent=" + pendingIntent + " "
214 if (DEBUG) Log.v(TAG, "release() mActivityContainer=" + mActivityContainer +
247 if (DEBUG) Log.v(TAG, "attachToSurfaceWhenReady: " + (mQueuedIntent != null ||
284 if (DEBUG) Log.d(TAG, "onSurfaceTextureAvailable: width=" + width + " height=
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 39 // Set to true to enable debug logs. Avoid in production builds.
41 private static final boolean DEBUG = false;
47 * Is only utilized when DEBUG is set to true.
53 if (DEBUG) {
66 if (DEBUG) {
193 // the case. Only active when |DEBUG| is set to true.
242 if (DEBUG) logd("init");
243 if (DEBUG) logDeviceInfo();
251 if (DEBUG && !mHasModifyAudioSettingsPermission) {
256 if (DEBUG && !mHasRecordAudioPermission)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 81 private static final boolean DEBUG = false;
262 private static boolean DEBUG = BackgroundManager.DEBUG;
285 if (DEBUG) Log.v(TAG, "Returning instance with new count " + count);
292 if (DEBUG) Log.v(TAG, "mCount is zero, resetting");
382 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!");
434 if (DEBUG) Log.v(TAG, "onActivityResume " + this +
438 if (DEBUG) Log.v(TAG, "onActivityResume " + this + " updating service color "
449 if (DEBUG) Log.v(TAG, "syncWithService color " + Integer.toHexString(color)
491 if (DEBUG) Log.v(TAG, "attachBehindWindow " + window)
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 177 LoaderManagerImpl.DEBUG = enabled;
189 static boolean DEBUG = false;
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed")
    [all...]
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 62 private static final boolean DEBUG = false; // Don't ship with this set to true
325 if (DebugUtils.DEBUG || DEBUG) {
341 if (DebugUtils.DEBUG || DEBUG) {
382 if (DebugUtils.DEBUG || DEBUG) {
392 if (DebugUtils.DEBUG || DEBUG) {
398 if (DebugUtils.DEBUG || DEBUG)
    [all...]
  /external/chromium_org/v8/src/arm64/
delayed-masm-arm64.h 28 #ifdef DEBUG
55 #ifdef DEBUG
61 #ifdef DEBUG
87 #ifdef DEBUG
151 #ifdef DEBUG
  /frameworks/base/services/core/java/com/android/server/
UpdateLockService.java 36 static final boolean DEBUG = false;
51 if (DEBUG) {
57 if (DEBUG) {
89 if (DEBUG) {
99 if (DEBUG) {
  /packages/apps/DeskClock/src/com/android/deskclock/
ExtensionsFactory.java 31 if (Log.isLoggable(TAG, Log.DEBUG)) {
35 if (Log.isLoggable(TAG, Log.DEBUG)) {
70 if (Log.isLoggable(TAG, Log.DEBUG)) {
79 if (Log.isLoggable(TAG, Log.DEBUG)) {
86 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /packages/providers/TvProvider/src/com/android/providers/tv/
EpgDataCleanupService.java 36 private static final boolean DEBUG = true;
48 if (DEBUG) {
85 if (DEBUG && deleteCount > 0) {
103 if (DEBUG && deleteCount > 0) {
147 if (DEBUG && deleteCount > 0) {
  /system/core/fastbootd/
transport_socket.c 38 #include "debug.h"
82 D(DEBUG, "[ socket_thread - registering device ]");
91 D(DEBUG, "about to write (fd=%d, len=%zu)", handle->fd, len);
97 D(DEBUG, "[ socket_write done fd=%d ]", handle->fd);
106 D(DEBUG, "about to read (fd=%d, len=%zu)", handle->fd, len);
112 D(DEBUG, "[ socket_read done fd=%d ret=%zd]", handle->fd, ret);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 125 private static final boolean DEBUG = KeyguardConstants.DEBUG;
357 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
596 if (DEBUG) Log.d(TAG, "onSystemReady");
611 if (DEBUG) Log.d(TAG, "suppressing biometric unlock during boot");
632 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
646 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
710 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = "
726 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence);
774 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")")
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 128 if (Log.isLoggable(TAG, Log.DEBUG)) {
139 if (Log.isLoggable(TAG, Log.DEBUG)) {
149 if (Log.isLoggable(TAG, Log.DEBUG)) {
158 if (Log.isLoggable(TAG, Log.DEBUG)) {
180 if (Log.isLoggable(TAG, Log.DEBUG)) {
204 if (Log.isLoggable(TAG, Log.DEBUG)) {
213 if (Log.isLoggable(TAG, Log.DEBUG)) {
219 if (Log.isLoggable(TAG, Log.DEBUG)) {
227 if (Log.isLoggable(TAG, Log.DEBUG)) {
236 if (Log.isLoggable(TAG, Log.DEBUG)) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 43 private static boolean DEBUG = false;
61 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
84 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
92 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
108 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
147 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
159 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
172 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
180 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i));
184 if (DEBUG) Log.d(TAG, "Breaking @" + i + " of " + N)
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 30 #define DEBUG ALOGE
132 DEBUG("\n Invalid condition in insert_timestamp %p", header);
140 DEBUG("\n Table full return error");
149 DEBUG("\n EOS with zero length recieved");
164 DEBUG("\n All entries in use");
170 DEBUG("Time stamp inserted %lld", header->nTimeStamp);
184 DEBUG("\n not in avi mode");
194 DEBUG("Removed TS %lld", ts);
217 DEBUG("\n Invalid condition in insert_timestamp %p", header);
239 DEBUG("Getnext Time stamp %lld", header->nTimeStamp)
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 67 8 91011>>