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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Export_Inc/
Core_AdaptCB.h 75 TUINT16 aLength,
  /libcore/luni/src/main/java/java/net/
DatagramPacket.java 186 * @param aLength
190 public synchronized void setData(byte[] buf, int anOffset, int aLength) {
191 if (0 > anOffset || anOffset > buf.length || 0 > aLength
192 || aLength > buf.length - anOffset) {
197 length = aLength;
198 capacity = aLength;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
Core_AdaptTx.c 175 UINT16 aLength;
191 aLength = memMgr_MsduDataSize(pMsdu);
205 aLength,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalTx_api.h 73 UINT32 aLength,
  /external/webkit/WebCore/platform/text/
StringHash.h 50 unsigned aLength = a->length();
52 if (aLength != bLength)
60 for (unsigned i = 0; i != aLength; ++i) {
70 unsigned halfLength = aLength >> 1;
75 if (aLength & 1 && *reinterpret_cast<const uint16_t*>(aChars) != *reinterpret_cast<const uint16_t*>(bChars))
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Defs.h 84 UINT16 aLength,
92 typedef const void *(*requestForBufferCB_t)(TI_HANDLE hObj, UINT16 aLength, UINT32 uEncryptionFlag);
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 52 static void utf16_to_utf8(const UChar* aText, gint aLength, char* &text, gint &length)
57 for (i = 0; i < aLength; i++) {
63 if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
77 UChar* p = (UChar*)g_memdup(aText, aLength * sizeof(aText[0]));
80 for (i = 0; i < aLength; i++) {
84 if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
95 text = g_utf16_to_utf8(reinterpret_cast<const gunichar2*>(aText), aLength, NULL, &items_written, NULL);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_api.h 94 UINT16 aLength, /* MSDU length from first byte of MAC */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver_Tx.c 124 UINT16 aLength, /* MSDU length from first byte of MAC */
190 pPktCtrlBlk->txDescriptor.length = aLength;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c 71 UINT16 aLength,UINT32 aRate,UINT8 aRCPI,
74 static void *rxData_RequestForBuffer (TI_HANDLE hRxData,UINT16 aLength, UINT32 uEncryptionFlag);
    [all...]
  /external/webkit/WebCore/platform/
KURLGoogle.cpp     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 84 static ERxBufferStatus rxData_RequestForBuffer (TI_HANDLE hRxData, void **pBuf, TI_UINT16 aLength, TI_UINT32 uEncryptionFlag,PacketClassTag_e ePacketClassTag);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c 84 static ERxBufferStatus rxData_RequestForBuffer (TI_HANDLE hRxData, void **pBuf, TI_UINT16 aLength, TI_UINT32 uEncryptionFlag,PacketClassTag_e ePacketClassTag);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 452 milliseconds