HomeSort by relevance Sort by last modified time
    Searched refs:bLength (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/libusb/libusb/
libusb.h 305 uint8_t bLength;
359 uint8_t bLength;
409 uint8_t bLength;
471 uint8_t bLength;
    [all...]
libusbi.h 287 uint8_t bLength;
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.h 46 UINT8 bLength;
windows_usb.h 144 uint8_t bLength;
432 UCHAR bLength;
444 UCHAR bLength;
469 UCHAR bLength;
windows_usb.c     [all...]
openbsd_usb.c 599 usbi_dbg("active bLength %d", ucd.ucd_desc.bLength);
linux_usbfs.c 641 for (i = 0; size >= 0; i += header.bLength, size -= header.bLength) {
654 usbi_err(ctx, "bLength overflow by %d bytes", -size);
685 * config descriptor with verified bLength fields, with descriptors
686 * with an invalid bLength removed.
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestWalkingChar.java 113 float bLength = 0.8f;
172 float startpt = bLength / 4 - xOff;
174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
178 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, zOff);
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 55 desc.bLength = USB_DT_ENDPOINT_SIZE;
  /system/core/adb/
usb_linux.c 190 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) {
202 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) {
244 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
246 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
  /system/core/toolbox/
lsusb.c 108 for (i = 0; i < desc->bLength; i++ ) {
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 202 printf("\n bLength = %u", dev_desc.bLength);
225 printf("\n bLength = %u", config_desc.bLength);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
482 ucsdet_setText(csd, bytes, bLength, &status);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
560 ucsdet_setText(csd, bytes, bLength, &status);
  /external/icu4c/test/cintltst/
ucsdetst.c 473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
482 ucsdet_setText(csd, bytes, bLength, &status);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
560 ucsdet_setText(csd, bytes, bLength, &status);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURL.cpp 648 int bLength = b.m_string.length();
650 bLength = b.m_parsed.ref.begin - 1;
652 if (aLength != bLength)
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 579 int32_t bLength = 0, brLength = 0;
584 char *bytes = extractBytes(s1, "IBM424", bLength);
594 ucsdet_setText(csd, bytes, bLength, &status);
663 int32_t bLength = 0, brLength = 0;
668 char *bytes = extractBytes(s1, "IBM420", bLength);
678 ucsdet_setText(csd, bytes, bLength, &status);
  /external/icu4c/test/intltest/
csdetest.cpp 591 int32_t bLength = 0, brLength = 0;
596 char *bytes = extractBytes(s1, "IBM424", bLength);
606 ucsdet_setText(csd, bytes, bLength, &status);
675 int32_t bLength = 0, brLength = 0;
680 char *bytes = extractBytes(s1, "IBM420", bLength);
690 ucsdet_setText(csd, bytes, bLength, &status);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 197 unsigned long str_len = (ser_num->bLength -
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 82 int bLength = baselines.length;
84 switch (bLength) {
PerformanceResultsPreferencePage.java 755 int bLength = builds.length;
757 for (int b=0; b<bLength; b++) {
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 406 uint8_t bLength;
    [all...]
  /external/kernel-headers/original/linux/
hid.h 546 __u8 bLength;
  /system/core/libusbhost/
usbhost.c 534 iter->curr_desc += next->bLength;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 1154 milliseconds

1 2 34 5