/external/chromium_org/third_party/libusb/src/libusb/os/ |
openbsd_usb.c | 267 usb_config_descriptor_t *ucd; local 269 ucd = (usb_config_descriptor_t *) dpriv->cdesc; 270 len = MIN(len, UGETW(ucd->wTotalLength)); 587 struct usb_config_desc ucd; local 594 ucd.ucd_config_index = USB_CURRENT_CONFIG_INDEX; 596 if ((ioctl(fd, USB_GET_CONFIG_DESC, &ucd)) < 0) 599 usbi_dbg("active bLength %d", ucd.ucd_desc.bLength); 601 len = UGETW(ucd.ucd_desc.wTotalLength); 606 ufd.ufd_config_index = ucd.ucd_config_index;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
ssearch.cpp | 438 UCD *ucd = NULL; local 446 ucd = ucd_open(coll, &status); 453 bms = bms_open(ucd, pattern, plen, target, targetLen, &status); 473 ucd_close(ucd); 634 UCD *ucd = ucd_open(collator, &status); local 635 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status); 640 ucd_close(ucd); 664 ucd_close(ucd); [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_int.h | 268 tL2C_UCD_REG ucd; member in struct:__anon3925 414 UINT16 ucd_mtu; /* peer MTU on UCD */ 415 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */ 416 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */ [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 1049 UpdateCompatibilityData ucd = new UpdateCompatibilityData(); local [all...] |