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

1 2 3 45 6 7 8 91011>>

  /device/generic/goldfish/qemu-props/
qemu-props.c 27 #define DEBUG 1
29 #if DEBUG
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StackExtensions.cs 35 #if DEBUG
43 #if DEBUG
  /external/libxml2/os400/
make-bldcsndfa.sh 32 CMD="${CMD} DBGVIEW(${DEBUG})"
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_statebuf.h 10 #ifdef DEBUG
15 #ifdef DEBUG
  /external/mesa3d/src/gallium/drivers/svga/
svga_debug.h 48 #ifdef DEBUG
59 #ifdef DEBUG
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 58 #if defined(_WIN32) || defined(DEBUG)
66 #if defined(DEBUG) && !defined(_WIN32_WCE)
  /external/v8/src/
allocation.h 32 // superclass. The macro prevents the use of new & delete in debug mode.
35 #ifdef DEBUG
51 #ifdef DEBUG
  /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());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AccessPointControllerImpl.java 41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
81 if (DEBUG) Log.d(TAG, "addCallback " + callback);
91 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
100 if (DEBUG) Log.d(TAG, "scan!");
112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
164 if (DEBUG) Log.d(TAG, "connect success");
169 if (DEBUG) Log.d(TAG, "connect failure reason=" + reason);
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 41 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG);
57 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()");
94 if (DEBUG) Slog.d(TAG, "onConnected");
102 if (DEBUG) Slog.d(TAG, "onDestroy");
116 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
136 if (DEBUG) Slog.d(TAG, String.format(
154 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FullWidthDetailsOverviewSharedElementHelper.java 50 private static final boolean DEBUG = false;
76 if (DEBUG) {
87 if (DEBUG) {
118 if (DEBUG) {
126 if (DEBUG) {
138 if (DEBUG) {
150 if (DEBUG) {
181 if (DEBUG) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 34 private static final boolean DEBUG = false;
47 if (DEBUG) {
58 if (DEBUG) {
90 if (DEBUG) {
94 if (DEBUG) {
123 if (DEBUG) {
144 if (DEBUG) Log.d(TAG, "registerConnectionStateReceiver()");
152 if (DEBUG) Log.d(TAG, "unregisterConnectionStateReceiver()");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ShiftKeyState.java 37 if (DEBUG)
44 if (DEBUG)
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java 33 if (Log.isLoggable(TAG, Log.DEBUG)) {
47 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
  /system/extras/simpleperf/
main.cpp 48 LOG(DEBUG) << "command '" << command_name << "' starts running";
50 LOG(DEBUG) << "command '" << command_name << "' "
  /external/iputils/ninfod/
ninfod_core.c 244 DEBUG(LOG_DEBUG, "%s()\n", __func__);
247 DEBUG(LOG_WARNING,
271 DEBUG(LOG_DEBUG, "%s()\n", __func__);
274 DEBUG(LOG_WARNING, "%s(): invalid subject length(%zu)\n",
319 DEBUG(LOG_ERR, "Warning: Too Large Supported Types\n");
396 DEBUG(LOG_DEBUG, "%s()\n", __func__);
404 DEBUG(LOG_WARNING, "%s(): failed to gettimeofday()\n", __func__);
446 DEBUG(LOG_DEBUG, "%s(): thread=%ld\n", __func__, pthread_self());
448 DEBUG(LOG_DEBUG, "%s(): thread=%ld => %d\n", __func__, pthread_self(), ret);
463 DEBUG(LOG_DEBUG, "%s(): worker=%d\n"
    [all...]
ninfod.h 88 # define DEBUG(pri, fmt, args...) do { \
100 # define DEBUG(pri, fmt, args...) do { ; } while(0)
106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \
112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \
  /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/av/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...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 42 private static final boolean DEBUG = false;
128 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully");
169 if (DEBUG) {
203 if (DEBUG) {
226 if (DEBUG) {
255 if (DEBUG) {
269 if (DEBUG) {
280 if (DEBUG) {
334 if (DEBUG) Log.v(TAG, mIdString + "replaceSessionClose");
354 if (DEBUG) Log.v(TAG, mIdString + "close - reentering")
    [all...]
  /bionic/libc/dns/resolv/
res_debug.h 23 #ifndef DEBUG
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 50 if (Log.isLoggable(TAG, Log.DEBUG)) {
73 if (Log.isLoggable(TAG, Log.DEBUG)) {
80 if (Log.isLoggable(TAG, Log.DEBUG)) {
87 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 50 if (Log.isLoggable(TAG, Log.DEBUG)) {
73 if (Log.isLoggable(TAG, Log.DEBUG)) {
80 if (Log.isLoggable(TAG, Log.DEBUG)) {
87 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceConfigListenerService.java 50 if (Log.isLoggable(TAG, Log.DEBUG)) {
73 if (Log.isLoggable(TAG, Log.DEBUG)) {
80 if (Log.isLoggable(TAG, Log.DEBUG)) {
87 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /external/apache-http/android/src/android/net/http/
HttpLog.java 30 private static final boolean DEBUG = false;

Completed in 2347 milliseconds

1 2 3 45 6 7 8 91011>>