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

1 23 4 5 6 7 8 91011>>

  /external/stlport/test/eh/
intel45.mak 31 #disable warnings complaining about debug ...info exceeded....
39 #DEBUG = STL
40 DEBUG = ON
41 #DEBUG =
56 #Library selection should be BEFORE debug processing!!!
63 !IF "$(DEBUG)" == ""
68 !IF "$(DEBUG)" == "STL"
intel50.mak 32 #disable warnings complaining about debug ...info exceeded....
40 #DEBUG = STL
41 DEBUG = ON
42 #DEBUG =
57 #Library selection should be BEFORE debug processing!!!
64 !IF "$(DEBUG)" == ""
69 !IF "$(DEBUG)" == "STL"
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 34 DEBUG
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java 35 private static final boolean DEBUG = false;
106 if (DEBUG) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
SettingsUI.java 35 private static final boolean DEBUG = false;
45 if (DEBUG) Log.d(TAG, "showing brightness dialog");
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
RSTest.java 42 private static final boolean DEBUG = false;
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 30 #define DEBUG 0
121 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%d fd:%d",
130 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%d fd:%d",
161 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%d offset:%d fd:%d",
169 ALOGD_IF(DEBUG, "ion: Unmapping buffer base:%p size:%d", base, size);
  /hardware/qcom/display/msm8974/libgralloc/
ionalloc.cpp 30 #define DEBUG 0
122 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%d fd:%d",
131 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%d fd:%d",
162 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%d offset:%d fd:%d",
170 ALOGD_IF(DEBUG, "ion: Unmapping buffer base:%p size:%d", base, size);
  /hardware/qcom/display/msm8x26/libgralloc/
ionalloc.cpp 30 #define DEBUG 0
121 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%d fd:%d",
130 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%d fd:%d",
161 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%d offset:%d fd:%d",
169 ALOGD_IF(DEBUG, "ion: Unmapping buffer base:%p size:%d", base, size);
  /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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 30 #define DEBUG ALOGE
148 DEBUG("\n Invalid condition in insert_timestamp %p", header);
159 DEBUG("\n Table full return error");
169 DEBUG("\n EOS with zero length recieved");
188 DEBUG("\n All entries in use");
196 DEBUG("Time stamp inserted %lld", header->nTimeStamp);
213 DEBUG("\n not in avi mode");
226 DEBUG("Removed TS %lld", ts);
252 DEBUG("\n Invalid condition in insert_timestamp %p", header);
280 DEBUG("Getnext Time stamp %lld", header->nTimeStamp)
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 56 private static final boolean DEBUG = false;
178 if (DEBUG) {
  /packages/apps/Mms/src/com/android/mms/model/
CarrierContentRestriction.java 36 private static final boolean DEBUG = true;
49 if (DEBUG) {
  /packages/apps/Mms/src/com/android/mms/util/
SendingProgressTokenManager.java 26 private static final boolean DEBUG = false;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 14 from distutils.debug import DEBUG
127 if DEBUG:
142 if DEBUG:
158 if DEBUG:
166 if DEBUG:
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 14 from distutils.debug import DEBUG
127 if DEBUG:
142 if DEBUG:
158 if DEBUG:
166 if DEBUG:
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /bionic/libc/netbsd/resolv/
res_state.c 41 /* Set to 1 to enable debug traces */
42 #define DEBUG 0
44 #if DEBUG
  /cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java 31 public static boolean DEBUG = false;
55 if (DEBUG) {
61 if (DEBUG) {
82 if (DEBUG) {
88 if (DEBUG) {
94 if (DEBUG) {
  /cts/tools/dasm/src/java_cup/
sym.java 15 static final int DEBUG = 20;
  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 29 private static final boolean DEBUG = false;
92 if (DEBUG) {
125 if (DEBUG) {
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 29 /** local debug flag */
30 private static boolean DEBUG = false;
78 if (DEBUG) {
88 if (DEBUG) {
98 if (DEBUG) {
109 if (DEBUG) {
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
Log.java 31 public static final int DEBUG = android.util.Log.DEBUG;
106 * Prints a message at DEBUG priority.
114 println(DEBUG, tag, msg, tr);
118 * Prints a message at DEBUG priority.
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
Log.java 31 public static final int DEBUG = android.util.Log.DEBUG;
106 * Prints a message at DEBUG priority.
114 println(DEBUG, tag, msg, tr);
118 * Prints a message at DEBUG priority.

Completed in 1056 milliseconds

1 23 4 5 6 7 8 91011>>