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

  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 138 int accept_count() const { function in class:ash::ResolutionNotificationControllerTest
162 ASSERT_EQ(0, accept_count());
181 EXPECT_EQ(0, accept_count());
195 ASSERT_EQ(0, accept_count());
212 EXPECT_EQ(1, accept_count());
235 EXPECT_EQ(1, accept_count());
250 EXPECT_EQ(1, accept_count());
265 ASSERT_EQ(0, accept_count());
283 EXPECT_EQ(1, accept_count());
301 EXPECT_EQ(0, accept_count());
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c 155 int accept_count = -1; local
507 accept_count = atol(*args);
508 if (accept_count < 0)
834 if (accept_count > 0)
835 accept_count--;
837 if (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 207 milliseconds