HomeSort by relevance Sort by last modified time
    Searched defs:wIndex (Results 1 - 25 of 43) sorted by null

1 2

  /packages/apps/ExactCalculator/src/com/android/calculator2/
StringUtils.java 69 int wIndex = 0;
77 while (wIndex < wLen && whole.charAt(wIndex) == c) {
78 ++wIndex;
83 if (wIndex == wLen || whole.charAt(wIndex) != prefix.charAt(pIndex) ) {
87 ++wIndex;
89 while (wIndex < wLen && whole.charAt(wIndex) == c) {
90 ++wIndex;
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 59 int wIndex = cursor.getColumnIndexOrThrow(DictionaryDatabase.KEY_WORD);
62 word.setText(cursor.getString(wIndex));
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 428 INT32 wIndex,wCount=0;
466 wIndex=0;
472 ALOGE("%s; wIndex = 0", fn);
473 for(wCount =0; (wCount < 5 && !feof(Os_info->fp)); wCount++, wIndex++)
475 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]);
484 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]);
485 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]);
488 for(wCount =0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++)
490 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]);
499 pTranscv_Info->sSendlength = wIndex;
    [all...]
Ala.cpp 787 INT32 wIndex,wCount=0;
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 92 unsigned int wIndex; // 4 Depends on bRequest
  /external/libpcap/pcap/
usb.h 61 u_int16_t wIndex;
  /external/libusb/libusb/os/
wince_usb.h 66 UINT16 wIndex;
linux_usbfs.h 33 uint16_t wIndex;
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 62 __le16 wIndex;
cdc.h 217 __le16 wIndex;
ch9.h 113 __le16 wIndex;
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 63 __le16 wIndex;
141 * | 7 | wIndex | U16 | currently supported: 4 |
151 * | 7 | wIndex | U16 | currently supported: 5 |
cdc.h 301 __le16 wIndex;
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 27 __u16 wIndex;
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 44 __u16 wIndex;
  /hardware/nxp/secure_element/ls_client/src/
LsLib.cpp 661 int32_t wResult = 0, wCount, wIndex = 0;
665 for (wCount = 0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) {
666 wResult = FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]);
674 for (wCount = 0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) {
676 FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]);
707 for (wCount = 0; (wCount < 1 && !feof(Os_info->fp)); wCount++, wIndex++) {
709 FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]);
722 for (wCount = 0; (wCount < 2 && !feof(Os_info->fp)); wCount++, wIndex++) {
724 FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]);
748 for (wCount = 0; (wCount < wLen && !feof(Os_info->fp)); wCount++, wIndex++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 43 __u16 wIndex;
  /external/libusb-compat/libusb/
usb.h 195 u_int16_t wIndex;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 817 int wIndex = subStr.indexOf(PhoneNumberUtils.WAIT);
820 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) {
821 subStr = subStr.substring(0, wIndex);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 253 UINT32 wIndex:16;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 249 UINT32 wIndex:16;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 397 int pIndex, wIndex;
404 wIndex = a.indexOf(WAIT);
406 trimIndex = minPositive(pIndex, wIndex);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
cdc.h 270 __le16 wIndex;
ch9.h 165 * @wIndex: matches the USB wIndex field (le16 byte order)
181 __le16 wIndex;
  /external/libusb/libusb/
libusb.h 888 uint16_t wIndex;
    [all...]

Completed in 694 milliseconds

1 2