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

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder_unittest.cpp 136 int expected_count; member in struct:ConsecutiveDigitCase
173 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
182 int expected_count; member in struct:ConsecutiveTextCase
234 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 80 explicit progress_display( unsigned long expected_count,
86 : m_os(os), m_s1(s1), m_s2(s2), m_s3(s3) { restart(expected_count); }
88 void restart( unsigned long expected_count )
90 // Postconditions: count()==0, expected_count()==expected_count
93 _expected_count = expected_count;
113 unsigned long expected_count() const { return _expected_count; } function in class:boost::progress_display
  /external/vixl/test/
test-disasm-a64.cc 1950 const int expected_count = sizeof(expected) \/ sizeof(expected[0]); local
2002 const int expected_count = sizeof(expected) \/ sizeof(expected[0]); local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 114 int expected_count; member in struct:webrtc::Case
201 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
209 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
266 int expected_count; member in struct:webrtc::Case
302 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
309 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
379 int expected_count; member in struct:webrtc::Case
398 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
408 int expected_count; member in struct:webrtc::Case
443 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count);
453 int expected_count; member in struct:webrtc::Case
    [all...]
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 623 int expected_count = get_num_blocks_used(info); local
625 printf("Copied %d blocks. Expected to copy %d\n", d.count, expected_count);

Completed in 829 milliseconds