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

  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 148 int accept_count() const { function in class:ash::ResolutionNotificationControllerTest
172 ASSERT_EQ(0, accept_count());
191 EXPECT_EQ(0, accept_count());
205 ASSERT_EQ(0, accept_count());
222 EXPECT_EQ(1, accept_count());
245 EXPECT_EQ(1, accept_count());
260 EXPECT_EQ(1, accept_count());
275 ASSERT_EQ(0, accept_count());
293 EXPECT_EQ(1, accept_count());
311 EXPECT_EQ(0, accept_count());
    [all...]
  /external/openssl/apps/
ocsp.c 156 int accept_count = -1; local
517 accept_count = atol(*args);
518 if (accept_count < 0)
844 if (accept_count > 0)
845 accept_count--;
847 if (accept_count)
    [all...]

Completed in 2252 milliseconds