HomeSort by relevance Sort by last modified time
    Searched defs:callCount (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/v8/test/webkit/
array-reduce.js 64 var callCount = 0;
65 shouldBe("sparseArray.reduce(function(a,b){ callCount++; }); callCount", "0");
66 callCount = 0;
67 shouldBe("toObject(sparseArray).reduce(function(a,b){ callCount++; }); callCount", "0");
68 var callCount = 0;
69 shouldBe("sparseArray.reduce(function(a,b){ callCount++; }, 0); callCount", "1");
70 callCount = 0
    [all...]
array-reduceRight.js 64 var callCount = 0;
65 shouldBe("sparseArray.reduceRight(function(a,b){ callCount++; }); callCount", "0");
66 callCount = 0;
67 shouldBe("toObject(sparseArray).reduceRight(function(a,b){ callCount++; }); callCount", "0");
68 var callCount = 0;
69 shouldBe("sparseArray.reduceRight(function(a,b){ callCount++; }, 0); callCount", "1");
70 callCount = 0
    [all...]
dfg-inline-function-dot-caller.js 28 var callCount = 0;
38 if (++callCount == 999999) {
  /external/easymock/src/org/easymock/internal/
Results.java 27 private int callCount;
50 callCount += 1;
54 if (currentPosition > callCount) {
55 callCount += 1;
87 return callCount;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientOnScaleChangedTest.java 48 int callCount = mContentsClient.getOnScaleChangedHelper().getCallCount();
53 mContentsClient.getOnScaleChangedHelper().waitForCallback(callCount);
ClientAddMessageToConsoleTest.java 66 int callCount = addMessageToConsoleHelper.getCallCount();
70 addMessageToConsoleHelper.waitForCallback(callCount);
74 callCount = addMessageToConsoleHelper.getCallCount();
78 addMessageToConsoleHelper.waitForCallback(callCount);
82 callCount = addMessageToConsoleHelper.getCallCount();
86 addMessageToConsoleHelper.waitForCallback(callCount);
100 int callCount = addMessageToConsoleHelper.getCallCount();
105 addMessageToConsoleHelper.waitForCallback(callCount);
108 callCount = addMessageToConsoleHelper.getCallCount();
112 addMessageToConsoleHelper.waitForCallback(callCount);
    [all...]
AwContentsClientAutoLoginTest.java 88 final int callCount = loginRequestHelper.getCallCount();
90 loginRequestHelper.waitForCallback(callCount);
AwContentsClientFaviconTest.java 103 int callCount = mContentsClient.mFaviconHelper.getCallCount();
112 mContentsClient.mFaviconHelper.waitForCallback(callCount);
123 int callCount = mContentsClient.mFaviconHelper.getCallCount();
130 mContentsClient.mFaviconHelper.waitForCallback(callCount,2);
AwContentsClientOnFormResubmissionTest.java 116 int callCount = onPageFinishedHelper.getCallCount();
127 onPageFinishedHelper.waitForCallback(callCount, 1, TIMEOUT, TimeUnit.SECONDS);
AwContentsClientVisitedHistoryTest.java 108 int callCount = doUpdateVisitedHistoryHelper.getCallCount();
110 doUpdateVisitedHistoryHelper.waitForCallback(callCount);
115 callCount = doUpdateVisitedHistoryHelper.getCallCount();
117 doUpdateVisitedHistoryHelper.waitForCallback(callCount);
133 final int callCount = visitedHistoryHelper.getCallCount();
148 visitedHistoryHelper.waitForCallback(callCount);
166 final int callCount = visitedHistoryHelper.getCallCount();
170 visitedHistoryHelper.waitForCallback(callCount);
AwQuotaManagerBridgeTest.java 98 int callCount = callbackHelper.getCallCount();
112 callbackHelper.waitForCallback(callCount);
122 int callCount = callbackHelper.getCallCount();
136 callbackHelper.waitForCallback(callCount);
AwScrollOffsetManagerTest.java 100 int callCount = delegate.getOverScrollCallCount();
103 assertEquals(callCount + 1, delegate.getOverScrollCallCount());
287 int callCount = delegate.getOverScrollCallCount();
290 assertEquals(callCount + 1, delegate.getOverScrollCallCount());
AwContentsTest.java 384 final int callCount = downloadStartHelper.getCallCount();
386 downloadStartHelper.waitForCallback(callCount);
AwContentsClientShouldInterceptRequestTest.java 162 int callCount = mShouldInterceptRequestHelper.getCallCount();
167 mShouldInterceptRequestHelper.waitForCallback(callCount);
183 int callCount = onLoadResourceHelper.getCallCount();
187 onLoadResourceHelper.waitForCallback(callCount);
198 int callCount = mShouldInterceptRequestHelper.getCallCount();
200 mShouldInterceptRequestHelper.waitForCallback(callCount);
204 callCount = mShouldInterceptRequestHelper.getCallCount();
206 mShouldInterceptRequestHelper.waitForCallback(callCount);
210 callCount = mShouldInterceptRequestHelper.getCallCount();
212 mShouldInterceptRequestHelper.waitForCallback(callCount);
    [all...]
AwContentsClientShouldOverrideUrlLoadingTest.java 211 final int callCount = onPageFinishedHelper.getCallCount();
214 onPageFinishedHelper.waitForCallback(callCount);
391 int callCount = shouldOverrideUrlLoadingHelper.getCallCount();
395 shouldOverrideUrlLoadingHelper.waitForCallback(callCount);
417 int callCount = shouldOverrideUrlLoadingHelper.getCallCount();
421 shouldOverrideUrlLoadingHelper.waitForCallback(callCount);
442 int callCount = shouldOverrideUrlLoadingHelper.getCallCount();
446 shouldOverrideUrlLoadingHelper.waitForCallback(callCount);
465 int callCount = shouldOverrideUrlLoadingHelper.getCallCount();
467 shouldOverrideUrlLoadingHelper.waitForCallback(callCount);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java 82 final Integer callCount;
84 callCount = count;
86 callCount = null;
100 setCallCountAndDate(views, callCount, dateText, highlightColor);
178 private void setCallCountAndDate(PhoneCallDetailsViews views, Integer callCount,
182 if (callCount != null) {
184 R.string.call_log_item_count_and_date, callCount.intValue(), dateText);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 200 int callCount = onPageLoaded.getCallCount();
202 onPageLoaded.waitForCallback(callCount);
286 int callCount = onTabClosed.getCallCount();
293 onTabClosed.waitForCallback(callCount);
  /external/v8/test/mjsunit/
json.js 394 var callCount = 0;
396 return function() { callCount++;
403 assertEquals(1, callCount);
  /external/chromium_org/v8/test/mjsunit/
json.js 439 var callCount = 0;
441 return function() { callCount++;
448 assertEquals(2, callCount);
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java     [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 252 milliseconds