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

/external/easymock/src/org/easymock/internal/
H A DResults.java63 return getMainInterval().contains(getCallCount());
86 public int getCallCount() { method in class:Results
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DCallbackHelper.java38 * assert getCallCount() > 0;
83 * int onOperationFailedCallCount = delegate.getOnOperationFailedHelper().getCallCount();
99 * onOperationFailedCallCount = delegate.getOnOperationFailedHelper().getCallCount();
104 * onOperationFailedCallCount = delegate.getOnOperationFailedHelper().getCallCount();
105 * int onDataPersistedCallCount = delegate.getOnDataPersistedHelper().getCallCount();
114 * final int callCount = operaitonHelper.getCallCount();
147 public int getCallCount() { method in class:CallbackHelper
163 * @param currentCallCount the value obtained by calling getCallCount().
/external/deqp/modules/glshared/
H A DglsCalibration.hpp155 int getCallCount (void) const { return m_measureState.numDrawCalls; } function in class:deqp::gls::TheilSenCalibrator

Completed in 1122 milliseconds