Searched defs:DEBUG (Results 126 - 150 of 519) sorted by relevance

1234567891011>>

/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java63 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java80 private static final boolean DEBUG = false; field in class:LocalBroadcastManager
209 final boolean debug = DEBUG ||
/frameworks/volley/src/main/java/com/android/volley/
H A DVolleyLog.java35 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in class:VolleyLog
49 // Reinitialize the DEBUG "constant"
50 DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
54 if (DEBUG) {
109 public static final boolean ENABLED = VolleyLog.DEBUG;
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DBasicNetwork.java57 protected static final boolean DEBUG = VolleyLog.DEBUG; field in class:BasicNetwork
177 if (DEBUG || requestLifetime > SLOW_REQUEST_THRESHOLD_MS) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DTestBenchMultipleInstance.c25 #define DEBUG(argv) printf argv macro
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(("N
[all...]
/frameworks/base/core/java/android/app/
H A DResourcesManager.java53 private static final boolean DEBUG = false; field in class:ResourcesManager
298 if (DEBUG) Slog.v(TAG, "Applied overrideConfig=" + key.mOverrideConfiguration);
314 if (DEBUG) {
394 if (DEBUG) {
404 if (DEBUG) {
425 if (DEBUG) {
436 if (DEBUG) {
485 if (DEBUG) {
520 if (DEBUG) {
544 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java55 static final boolean DEBUG = false; field in class:AsyncTaskLoader
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) Lo
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java42 private static final boolean DEBUG = false; field in class:CameraCaptureSessionImpl
128 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully");
174 if (DEBUG) {
208 if (DEBUG) {
231 if (DEBUG) {
260 if (DEBUG) {
274 if (DEBUG) {
285 if (DEBUG) {
339 if (DEBUG) Log.v(TAG, mIdString + "replaceSessionClose");
359 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java44 private static final boolean DEBUG = false; field in class:CameraDeviceState
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java41 private static final boolean DEBUG = false; field in class:DisplayManager
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java34 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ActivityRecognitionHardware
162 if (DEBUG) Log.d(TAG, "No events to broadcast for onActivityChanged.");
235 if (DEBUG) Log.d(TAG, "RegisteredCallbackCount: " + callbackCount);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java43 private static final boolean DEBUG = false; field in class:UsbDevice
/frameworks/base/core/java/android/os/
H A DShellCommand.java36 static final boolean DEBUG = false; field in class:ShellCommand
91 if (DEBUG) Slog.d(TAG, "Starting command " + mCmd + " on " + mTarget);
95 if (DEBUG) Slog.d(TAG, "Executed command " + mCmd + " on " + mTarget);
111 if (DEBUG) Slog.d(TAG, "Flushing output streams on " + mTarget);
118 if (DEBUG) Slog.d(TAG, "Sending command result on " + mTarget);
121 if (DEBUG) Slog.d(TAG, "Finished command " + mCmd + " on " + mTarget);
H A DWorkSource.java14 static final boolean DEBUG = false; field in class:WorkSource
276 if (DEBUG) Log.d(TAG, "Adding uid " + uid + " to " + this + ": binsearch res = " + i);
364 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
366 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
369 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1
376 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1");
379 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2");
398 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
400 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
403 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java46 private final boolean DEBUG = false; field in class:GenericInflater
261 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
311 if (DEBUG) {
323 if (DEBUG) {
328 if (DEBUG) {
423 if (DEBUG) System.out.println("******** Creating item: " + name);
436 if (DEBUG) System.out.println("Created item is: " + item);
478 if (DEBUG) {
485 if (DEBUG) {
492 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/printservice/
H A DPrintService.java162 private static final boolean DEBUG = false; field in class:PrintService
454 if (DEBUG) {
471 if (DEBUG) {
482 if (DEBUG) {
493 if (DEBUG) {
503 if (DEBUG) {
514 if (DEBUG) {
525 if (DEBUG) {
536 if (DEBUG) {
547 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java78 private static final boolean DEBUG = false; field in class:TrustAgentService
359 if (DEBUG) Slog.v(TAG, "onBind() intent = " + intent);
/frameworks/base/core/java/android/util/
H A DArrayMap.java48 private static final boolean DEBUG = false; field in class:ArrayMap
178 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
192 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
214 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
228 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
459 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
466 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
475 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
599 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
611 if (DEBUG) Lo
[all...]
H A DArraySet.java47 private static final boolean DEBUG = false; field in class:ArraySet
164 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
178 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
200 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
214 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
364 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
371 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
380 if (DEBUG) Log.d(TAG, "add: move " + index + "-" + (mSize-index)
406 if (DEBUG) {
466 if (DEBUG) Lo
[all...]
H A DLog.java37 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
68 public static final int DEBUG = 3; field in class:Log
137 * Send a {@link #DEBUG} log message.
143 return println_native(LOG_ID_MAIN, DEBUG, tag, msg);
147 * Send a {@link #DEBUG} log message and log the exception.
154 return printlns(LOG_ID_MAIN, DEBUG, tag, msg, tr);
206 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java32 protected static final boolean DEBUG = false; field in class:AlsaCardsParser
108 if (DEBUG) {
120 if (DEBUG) {
129 if (DEBUG) {
180 if (DEBUG) {
186 if (DEBUG) {
192 if (DEBUG) {
199 if (DEBUG) {
210 if (DEBUG) {
224 if (DEBUG) {
[all...]
H A DAlsaDevicesParser.java32 protected static final boolean DEBUG = false; field in class:AlsaDevicesParser
280 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java48 private static final boolean DEBUG = false; field in class:LocalePicker
127 if (DEBUG) {
139 if (DEBUG) {
145 if (DEBUG) {
153 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java47 private final static boolean DEBUG = false; field in class:RuntimeInit
118 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
250 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
253 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
264 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
282 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
305 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java32 static final boolean DEBUG = false; field in class:BaseSurfaceHolder
171 if (DEBUG) Log.i(TAG, "Locking canvas..,");
190 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);

Completed in 558 milliseconds

1234567891011>>