HomeSort by relevance Sort by last modified time
    Searched refs:callCount (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwQuotaManagerBridgeTest.java 99 int callCount = callbackHelper.getCallCount();
113 callbackHelper.waitForCallback(callCount);
123 int callCount = callbackHelper.getCallCount();
137 callbackHelper.waitForCallback(callCount);
AwScrollOffsetManagerTest.java 97 int callCount = delegate.getOverScrollCallCount();
100 assertEquals(callCount + 1, delegate.getOverScrollCallCount());
284 int callCount = delegate.getOverScrollCallCount();
287 assertEquals(callCount + 1, delegate.getOverScrollCallCount());
AndroidViewIntegrationTest.java 224 private void waitForContentSizeToChangeTo(OnContentSizeChangedHelper helper, int callCount,
228 helper.waitForCallback(callCount, i);
LoadDataWithBaseUrlTest.java 187 final int callCount = onPageStartedHelper.getCallCount();
190 onPageStartedHelper.waitForCallback(callCount);
AwContentsTest.java 386 final int callCount = downloadStartHelper.getCallCount();
388 downloadStartHelper.waitForCallback(callCount);
AndroidScrollIntegrationTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp 48 size_t callCount() { return m_callCount; }
94 EXPECT_EQ(0ul, resolved.callCount());
95 EXPECT_EQ(1ul, rejected.callCount());
96 if (rejected.callCount())
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/contextmenu/
ContextMenuUtils.java 64 int callCount = helper.getCallCount();
67 helper.waitForCallback(callCount);
  /external/chromium_org/v8/test/webkit/
dfg-inline-function-dot-caller.js 28 var callCount = 0;
38 if (++callCount == 999999) {
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 117 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount) = 0;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 57 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, ScriptValue& value, size_t& callCount)
59 StubFunction* self = new StubFunction(scriptState, value, callCount);
64 StubFunction(ScriptState* scriptState, ScriptValue& value, size_t& callCount)
67 , m_callCount(callCount)
157 v8::Handle<v8::Function> stub(ScriptState* scriptState, ScriptValue& value, size_t& callCount) { return StubFunction::createFunction(scriptState, value, callCount); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 501 public void updateCallDensity(int callCount, int displayHeight) {
502 mCallCount = callCount;
505 displayHeight = callCount + 1;
508 mNumCallsPerPixel = (callCount / displayHeight) + 1;
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 199 int callCount = onPageLoaded.getCallCount();
201 onPageLoaded.waitForCallback(callCount);
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 149 public static <T> T verify(T mock, CallCount howManyTimes) {
181 private static <T> T verify(T mock, CallCount howManyTimes, OrderChecker orderCounter) {
197 private static List<CallCount> sUnfinishedCallCounts = new ArrayList<CallCount>();
245 /** Creates a {@link CallCount} that matches exactly the given number of calls. */
246 public static CallCount times(long n) { return new CallCount(n, n); }
253 /** Creates a {@link CallCount} that only matches if the method was never called. */
254 public static CallCount never() { return new CallCount(0, 0);
    [all...]
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 835 if (this.getCall && this.callCount) {
836 var thisValue, prop, i = this.callCount;
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java     [all...]
WebViewTest.java     [all...]
  /external/chromium_org/v8/test/mjsunit/
json.js 439 var callCount = 0;
441 return function() { callCount++;
448 assertEquals(2, callCount);
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 428 int callCount = 0;
430 if (callCount++ == 0) {
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 1244 milliseconds

12 3