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

  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 328 QWebHistory* hist2 = page2->history(); local
330 restoreHistory(hist2, &buffer);
331 saveHistory(hist2, &buffer);
343 QWebHistory* hist2 = page2->history(); local
346 restoreHistory(hist2, &buffer);
347 QVERIFY(hist1->count() == hist2->count());
349 hist2->back();
350 saveHistory(hist2, &buffer);
351 hist2->clear();
389 QWebHistory* hist2 = page2->history() local
    [all...]
  /external/svox/pico/lib/
picokdt.h 389 hist1 - hist2: previously predicted ACC values
410 const picoos_uint16 hist2,
picoacph.c 790 picoos_uint16 hist2; local
826 hist2 = PICOKDT_HISTORY_ZERO;
882 hist2 = hist1;
901 hist1, hist2, nrwordspre, nrsyllspre,
908 hist1, hist2, nrwordspre, nrsyllspre,
    [all...]
picokdt.c     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 400 const CvHistogram* hist2,
413 if( !CV_IS_HIST(hist1) || !CV_IS_HIST(hist2) )
416 if( CV_IS_SPARSE_MAT(hist1->bins) != CV_IS_SPARSE_MAT(hist2->bins))
420 CV_CALL( dims2 = cvGetDims( hist2->bins, size2 ));
441 CV_CALL( cvGetRawData( hist2->bins, &v.ptr ));
514 CvSparseMat* mat2 = (CvSparseMat*)(hist2->bins);
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 76 milliseconds