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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 42 virtual void reserveSpace(UINT requiredSpace, GLenum type) = 0;
63 void reserveSpace(UINT requiredSpace, GLenum type);
76 void reserveSpace(UINT requiredSpace, GLenum type);
IndexDataManager.cpp 163 indexBuffer->reserveSpace(convertCount * indexSize(format), type);
272 void StreamingIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type)
333 void StaticIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type)
  /frameworks/av/media/mtp/
MtpStorage.h 41 const char* description, uint64_t reserveSpace,
MtpStorage.cpp 36 const char* description, uint64_t reserveSpace,
43 mReserveSpace(reserveSpace),
  /external/icu4c/i18n/
uspoof_wsconf.cpp 336 void *where = spImpl->fSpoofData->reserveSpace(size, status);
349 where = spImpl->fSpoofData->reserveSpace(size, status);
355 (spImpl->fSpoofData->reserveSpace(rtScriptSetsCount * sizeof(ScriptSet), status));
uspoof_conf.cpp 397 // expand (reserveSpace() function will likely relocate it in memory.
410 static_cast<int32_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(int32_t), status));
433 static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(uint16_t), status));
453 static_cast<UChar *>(fSpoofImpl->fSpoofData->reserveSpace(stringsLength*sizeof(UChar)+2, status));
471 static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(lengthTableLength*sizeof(uint16_t), status));
uspoof_impl.h 290 void *reserveSpace(int32_t numBytes, UErrorCode &status);
uspoof_impl.cpp 654 void *SpoofData::reserveSpace(int32_t numBytes, UErrorCode &status) {
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 130 jlong reserveSpace = env->GetLongField(jstorage, field_MtpStorage_reserveSpace);
139 reserveSpace, removable, maxFileSize);
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 782 milliseconds