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

  /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/chromium_org/native_client_sdk/src/tests/nacl_io_test/
filesystem_test.cc 397 double expected_count = kTotalSamples / 256.; local
400 double difference = byte_count[i] - expected_count;
401 chi_squared += difference * difference / expected_count;
  /external/chromium_org/components/suggestions/
suggestions_service_unittest.cc 234 int expected_count = interleaved_requests ? 1 : 2; local
237 .Times(expected_count)
243 .Times(expected_count);
248 .Times(expected_count);
250 .Times(expected_count)
  /external/chromium_org/net/spdy/
hpack_header_table_test.cc 353 size_t expected_count = distance(it, entries.end()); local
354 EXPECT_EQ(expected_count, peer_.dynamic_entries().size());
357 EXPECT_EQ(expected_count, peer_.dynamic_entries().size());
360 EXPECT_EQ(expected_count, peer_.dynamic_entries().size());
362 --expected_count;
364 EXPECT_EQ(expected_count, peer_.dynamic_entries().size());
  /external/chromium_org/third_party/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...]
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 99 size_t expected_count = 0; local
103 ++expected_count;
106 EXPECT_EQ(expected_count, count);
  /external/chromium_org/url/
url_parse_unittest.cc 160 int expected_count; member in struct:url::__anon21843::CountCase
216 EXPECT_EQ(count_cases[i].expected_count, chars_before);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 312 int expected_count = FLAG_vector_ics ? 2 : 1; local
313 CHECK_EQ(expected_count, feedback_vector->length());
314 CHECK(feedback_vector->get(expected_count - 1)->IsJSFunction());
323 get(expected_count - 1)->IsJSFunction());
349 int expected_count = FLAG_vector_ics ? 2 : 1; local
350 CHECK_EQ(expected_count, f->shared()->feedback_vector()->length());
357 CHECK_EQ(expected_count, f->shared()->feedback_vector()->length());
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 521 int expected_count; member in struct:TestCase
539 EXPECT_EQ(kTestCases[i].expected_count, count) << "Case " << i;
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 612 int expected_count = get_num_blocks_used(info); local
614 printf("Copied %d blocks. Expected to copy %d\n", d.count, expected_count);
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc 555 size_t expected_count[3] = { local
560 EXPECT_EQ(expected_count[i], surviving_id_list[i].size());
563 if (expected_count[i] == surviving_id_list[i].size()) {
567 id_list[i].end() - expected_count[i]));
    [all...]

Completed in 719 milliseconds