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

  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 86 private CallCounter mCancelOperationCounter;
87 private CallCounter mLayoutCallCounter;
88 private CallCounter mWriteCallCounter;
89 private CallCounter mFinishCallCounter;
90 private CallCounter mPrintJobQueuedCallCounter;
91 private CallCounter mDestroySessionCallCounter;
115 mCancelOperationCounter = new CallCounter();
116 mLayoutCallCounter = new CallCounter();
117 mFinishCallCounter = new CallCounter();
118 mWriteCallCounter = new CallCounter();
    [all...]
  /external/chromium_org/ppapi/tests/
test_test_internals.cc 25 class CallCounter {
27 CallCounter() : num_calls_(0) {}
262 CallCounter call_counter1;
263 CallCounter call_counter2;
268 CallCounter call_counter1;
269 CallCounter call_counter2;
  /external/chromium_org/chrome/third_party/mock4js/
mock4js.js 28 return new CallCounter(1);
31 return new CallCounter(0);
34 return new CallCounter(expectedCallCount);
130 * CallCounter
132 function CallCounter(expectedCount) {
137 CallCounter.prototype = {
  /external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc 23 void CallCounter(int* counter) {
279 store.DeleteAll(base::Bind(&CallCounter, &delete_finished));
303 store.DeleteAll(base::Bind(&CallCounter, &delete_finished));
338 base::Bind(&CallCounter, &delete_finished));
355 base::Bind(&CallCounter, &delete2_finished));
381 base::Bind(&CallCounter, &delete_finished));

Completed in 208 milliseconds