HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 176 - 200 of 371) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallForwardOptions.java 21 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
88 if (DBG) Log.d(LOG_TAG, "start to init ");
135 if (DBG) Log.d(LOG_TAG, "onActivityResult: done");
137 if (DBG) Log.d(LOG_TAG, "onActivityResult: contact picker result not OK.");
145 if (DBG) Log.d(LOG_TAG, "onActivityResult: bad contact data, no results found.");
TimeConsumingPreferenceActivity.java 27 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
135 if (DBG) dumpState();
136 if (DBG) Log.d(LOG_TAG, "onStarted, preference=" + preference.getKey()
152 if (DBG) dumpState();
153 if (DBG) Log.d(LOG_TAG, "onFinished, preference=" + preference.getKey()
169 if (DBG) dumpState();
170 if (DBG) Log.d(LOG_TAG, "onError, preference=" + preference.getKey() + ", error=" + error);
190 if (DBG) dumpState();
  /system/core/fastboot/
usb_linux.c 59 #define DBG(x...) fprintf(stderr, x)
61 #define DBG(x...)
266 // DBG("[ scanning %s ]\n", busname);
272 // DBG("[ scanning %s ]\n", devname);
348 DBG("ERROR: n = %d, errno = %d (%s)\n",
382 DBG("[ usb read %d fd = %d], fname=%s\n", xfer, h->desc, h->fname);
384 DBG("[ usb read %d ] = %d, fname=%s, Retry %d \n", xfer, n, h->fname, retry);
414 DBG("[ usb closed %d ]\n", fd);
426 DBG("[ usb closed %d ]\n", fd);
  /system/netd/
DnsProxyListener.cpp 32 #define DBG 0
127 if (DBG) {
175 if (DBG) {
227 if (DBG) {
254 if (DBG) {
332 if (DBG) {
347 if (DBG) {
379 if (DBG) {
467 if (DBG) {
485 if (DBG) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 30 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x
164 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax));
172 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
180 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
203 DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList));
652 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel));
694 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel()));
730 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir));
744 DBG((stderr, "pluginfile= %s\n", plugin_file));
808 DBG((stderr, "PLUGIN libName=[%s], sym=[%s], config=[%s]\n", libName, symName, config))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 45 #define DBG(...) do { \
864 DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n",
  /external/icu4c/common/
icuplug.c 34 #define DBG(x) fprintf(stderr, "%s:%d: ",__FILE__,__LINE__); fprintf x
168 DBG((stderr, "uplug_openLibrary() - out of library slots (max %d)\n", libraryMax));
176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
184 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
207 DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList));
652 DBG((stderr, "uplug_loadWaitingPlugs() Level: %d\n", currentLevel));
692 DBG((stderr, " Done Loading Plugs. Level: %d\n", (int32_t)uplug_getCurrentLevel()));
727 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir));
752 DBG((stderr, "pluginfile= %s\n", plugin_file));
825 DBG((stderr, "PLUGIN libName=[%s], sym=[%s], config=[%s]\n", libName, symName, config))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 45 #define DBG(...) do { \
864 DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n",
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 48 private static final boolean DBG = true;
233 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
344 if (DBG) log("connect(" + device + ")");
385 if (DBG) log("disconnect(" + device + ")");
467 if (DBG) log("setPriority(" + device + ", " + priority + ")");
535 if (DBG) log("startVoiceRecognition()");
559 if (DBG) log("stopVoiceRecognition()");
641 if (DBG) log("acceptIncomingConnect");
648 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
658 if (DBG) log("rejectIncomingConnect")
    [all...]
BluetoothHealth.java 60 private static final boolean DBG = true;
104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
189 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
213 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
242 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
271 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
300 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
329 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
359 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
524 if (DBG) Log.d(TAG, "Proxy object connected")
    [all...]
BluetoothTetheringDataTracker.java 61 private static final boolean DBG = true;
110 if (DBG) Log.d(TAG, "startMonitoring: target: " + target);
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 53 private static final boolean DBG = false;
131 if (DBG) Log.d(TAG, "Sending a DHCP renewal " + this);
188 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
206 if (DBG) Log.d(TAG, getName() + "\n");
212 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
239 if (DBG) Log.d(TAG, getName() + "\n");
245 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
271 if (DBG) Log.d(TAG, getName() + "\n");
277 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
312 if (DBG) Log.d(TAG, getName() + "\n")
    [all...]
