Searched defs:callback_counter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dauthenticator_test_base.cc130 int callback_counter = 2; local
133 .WillOnce(QuitThreadOnCounter(&callback_counter));
136 .WillOnce(QuitThreadOnCounter(&callback_counter));
139 .WillOnce(QuitThreadOnCounter(&callback_counter));
H A Dssl_hmac_channel_authenticator_unittest.cc89 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));
/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc408 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 320 milliseconds