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

  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator_unittest.cc 89 int callback_counter = 2; local
93 .WillOnce(QuitThreadOnCounter(&callback_counter));
95 .WillOnce(QuitThreadOnCounter(&callback_counter));
98 .WillOnce(QuitThreadOnCounter(&callback_counter));
100 .WillOnce(QuitThreadOnCounter(&callback_counter));
authenticator_test_base.cc 130 int callback_counter = 2; local
133 .WillOnce(QuitThreadOnCounter(&callback_counter));
136 .WillOnce(QuitThreadOnCounter(&callback_counter));
139 .WillOnce(QuitThreadOnCounter(&callback_counter));
  /external/chromium_org/v8/test/cctest/
test-thread-termination.cc 408 static int callback_counter = 0; variable
412 callback_counter++;
435 CHECK_EQ(0, callback_counter);
438 CHECK_EQ(1, callback_counter);
448 CHECK_EQ(1, callback_counter);
454 CHECK_EQ(2, callback_counter);
460 CHECK_EQ(2, callback_counter);

Completed in 1870 milliseconds