/external/chromium/chrome/browser/chromeos/login/ |
signed_settings_temp_storage.cc | 44 const DictionaryValue* temp_storage = local 46 if (temp_storage && temp_storage->HasKey(name)) { 47 temp_storage->GetStringWithoutPathExpansion(name, value); 58 const DictionaryValue* temp_storage = local 60 if (temp_storage) { 65 for (DictionaryValue::key_iterator it = temp_storage->begin_keys(); 66 it != temp_storage->end_keys(); 69 temp_storage->GetStringWithoutPathExpansion(*it, &value);
|
/external/opencv/cv/src/ |
cvapprox.cpp | 530 CvMemStorage* temp_storage = 0; local 542 temp_storage = cvCreateChildMemStorage( storage ); 545 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); 714 cvReleaseMemStorage( &temp_storage ); 734 CvMemStorage* temp_storage = 0; local 746 temp_storage = cvCreateChildMemStorage( storage ); 749 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); 919 cvReleaseMemStorage( &temp_storage );
|
cvrotcalipers.cpp | 350 CvMemStorage* temp_storage = 0; local 385 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); 389 CV_CALL( temp_storage = cvCreateMemStorage(1 << 10)); 394 CV_CALL( ptseq = cvConvexHull2( ptseq, temp_storage, CV_CLOCKWISE, 1 )); 406 temp_storage, &writer ); 469 cvReleaseMemStorage( &temp_storage );
|
cvpyrsegmentation.cpp | 203 CvMemStorage *temp_storage = 0; local 232 temp_storage = cvCreateChildMemStorage( storage ); 235 cmp_seq = cvCreateSeq( 0, sizeof( CvSeq ), sizeof( _CvListNode ), temp_storage ); 580 cvReleaseMemStorage( &temp_storage ); 617 CvMemStorage *temp_storage = 0; local 649 temp_storage = cvCreateChildMemStorage( storage ); 652 cmp_seq = cvCreateSeq( 0, sizeof( CvSeq ), sizeof( _CvListNode ), temp_storage ); 1015 cvReleaseMemStorage( &temp_storage ); [all...] |
cvcalibinit.cpp | 543 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage ); local 544 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); 560 cvReleaseMemStorage( &temp_storage ); 623 cvReleaseMemStorage( &temp_storage ); 1021 CvMemStorage *temp_storage = 0; local 1141 CvMemStorage* temp_storage = cvCreateChildMemStorage( storage ); local 1598 CvMemStorage *temp_storage = 0; local 1776 CvMemStorage *temp_storage = 0; local [all...] |
mycvHaarDetectObjects.cpp | 882 CvMemStorage* temp_storage = 0; local 930 CV_CALL( temp_storage = cvCreateChildMemStorage( storage )); 938 seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvRect), temp_storage ); 939 seq2 = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvAvgComp), temp_storage ); [all...] |
cvhaar.cpp | 866 CvMemStorage* temp_storage = 0; local [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 2603 CvMemStorage* temp_storage = 0; local [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 1530 CvMemStorage* temp_storage = 0; local 1598 CvMemStorage* temp_storage = 0; local [all...] |
/external/opencv/ml/include/ |
ml.h | 818 CvMemStorage* temp_storage; member in struct:CvDTreeTrainData [all...] |