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

12

  /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/android_webview/javatests/src/org/chromium/android_webview/test/
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 341 final int callCount = downloadStartHelper.getCallCount();
343 downloadStartHelper.waitForCallback(callCount);
AndroidScrollIntegrationTest.java     [all...]
  /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/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...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 729 milliseconds

12