HomeSort by relevance Sort by last modified time
    Searched refs:actual_count (Results 1 - 11 of 11) 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 31 actual_count = int(self._tab.EvaluateJavaScript('clickCount'))
32 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 35 actual_count = int(self._tab.EvaluateJavaScript('clickCount'))
36 if actual_count is not expected_count:
38 % (expected_count, actual_count))
  /hardware/bsp/intel/peripheral/wifi/bcm43340/
bcm43340_hal.cpp 44 ssize_t actual_count = write(fd, content, write_count); local
47 if (actual_count != write_count) {
49 write_count, filename, actual_count);
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder_unittest.cpp 170 int actual_count = local
173 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
231 int actual_count = local
234 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
  /external/icu/icu4c/source/test/iotest/
strtst.c 749 int32_t i32 = -1, actual_count, actual_result; local
770 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
780 if (actual_count != 3) {
781 log_err("scanf should return 3 for actual_count, but returned %d\n", actual_count);
  /external/gmock/include/gmock/
gmock-matchers.h 2957 size_t actual_count = exam_pos; local
3144 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/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h     [all...]
  /art/runtime/
class_linker.cc 5868 size_t actual_count = super_vtable_length; local
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 2196 milliseconds