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

  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 72 int histsize; member in class:tst_QWebHistory
93 histsize = 5;
114 QCOMPARE(hist->count(), histsize);
122 for (int i = histsize;i > 1;i--) {
143 for (int i = 1;i < histsize;i++) {
150 QCOMPARE(page->mainFrame()->toPlainText(), QString("page") + QString::number(histsize));
158 for (int i = 1;i < histsize;i++) {
164 QVERIFY(!hist->itemAt(histsize).isValid());
190 QCOMPARE(histsize, items.count());
193 for (int i = 1;i <= histsize;i++)
    [all...]
  /external/oprofile/pp/
opgprof.cpp 158 // round-up high_pc to ensure a correct histsize calculus
164 size_t histsize = (high_pc - low_pc) / multiplier; local
166 // FIXME: must we skip the flat profile write if histsize == 0 ?
179 op_write_u32(fp, histsize);
186 u16 * hist = (u16*)xcalloc(histsize, sizeof(u16));
202 if (pos >= histsize) {
218 op_write_file(fp, hist, histsize * sizeof(u16));
  /system/core/sh/
histedit.c 172 int histsize; local
177 (histsize = atoi(hs)) < 0)
178 histsize = 100;
179 history(hist, &he, H_SETSIZE, histsize);
  /external/opencv/cv/src/
cvhistogram.cpp 876 int dims, histsize[CV_MAX_DIM]; local
880 dims = cvGetDims( hist->bins, histsize );
883 status = icvCalcHistLookupTables8u( hist, dims, histsize, tab );
894 total *= histsize[i];
1129 int dims, histsize[CV_MAX_DIM]; local
1559 int dims, histsize[CV_MAX_DIM]; local
1820 int dims, histsize[CV_MAX_DIM]; local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 1293 int histsize = mHistory.size(); local
1507 int histsize = mHistory.size(); local
    [all...]
  /external/mksh/src/
sh.h 1604 EXTERN mksh_ari_t histsize; \/* history size *\/ variable
    [all...]

Completed in 542 milliseconds