HomeSort by relevance Sort by last modified time
    Searched refs:bLength (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/common/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /external/kernel-headers/original/linux/
usb_ch9.h 179 __u8 bLength;
188 __u8 bLength;
241 __u8 bLength;
264 __u8 bLength;
278 __u8 bLength;
296 __u8 bLength;
305 /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
332 __u8 bLength;
349 __u8 bLength;
363 __u8 bLength;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /external/bluetooth/bluez/tools/
dfu.h 32 u_int8_t bLength;
95 uint8_t bLength;
dfutool.c 390 printf("bLength\t\t%d\n", suffix->bLength);
689 suffix.bLength = DFU_SUFFIX_SIZE;
  /system/core/fastboot/
usb_linux.c 109 len -= dev->bLength;
110 ptr += dev->bLength;
115 len -= cfg->bLength;
116 ptr += cfg->bLength;
157 len -= ifc->bLength;
158 ptr += ifc->bLength;
170 len -= ept->bLength;
171 ptr += ept->bLength;
  /libcore/luni/src/main/java/java/math/
BitLevel.java 46 int bLength = (val.numberLength << 5);
57 bLength -= Integer.numberOfLeadingZeros(highDigit);
58 return bLength;
  /external/webkit/WebCore/platform/text/
StringHash.h 51 unsigned bLength = b->length();
52 if (aLength != bLength)
  /system/core/adb/
usb_linux.c 189 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) {
239 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
241 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
  /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/third_party/icu/source/test/cintltst/
ucsdetst.c 471 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
473 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
480 ucsdet_setText(csd, bytes, bLength, &status);
549 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
551 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
558 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/third_party/icu/source/test/intltest/
csdetest.cpp 580 int32_t bLength = 0, brLength = 0;
585 char *bytes = extractBytes(s1, "IBM424", bLength);
595 ucsdet_setText(csd, bytes, bLength, &status);
664 int32_t bLength = 0, brLength = 0;
669 char *bytes = extractBytes(s1, "IBM420", bLength);
679 ucsdet_setText(csd, bytes, bLength, &status);
  /external/icu4c/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);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 197 unsigned long str_len = (ser_num->bLength -
  /external/webkit/WebCore/platform/
KURLGoogle.cpp     [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 856 milliseconds