/external/bluetooth/bluedroid/btif/src/ |
btif_pan.c | 529 bdstr_t bds; local 530 bd2str((bt_bdaddr_t*)p_data->opening.bd_addr, &bds); 531 BTIF_TRACE_DEBUG2("BTA_PAN_OPENING_EVT handle %d, addr: %s", p_data->opening.handle, bds);
|
/external/qemu/hw/ |
pc.c | 245 int nbds, bds[3] = { 0, }; local 254 bds[i] = boot_device2nibble(boot_device[i]); 255 if (bds[i] == 0) { 261 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]); 262 rtc_set_memory(s, 0x38, (bds[2] << 4)); 271 int nbds, bds[3] = { 0, }; local 319 bds[i] = boot_device2nibble(boot_device[i]); 320 if (bds[i] == 0) { 326 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]) [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 1505 gfx::Rect bds = bounds(); local 2021 gfx::Rect bds = bounds; local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 1615 gfx::Rect bds = bounds(); local 2210 gfx::Rect bds = bounds; local [all...] |