/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/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/contextmenu/ |
ContextMenuUtils.java | 46 int callCount = helper.getCallCount(); 49 helper.waitForCallback(callCount);
|
/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 | 43 int callCount = mContentsClient.getOnScaleChangedHelper().getCallCount(); 48 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 | 104 int callCount = mContentsClient.mFaviconHelper.getCallCount(); 113 mContentsClient.mFaviconHelper.waitForCallback(callCount); 124 int callCount = mContentsClient.mFaviconHelper.getCallCount(); 131 mContentsClient.mFaviconHelper.waitForCallback(callCount, 2);
|
AwContentsClientOnFormResubmissionTest.java | 115 int callCount = onPageFinishedHelper.getCallCount(); 126 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 | 97 int callCount = callbackHelper.getCallCount(); 111 callbackHelper.waitForCallback(callCount); 121 int callCount = callbackHelper.getCallCount(); 135 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());
|
LoadDataWithBaseUrlTest.java | 188 final int callCount = onPageStartedHelper.getCallCount(); 191 onPageStartedHelper.waitForCallback(callCount);
|
AwContentsClientShouldOverrideUrlLoadingTest.java | 146 final int callCount = onPageFinishedHelper.getCallCount(); 149 onPageFinishedHelper.waitForCallback(callCount); 341 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); 345 shouldOverrideUrlLoadingHelper.waitForCallback(callCount); 366 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); 370 shouldOverrideUrlLoadingHelper.waitForCallback(callCount); 393 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); 397 shouldOverrideUrlLoadingHelper.waitForCallback(callCount); 418 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); 422 shouldOverrideUrlLoadingHelper.waitForCallback(callCount); [all...] |
AwContentsTest.java | 379 final int callCount = downloadStartHelper.getCallCount(); 381 downloadStartHelper.waitForCallback(callCount);
|
AwContentsClientShouldInterceptRequestTest.java | 156 int callCount = mShouldInterceptRequestHelper.getCallCount(); 161 mShouldInterceptRequestHelper.waitForCallback(callCount); 177 int callCount = onLoadResourceHelper.getCallCount(); 181 onLoadResourceHelper.waitForCallback(callCount); 192 int callCount = mShouldInterceptRequestHelper.getCallCount(); 194 mShouldInterceptRequestHelper.waitForCallback(callCount); 198 callCount = mShouldInterceptRequestHelper.getCallCount(); 200 mShouldInterceptRequestHelper.waitForCallback(callCount); 204 callCount = mShouldInterceptRequestHelper.getCallCount(); 206 mShouldInterceptRequestHelper.waitForCallback(callCount); [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
PhoneCallDetailsHelper.java | 82 final Integer callCount; 84 callCount = count; 86 callCount = null; 96 setCallCountAndDate(views, callCount, dateText, highlightColor); 199 private void setCallCountAndDate(PhoneCallDetailsViews views, Integer callCount, 203 if (callCount != null) { 205 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 | |