Home
last modified time | relevance | path

Searched refs:allocateData (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
DMessage.cpp138 allocateData(getDataSize()); in serialize()
226 allocateData(uiSize - sizeof(_ucMsgId)); in serialize()
262 void CMessage::allocateData(size_t size) in allocateData() function in CMessage
DMessage.h124 void allocateData(size_t uiDataSize);
/external/icu/icu4c/source/i18n/
Dregexcmp.h110 int32_t allocateData(int32_t size); // Allocate space in the matcher data area.
Dregexcmp.cpp532 … int32_t varLoc = allocateData(1); // Reserve a data location for saving the state stack ptr. in doParseActions()
577 int32_t dataLoc = allocateData(2); in doParseActions()
609 int32_t dataLoc = allocateData(2); in doParseActions()
650 int32_t dataLoc = allocateData(4); in doParseActions()
702 int32_t dataLoc = allocateData(4); in doParseActions()
1059 int32_t varLoc = allocateData(1); // Reserve a data location for saving the in doParseActions()
1368 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()
1399 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()
1431 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions()
2064 int32_t RegexCompile::allocateData(int32_t size) { in allocateData() function in RegexCompile
/external/opencv/cxcore/src/
Dcxarray.cpp54 Cv_iplAllocateImageData allocateData; member
64 Cv_iplAllocateImageData allocateData, in cvSetIPLAllocators() argument
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage ) in cvSetIPLAllocators()
75 if( createHeader || allocateData || deallocate || createROI || cloneImage ) in cvSetIPLAllocators()
81 CvIPL.allocateData = allocateData; in cvSetIPLAllocators()
982 if( !CvIPL.allocateData ) in cvCreateData()
998 CvIPL.allocateData( img, 0, 0 ); in cvCreateData()
/external/opencv3/modules/core/src/
Darray.cpp61 Cv_iplAllocateImageData allocateData; member
71 Cv_iplAllocateImageData allocateData, in cvSetIPLAllocators() argument
76 int count = (createHeader != 0) + (allocateData != 0) + (deallocate != 0) + in cvSetIPLAllocators()
84 CvIPL.allocateData = allocateData; in cvSetIPLAllocators()
834 if( !CvIPL.allocateData ) in cvCreateData()
850 CvIPL.allocateData( img, 0, 0 ); in cvCreateData()