DnsPinger.java 54 private static final boolean DBG = false;
168 if (DBG) {
199 if (DBG) {
206 if (DBG) {
280 if(DBG) {
  /frameworks/base/core/java/android/nfc/
NfcActivityManager.java 43 static final Boolean DBG = false;
238 if (DBG) Log.d(TAG, "Setting reader mode");
418 if (DBG) Log.d(TAG, "onResume() for " + activity + " " + state);
438 if (DBG) Log.d(TAG, "onPause() for " + activity + " " + state);
463 if (DBG) Log.d(TAG, "onDestroy() for " + activity + " " + state);
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 53 private final static boolean DBG = false;
173 if (DBG) Log.d(TAG, "onServiceConnected - Success");
184 if (DBG) Log.d(TAG, "onServiceDisconnected - Success");
345 if (DBG) Log.d(TAG, "service start listening command succeded");
359 if (DBG) Log.d(TAG, "service stop listening command succeded");
373 if (DBG) Log.d(TAG, "service cancel command succeded");
391 if (DBG) Log.d(TAG, "handleChangeListener, listener=" + listener);
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 18 private static final boolean DBG = false;
138 if (DBG) Log.d(TAG, "Audio track null [duplicate call to waitAndRelease ?]");
149 if (DBG) {
160 if (DBG) Log.d(TAG, "Waiting for audio track to complete : " + mAudioTrack.hashCode());
167 if (DBG) Log.d(TAG, "Releasing audio track [" + track.hashCode() + "]");
194 if (DBG) Log.d(TAG, "AudioTrack not playing, restarting : " + audioTrack.hashCode());
270 if (DBG) Log.d(TAG, "About to sleep for: " + estimatedTimeMs + "ms for a short utterance");
311 if (DBG) {
335 if (DBG) Log.d(TAG, "volLeft=" + volLeft + ",volRight=" + volRight);
TtsEngines.java 60 private static final boolean DBG = false;
304 if (DBG) Log.d(TAG, "getLocalePrefForEngine(" + engineName + ")= " + locale);
321 if (DBG) Log.d(TAG, "parseLocalePref(" + returnVal[0] + "," + returnVal[1] +
431 if (DBG) {
439 if (DBG) Log.d(TAG, "updateLocalePrefForEngine(), writing: " + newPrefList.toString());
  /frameworks/base/core/java/android/util/
TimeUtils.java 44 private static final boolean DBG = false;
112 if (DBG) {
133 if (DBG) {
161 if (DBG) Log.d(TAG, "getTimeZones(" + country + "): return cached version");
169 if (DBG) Log.d(TAG, "getTimeZones(null): return empty list");
196 if (DBG) {
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 37 private static final boolean DBG = false;
80 if (DBG) Log.v(TAG, "animationCount = " + mAnimators.size());
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 43 private static final boolean DBG = false;
66 if (DBG) {
84 if (DBG) {
98 if (DBG) {
111 if (DBG) {
125 if (DBG)
130 if (DBG)
144 if (DBG)
149 if (DBG)
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 30 private static final boolean DBG = false;
231 if (DBG) log("initialize: " + toString());
259 if (DBG) log("Size of signalstrength parcel:" + in.dataSize());
284 if (DBG) log("Size of signalstrength parcel:" + in.dataSize());
356 if (DBG) log("Signal before validate=" + this);
375 if (DBG) log("Signal after validate=" + this);
492 if (DBG) log("getLevel=" + level);
523 if (DBG) log("getAsuLevel=" + asuLevel);
548 if (DBG) log("getDbm=" + dBm);
567 if (DBG) log("getGsmDbm=" + dBm)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 38 private static final boolean DBG = SipService.DBG && true; // STOPSHIP if true
77 if (DBG) log("Timer stopped");
107 if (DBG) {
164 if (DBG) {
179 if (DBG) log("cancel:" + callback);
187 if (DBG) log(" cancel found:" + event);
201 if (DBG) {
254 if (DBG) log("time's up, triggerTime = "
260 if (DBG) log("execute " + event)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 42 private static final boolean DBG = false;
113 if (DBG) log("insert");
180 if (DBG) log("delete");
208 if (DBG) log("parsing '" + param + "'");
248 if (DBG) log("update");
284 if (DBG) log("loadFromEf: efType=" + efType);
296 if (DBG) log(ex.toString());
303 if (DBG) log("adnRecords.size=" + N);
317 if (DBG) log("addIccRecordToEf: efType=" + efType + ", name=" + name +
337 if (DBG) log(ex.toString())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 51 private static final boolean DBG = true;
179 if (DBG) log("sending original message to recipient");
209 if (DBG) log("updateCurrentCarrierInProvider APP_FAM_3GPP == null");
212 if (DBG) log("updateCurrentCarrierInProvider not updated");
215 if (DBG) log("updateCurrentCarrierInProvider X retVal=" + retVal);
227 if (DBG) log("updateCurrentCarrierInProvider from UICC: numeric=" +
235 if (DBG) log("updateCurrentCarrierInProvider mIccRecords == null ret false");
EriManager.java 87 private static final boolean DBG = true;
158 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: check for alternate file");
163 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: opened alternate file");
165 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: no alternate file");
168 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: no parser for alternate file");
173 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: open normal file");
219 if (DBG) Rlog.d(LOG_TAG, "loadEriFileFromXml: eri parsing successful, file loaded");
397 if (DBG) Rlog.d(LOG_TAG, "ERI File not loaded");

Completed in 492 milliseconds

1 2 3 4 5 6 78 91011>>