HomeSort by relevance Sort by last modified time
    Searched full:bufferlength (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 175 size_t bufferLength = (capacity + maxGlobals) * sizeof(Register);
177 m_buffer = static_cast<Register*>(mmap(0, bufferLength, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, VM_TAG_FOR_REGISTERFILE_MEMORY, 0));
187 m_buffer = static_cast<Register*>(VirtualAlloc(0, roundUpAllocationSize(bufferLength, commitSize), MEM_RESERVE, PAGE_READWRITE));
216 m_buffer = static_cast<Register*>(fastMalloc(bufferLength));
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 47 UINT bufferLength;
51 &buffer, &bufferLength);
52 if (!retval || bufferLength == 0)
56 return String(reinterpret_cast<UChar*>(buffer), bufferLength - 1);
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrApi.h 97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrApi.h 97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
  /dalvik/libcore/luni/src/main/java/java/util/
Scanner.java 127 private int bufferLength = 0;
353 matcher.region(findStartIndex, bufferLength);
367 horizonLineSeparator = bufferLength;
398 if (horizonLineSeparator != bufferLength
493 findEndIndex = bufferLength;
496 // min( bufferLength, findStartIndex + horizon).
498 findEndIndex = Math.min(horizonEndIndex, bufferLength);
500 boolean isHorizonInBuffer = (horizonEndIndex <= bufferLength);
844 matcher.region(findStartIndex, bufferLength);
849 if (inputExhausted || matcher.end() != bufferLength) {
    [all...]
  /external/icu4c/common/
unorm.cpp     [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
CharArrayReader.java 91 int bufferLength = buf.length;
92 this.count = offset + length < bufferLength ? length : bufferLength;
  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 219 unsigned bufferLength, const SimpleFontData* fontData)
224 if (bufferLength == length)
227 if (bufferLength == 2 * length) {
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.h 281 virtual tiINT32 SetScanPolicy ( UINT8* buffer, UINT16 bufferLength );
413 virtual tiINT32 Set_RoamingConfParams ( UINT8* buffer, UINT16 bufferLength);
414 virtual tiINT32 Get_RoamingConfParams ( UINT8* buffer, UINT16 bufferLength);
TI_AdapterApi.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 145 unsigned bufferLength;
150 bufferLength = GlyphPage::size;
179 bufferLength = GlyphPage::size * 2;
233 haveGlyphs = m_page->fill(0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 171 memset(bitmap->buffer(), 255, bitmap->bufferLength());
280 unsigned bufferLength = bitmap->bufferLength();
281 for (unsigned i = 0; i < bufferLength; i += 4) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgrApi.h 110 Rx_attr_t * pRxAttr, UINT8 * buffer, UINT16 bufferLength);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osClsfr.h 58 UINT32 bufferLength,
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 117 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */
211 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 168 frameInfo->buffer, frameInfo->bufferLength );
173 frameInfo->buffer, frameInfo->bufferLength );
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.h 115 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */
209 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 160 jsize bufferLength = env->GetArrayLength(obj);
161 if ((int)bufferLength < (int)size) {
163 size, bufferLength);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiCpp.h 185 virtual tiINT32 SetScanPolicy ( UINT8* buffer, UINT16 bufferLength ) = 0;
303 virtual tiINT32 Set_RoamingConfParams ( UINT8* buffer, UINT16 bufferLength) = 0;
304 virtual tiINT32 Get_RoamingConfParams ( UINT8* buffer, UINT16 bufferLength ) = 0;
TI_AdapterApiC.h     [all...]
  /external/webkit/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 223 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context)
228 CFIndex bytesRead = CFReadStreamRead(form->currentStream, buffer, bufferLength);
  /external/webkit/WebCore/platform/network/mac/
FormDataStreamMac.mm 236 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context)
241 CFIndex bytesRead = CFReadStreamRead(form->currentStream, buffer, bufferLength);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 98 TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 84 UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 98 TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */

Completed in 546 milliseconds

12 3 4 5