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

  /frameworks/base/core/java/android/nfc/
NdefRecord.java 274 int typeLength = in.readInt();
275 byte[] type = new byte[typeLength];
  /external/webkit/WebCore/bridge/objc/
objc_utility.mm 293 int typeLength = strlen(type);
296 for (int i = 0; i < typeLength; ++i) {
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 1009 long typeLength;
1010 if (noErr != QTGetAtomDataPtr(mimeList, mimeTag, &typeLength, &atomData))
1014 if (typeLength >= sizeof(typeBuffer))
1016 memcpy(typeBuffer, atomData, typeLength)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.c 684 TI_UINT16 typeLength;
778 typeLength = HTOWLANS(pEthHeader->type);
783 if( typeLength > ETHERNET_MAX_PAYLOAD_SIZE )
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.c 675 TI_UINT16 typeLength;
769 typeLength = WLANTOHS(pEthHeader->type);
774 if( typeLength > ETHERNET_MAX_PAYLOAD_SIZE )
791 if(( ETHERTYPE_APPLE_AARP == typeLength ) ||
792 ( ETHERTYPE_DIX_II_IPX == typeLength ))
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java     [all...]
  /dalvik/libdex/
DexFile.c 785 static int typeLength (const char *type) {
  /prebuilt/common/ecj/
ecj.jar 

Completed in 849 milliseconds