HomeSort by relevance Sort by last modified time
    Searched refs:DBG (Results 126 - 150 of 924) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyDevController.java 43 private static final boolean DBG = true;
135 if (DBG) logd("handleMessage: received EVENT_HARDWARE_CONFIG_CHANGED");
155 if (DBG) logd("updateOrInsert: removing: " + item);
160 if (DBG) logd("updateOrInsert: inserting: " + hw);
197 if (DBG) logd("getModemCount: " + count);
217 if (DBG) logd("getModem: " + index);
228 if (DBG) logd("getSimCount: " + count);
248 if (DBG) logd("getSim: " + index);
268 if (DBG) logd("getModemForSim " + simIndex);
296 if (DBG) logd("getAllSimsForModem " + modemIndex)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 29 private static final boolean DBG = true;
52 if (DBG) log(s + ".saveParameters: action=" + intent.getAction());
58 if (DBG) {
DcTracker.java 118 private static final boolean DBG = true;
230 if (DBG) log("screen on");
236 if (DBG) log("screen off");
242 if (DBG) log("Reconnect alarm. Previous state was " + mState);
245 if (DBG) log("Data stall alarm");
248 if (DBG) log("Provisioning apn alarm");
255 if (DBG) log("onReceive: Unknown action=" + action);
292 if (DBG) log("SubscriptionListener.onSubscriptionInfoChanged");
389 if (DBG) {
398 if (DBG) {
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtnic.c 101 DBG("Couldn't map command register\n");
106 DBG("Error in allocating buffer for command interface\n");
147 DBG ( "Dropping packet, buffer is full\n" );
197 DBG("Failed allocating descriptor ring sizeof %x\n",
203 DBG("Allocated %s ring (addr:%p) - buf:%p size:%x"
214 DBG("Failed allocating Rx ring doorbell record\n");
232 DBG("ERROR Allocating io buffer\n");
248 DBG("Mapping TxCQ doorbell at offset:0x%x\n",
253 DBG("Couldn't map txcq doorbell, aborting...\n");
288 DBG("Failed allocating CQ doorbell record\n")
    [all...]
  /external/doclava/src/com/google/doclava/
LinkReference.java 29 private static final boolean DBG = false;
240 if (DBG) System.out.println("-- chose base as classinfo");
244 if (DBG) System.out.println("-- ref == null");
247 if (DBG) System.out.println("-- assumed to be cl");
251 if (DBG) System.out.println("-- they provided ref = " + ref);
255 if (DBG) System.out.println("-- cl non-null");
258 if (DBG) System.out.println("-- cl.extendedFindClass was null");
262 if (DBG) System.out.println("-- cl.findClass was null");
264 if (DBG) if (result.classInfo == null) System.out.println("-- cl.findInnerClass was null");
271 if (DBG) System.out.println("-- hitting up the Converter.obtainclass")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 29 private static final boolean DBG = false;
87 if (DBG) {
102 if (DBG) {
118 if (DBG) {
135 if (DBG) {
153 if (DBG) {
169 if (DBG) {
184 if (DBG) {
199 if (DBG) {
215 if (DBG) {
    [all...]
  /packages/services/Car/service/src/com/android/car/
BluetoothDeviceConnectionPolicy.java 93 private static final boolean DBG = Utils.DBG;
266 if (DBG) {
311 if (DBG) {
327 if (DBG) {
432 if (DBG) {
444 if (DBG) {
462 if (DBG) {
491 if (DBG) {
501 if (DBG) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 49 private static final boolean DBG = true;
64 if (DBG) {
74 if (DBG) {
83 if (DBG) {
120 if (DBG) {
131 if (DBG) {
161 if (DBG) {
185 if (DBG) {
206 if (DBG) {
224 if (DBG) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_read.c 85 DBG("%s\n", __func__);
95 DBG("%s - bad format for blit\n", __func__);
100 DBG("%s: bad packing params\n", __func__);
151 DBG("%s - DONE\n", __func__);
167 DBG("%s\n", __func__);
  /external/syslinux/gpxe/src/interface/smbios/
smbios.c 89 DBG ( "SMBIOS structure at offset %zx with length "
96 DBG ( "SMBIOS structure at offset %zx has "
102 DBG ( "SMBIOS structure at offset %zx has type %d, length %x, "
117 DBG ( "SMBIOS structure type %d not found\n", type );
178 DBG ( "SMBIOS string index %d not found\n", index );
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 33 private static final boolean DBG = false;
59 if (DBG) Log.d(TAG, "Publishing suggestions immediately: " + suggestions);
64 if (DBG) Log.d(TAG, "Delaying suggestions publishing: " + suggestions);
109 if (DBG) {
114 if (DBG) Log.d(TAG, "Suggestions now available, publishing: " + mPendingSuggestions);
  /packages/services/Telephony/src/com/android/phone/
CdmaVoicePrivacySwitchPreference.java 31 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
82 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception);
85 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: VP state successfully queried.");
98 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
100 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: re get");
ADNList.java 51 protected static final boolean DBG = false;
116 if (DBG) log("query: starting an async query");
195 if (DBG) log("displayProgress: " + loading);
211 if (DBG) log("onQueryComplete: cursor.count=" + c.getCount());
222 if (DBG) log("onInsertComplete: requery");
228 if (DBG) log("onUpdateComplete: requery");
234 if (DBG) log("onDeleteComplete: requery");
CallTime.java 36 private static final boolean DBG = false;
70 if (DBG) log("setActiveCallMode(" + call + ")...");
78 if (DBG) log("reset()...");
93 if (DBG) log("periodicUpdateTimer() @ " + nextReport);
109 if (DBG) log("periodicUpdateTimer: timer already running, bail");
114 if (DBG) log("cancelTimer()...");
153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration);
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 100 DBG ( " buffer underrun at %zx (min %zx)",
105 DBG ( " buffer overrun at %zx (max %zx)",
193 DBG ( " %s", uri_string );
198 DBG ( " could not open (%s)\n", strerror ( rc ) );
250 DBG ( "PXENV_TFTP_OPEN" );
272 DBG ( " blksize=%d", tftp_open->PacketSize );
300 DBG ( "PXENV_TFTP_CLOSE" );
371 DBG ( "PXENV_TFTP_READ to %04x:%04x",
489 DBG ( "PXENV_TFTP_READ_FILE to %08x+%x", tftp_read_file->Buffer,
560 DBG ( "PXENV_TFTP_GET_FSIZE" )
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbapClient.java 39 private static final boolean DBG = false;
61 if (DBG) {
97 if (DBG) {
173 if (DBG) {
198 if (DBG) {
225 if (DBG) {
250 if (DBG) {
275 if (DBG) {
295 if (DBG) {
306 if (DBG) {
    [all...]
BluetoothMap.java 40 private static final boolean DBG = true;
62 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
92 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
173 if (DBG) log(Log.getStackTraceString(new Throwable()));
195 if (DBG) log(Log.getStackTraceString(new Throwable()));
216 if (DBG) log(Log.getStackTraceString(new Throwable()));
226 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
237 if (DBG) log("disconnect(" + device + ")");
278 if (DBG) log("getConnectedDevices()");
298 if (DBG) log("getDevicesMatchingStates()")
    [all...]
BluetoothSap.java 46 private static final boolean DBG = true;
100 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
130 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object");
214 if (DBG) log(Log.getStackTraceString(new Throwable()));
237 if (DBG) log(Log.getStackTraceString(new Throwable()));
260 if (DBG) log(Log.getStackTraceString(new Throwable()));
272 if (DBG) log("connect(" + device + ")" + "not supported for SAPS");
284 if (DBG) log("disconnect(" + device + ")");
305 if (DBG) log("getConnectedDevices()");
326 if (DBG) log("getDevicesMatchingStates()")
    [all...]
  /frameworks/base/core/java/android/speech/
RecognitionService.java 57 private static final boolean DBG = false;
100 if (DBG) Log.d(TAG, "created new mCurrentCallback, listener = " + listener.asBinder());
142 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
148 if (DBG) Log.d(TAG, "canceling - setting mCurrentCallback to null");
176 if (DBG) Log.d(TAG, "checkPermissions");
214 if (DBG) Log.d(TAG, "onBind, intent=" + intent);
220 if (DBG) Log.d(TAG, "onDestroy");
245 if (DBG) Log.d(TAG, "beginningOfSpeech");
343 if (DBG) Log.d(TAG, "startListening called by:" + listener.asBinder());
354 if (DBG) Log.d(TAG, "stopListening called by:" + listener.asBinder())
    [all...]
  /system/core/fastboot/
usb_windows.cpp 44 #define DBG(x...) fprintf(stderr, x)
46 #define DBG(x...)
160 DBG("usb_write %d\n", len);
168 DBG("AdbWriteEndpointSync returned %d, errno: %d\n", ret, errno);
184 DBG("usb_write NULL handle\n");
188 DBG("usb_write failed: %d\n", errno);
198 DBG("usb_read %d\n", len);
205 DBG("usb_read got: %ld, expected: %d, errno: %d\n", read, xfer, errno);
217 DBG("usb_read NULL handle\n");
221 DBG("usb_read failed: %d\n", errno)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_queue.c 91 DBG("waiting for full cmdbuf\n");
94 DBG("got cmdbuf=%p\n", cmdbuf);
115 DBG("freeing cmdbuf=%p\n", cmdbuf);
143 DBG("flushing cmdbuf=%p instr=%d size=%d\n",
164 DBG("waiting for empty cmdbuf\n");
167 DBG("got empty cmdbuf=%p\n", cmdbuf);
195 DBG("cmdbuf=%p space=%d\n", cmdbuf, space);
  /external/syslinux/gpxe/src/core/
serial.c 152 DBG ( "Serial port %#x initialising\n", UART_BASE );
171 DBG ( "Serial port %#x UART_DLL failed\n", UART_BASE );
176 DBG ( "Serial port %#x UART_DLL failed\n", UART_BASE );
181 DBG ( "Serial port %#x UART_DLL failed\n", UART_BASE );
186 DBG ( "Serial port %#x UART_DLM failed\n", UART_BASE );
191 DBG ( "Serial port %#x UART_DLM failed\n", UART_BASE );
196 DBG ( "Serial port %#x UART_DLM failed\n", UART_BASE );
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 50 static final boolean DBG = true;
184 if (DBG) {
192 if (DBG) {
212 if (DBG) {
217 if (DBG) {
224 if (DBG) {
231 if (DBG) {
309 if (DBG) {
320 if (DBG) {
337 if (DBG) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
BeamShareActivity.java 60 static final boolean DBG = false;
167 if (DBG) Log.d(TAG, e.getMessage());
171 if (DBG) Log.d(TAG, "Found uri in ClipData.");
174 if (DBG) Log.d(TAG, "Found text in ClipData.");
177 if (DBG) Log.d(TAG, "Did not find any shareable data in ClipData.");
185 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND intent.");
188 if (DBG) Log.d(TAG, "Found EXTRA_TEXT in ACTION_SEND intent.");
191 if (DBG) Log.d(TAG, "Did not find any shareable data in ACTION_SEND intent.");
200 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND_MULTIPLE intent.");
205 if (DBG) Log.d(TAG, "Found text in ACTION_SEND_MULTIPLE intent.")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostNfcFEmulationManager.java 41 static final boolean DBG = false;
95 if (DBG) Log.d(TAG, "notifyHostEmulationActivated");
99 if (DBG) Log.d(TAG, "notifyHostEmulationData");
120 if (DBG) Log.d(TAG, "resolvedServiceName: " + resolvedServiceName.toString() +
149 if (DBG) Log.d(TAG, "notifyHostEmulationDeactivated");
182 if (DBG) Log.d(TAG, "sendDataToServiceLocked");
183 if (DBG) {
201 if (DBG) Log.d(TAG, "data: " + getByteDump(data));
209 if (DBG) Log.d(TAG, "sendDeactivateToActiveServiceLocked");
221 if (DBG) Log.d(TAG, "bindServiceIfNeededLocked")
    [all...]

Completed in 382 milliseconds

1 2 3 4 56 7 8 91011>>