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

  /external/autotest/client/site_tests/platform_FileNum/
platform_FileNum.py 62 actual_count = self.create_files(item['dir'], item['count'])
63 if actual_count != item['count']:
67 % (item['dir'], actual_count, item['count']))
  /external/autotest/client/site_tests/touch_TouchscreenTaps/
touch_TouchscreenTaps.py 30 actual_count = self._events.get_click_count()
31 if actual_count is not 1:
33 raise error.TestFail('Saw %d clicks!' % actual_count)
  /external/autotest/client/site_tests/touch_TapSettings/
touch_TapSettings.py 36 actual_count = self._events.get_click_count()
37 if actual_count is not expected_count:
40 % (expected_count, actual_count))
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder_unittest.cpp 162 int actual_count = local
165 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
223 int actual_count = local
226 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
  /external/icu/icu4c/source/test/iotest/
strtst.c 752 int32_t i32 = -1, actual_count, actual_result; local
773 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
783 if (actual_count != 3) {
784 log_err("scanf should return 3 for actual_count, but returned %d\n", actual_count);
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 602 const size_t actual_count = new_entry - new_bag->entries; local
603 if (actual_count != max_count) {
605 realloc(new_bag, sizeof(ResolvedBag) + (actual_count * sizeof(ResolvedBag::Entry))));
610 final_bag->entry_count = static_cast<uint32_t>(actual_count);
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 3198 size_t actual_count = exam_pos; local
3385 const size_t actual_count = matrix.LhsSize(); local
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 3198 size_t actual_count = exam_pos; local
3385 const size_t actual_count = matrix.LhsSize(); local
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 2577 const size_t actual_count = stl_container.size(); local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h     [all...]
  /art/runtime/
class_linker.cc 6009 size_t actual_count = super_vtable_length; local
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 957 int actual_count = std::max(1, (int)((primcount + divisor - 1) / divisor));
958 datalen = state.elementSize * actual_count;
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 7613 size_t actual_count = exam_pos; local
7800 const size_t actual_count = matrix.LhsSize(); local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 1212 milliseconds