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

  /external/parameter-framework/upstream/remote-processor/
Message.h 124 void allocateData(size_t uiDataSize);
Message.cpp 138 allocateData(getDataSize());
226 allocateData(uiSize - sizeof(_ucMsgId));
262 void CMessage::allocateData(size_t size)
  /external/icu/icu4c/source/i18n/
regexcmp.h 113 int32_t allocateData(int32_t size); // Allocate space in the matcher data area.
regexcmp.cpp 535 int32_t varLoc = allocateData(1); // Reserve a data location for saving the state stack ptr.
580 int32_t dataLoc = allocateData(2);
612 int32_t dataLoc = allocateData(2);
653 int32_t dataLoc = allocateData(4);
705 int32_t dataLoc = allocateData(4);
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 54 Cv_iplAllocateImageData allocateData;
64 Cv_iplAllocateImageData allocateData,
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage )
75 if( createHeader || allocateData || deallocate || createROI || cloneImage )
81 CvIPL.allocateData = allocateData;
982 if( !CvIPL.allocateData )
998 CvIPL.allocateData( img, 0, 0 );
    [all...]

Completed in 526 milliseconds