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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
AvailableMediaBluetoothDeviceUpdater.java 37 private static final boolean DBG = false;
64 if (DBG) {
97 if (DBG) {
114 if (DBG) {
ConnectedBluetoothDeviceUpdater.java 37 private static final boolean DBG = false;
64 if (DBG) {
97 if (DBG) {
115 if (DBG) {
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 28 public static final boolean DBG = true;
  /packages/services/Car/service/src/com/android/car/
CarDrivingStateService.java 48 private static final boolean DBG = false;
149 if (DBG) {
240 if (DBG) {
271 if (DBG) {
321 if (DBG) {
327 } else if (DBG) {
336 if (DBG) {
342 } else if (DBG) {
348 if (DBG) {
354 } else if (DBG) {
    [all...]
FastPairProvider.java 46 private static final boolean DBG = Utils.DBG;
116 if (DBG) Log.d(TAG, "Advertising failed");
122 if (DBG) Log.d(TAG, "Advertising successfully started");
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 16 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
48 if (DBG) Log.d(LOG_TAG, "start to init ");
51 if (DBG) Log.d(LOG_TAG, "restore stored states");
57 if (DBG) Log.d(LOG_TAG, "onCreate: clirArray[0]="
  /toolchain/binutils/binutils-2.27/gas/
itbl-lex.l 27 #define DBG(x) printf x
30 #define DBG(x)
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 69 private static final boolean DBG = false;
167 if (DBG) Log.d(TAG, "onCreate");
194 if (DBG) Log.d(TAG, "onDestroy");
214 if (DBG) Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId);
236 if (DBG) Log.d(TAG, "onPlay");
244 if (DBG) Log.d(TAG, "onPause");
252 if (DBG) Log.d(TAG, "onSkipToNext");
260 if (DBG) Log.d(TAG, "onSkipToPrevious");
268 if (DBG) Log.d(TAG, "onStop");
275 if (DBG) Log.d(TAG, "onPrepare")
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 67 private static final boolean DBG = false;
126 if (DBG) Log.d(TAG, "Connected");
136 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
141 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState);
238 if (DBG) Log.d(TAG, " device rename success");
259 if (DBG) Log.d(TAG, " remove group success");
262 if (DBG) Log.d(TAG, " remove group fail " + reason);
279 if (DBG) Log.d(TAG, " cancel connect success");
282 if (DBG) Log.d(TAG, " cancel connect fail " + reason);
297 if (DBG) Log.d(TAG, " deleting group " + mSelectedGroup.getGroupName())
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/AcpiPlatformDxe/
EthMac.c 46 #define DBG(arg...) DEBUG((EFI_D_ERROR,## arg))
48 #define DBG(arg...)
129 DBG("In Level:%d\n", Level);
138 DBG("_DSD Child Subnode Store Op Code 0x%02X 0x%02X %02X\n",
149 DBG(" _DSD Child Subnode Store Op Code 0x%02X 0x%02X %02X\n",
157 DBG("_DSD Key Type %d. Found MAC address key\n", DataType);
179 DBG(" _DSD Child Subnode Store Op Code 0x%02X 0x%02X %02X DataType 0x%X\n",
243 DBG("Size %p Data %02x %02x %02x %02x\n", DataSize, Data[0], Data[1], Data[2], Data[3]);
297 DBG("Data Type 0x%02X %02X\n", Data[0], DataSize > 1 ? Data[1] : 0);
319 DBG("[%a:%d] - _HID = %a\n", __FUNCTION__, __LINE__, Data);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 38 private static final boolean DBG = SipService.DBG && false; // 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...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 367 DBG("unknown shader type %d", shader);
524 DBG("not supported: format=%s, target=%d, sample_count=%d, "
539 DBG("could not get ETNA_GPU_INSTRUCTION_COUNT");
546 DBG("could not get ETNA_GPU_VERTEX_OUTPUT_BUFFER_SIZE");
552 DBG("could not get ETNA_GPU_VERTEX_CACHE_SIZE");
558 DBG("could not get ETNA_GPU_SHADER_CORE_COUNT");
564 DBG("could not get ETNA_GPU_STREAM_COUNT");
570 DBG("could not get ETNA_GPU_REGISTER_MAX");
576 DBG("could not get ETNA_GPU_PIXEL_PIPES");
582 DBG("could not get %s", "ETNA_GPU_NUM_CONSTANTS")
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 44 private static final boolean DBG = true;
90 if (DBG) log("query");
167 if (DBG) log("insert");
245 if (DBG) log("len of input String is 0");
289 if (DBG) log("delete");
302 if (DBG) log("parsing '" + param + "'");
344 if (DBG) log("update");
394 if (DBG) log("loadFromEf: efType=0x" +
407 if (DBG) log(ex.toString());
414 if (DBG) log("adnRecords.size=" + N)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 42 private static final boolean DBG = true;
96 if (DBG) log("Creating UiccApp: " + as);
128 if (DBG) log(mAppType + " update. New " + as);
157 if (DBG) log(oldAppType + " changed state: " + oldAppState + " -> " + mAppState);
172 if (DBG) log(mAppType + " being Disposed");
231 if (DBG) log("Error in querying facility lock:" + ar.exception);
259 if (DBG) log("EVENT_CHANGE_FACILITY_FDN_DONE: " +
286 if (DBG) log("Error in querying facility lock:" + ar.exception);
292 if (DBG) log("Query facility lock : " + ints[0]);
323 if (DBG) log("Ignoring: pin1state=" + mPin1State)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 81 private static final boolean DBG = true;
319 if (DBG) {
328 if (DBG) {
333 if (DBG) {
345 if (DBG) {
398 if (DBG) {
450 if (DBG) {
471 if (DBG) {
494 if (DBG) {
502 if (DBG) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_screen.c 49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
91 DBG("not supported: format=%s, target=%d, sample_count=%d, "
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_screen.c 49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
90 DBG("not supported: format=%s, target=%d, sample_count=%d, "
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_screen.c 47 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x",
88 DBG("not supported: format=%s, target=%d, sample_count=%d, "
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_buffer_upload.c 78 DBG("%p %p\n", upload, group);
116 DBG("%p %p\n", upload, group);
134 DBG("\n");
171 DBG("%p\n", upload);
188 DBG("%p %d\n", upload, buffer_size);
205 DBG("Allocating buffer\n");
241 DBG("Using buffer group %d\n", i);
258 DBG("%p %p %p\n", upload, buf, buf->parent);
  /external/syslinux/gpxe/src/core/
malloc.c 114 DBG ( "Allocating %#zx (aligned %#zx)\n", size, align );
129 DBG ( "[%p,%p) -> [%p,%p) + [%p,%p)\n", pre,
156 DBG ( "Allocated [%p,%p)\n", block,
162 DBG ( "Failed to allocate %#zx (aligned %#zx)\n", size, align );
190 DBG ( "Freeing [%p,%p)\n", freeing, ( ( ( void * ) freeing ) + size ));
201 DBG ( "[%p,%p) + [%p,%p) -> [%p,%p)\n", block,
218 DBG ( "[%p,%p)\n", freeing, ( ( ( void * ) freeing ) + freeing->size));
221 DBG ( "[%p,%p) + [%p,%p) -> [%p,%p)\n", freeing,
  /external/syslinux/gpxe/src/drivers/bus/
pci.c 67 DBG ( "Unhandled 64-bit BAR %08x%08x\n",
151 DBG ( "PCI BIOS has not enabled device %02x:%02x.%x! "
160 DBG ( "PCI device %02x:%02x.%x latency timer is unreasonably "
183 DBG ( "Adding PCI device %02x:%02x.%x (%04x:%04x mem %lx io %lx "
199 DBG ( "...using driver %s\n", pci->driver_name );
201 DBG ( "......probe failed\n" );
208 DBG ( "...no driver found\n" );
219 DBG ( "Removed PCI device %02x:%02x.%x\n", pci->bus,
  /external/syslinux/gpxe/src/interface/efi/
efi_pci.c 50 DBG ( "EFIPCI config read from %02x:%02x.%x offset %02lx "
67 DBG ( "EFIPCI config write to %02x:%02x.%x offset %02lx "
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpPlayer.java 27 private static final boolean DBG = true;
69 if (DBG) {
  /packages/apps/Car/libs/
resource_generator.py 24 DBG = False
93 if DBG:
99 if DBG:
107 if DBG:
182 if DBG:
190 if DBG:
199 if DBG:
207 if DBG:
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAreaInfoReceiver.java 28 static final boolean DBG = false; // STOPSHIP: change to false before ship
34 if (DBG) Log.d(TAG, "onReceive " + intent);

Completed in 2308 milliseconds

1 2 3 4 5 6 7 891011>>