/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | ClientAddMessageToConsoleTest.java | 66 int callCount = addMessageToConsoleHelper.getCallCount(); in testAddMessageToConsoleCalledWithCorrectLevel() local 100 int callCount = addMessageToConsoleHelper.getCallCount(); in testAddMessageToConsoleCalledWithCorrectMessage() local 122 int callCount = addMessageToConsoleHelper.getCallCount(); in testAddMessageToConsoleCalledWithCorrectLineAndSource() local
|
D | AwContentsClientShouldInterceptRequestTest.java | 174 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testCalledWithCorrectUrlParam() local 193 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testCalledWithCorrectIsMainFrameParam() local 211 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testCalledWithCorrectMethodParam() local 233 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testCalledWithCorrectHasUserGestureParam() local 264 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testCalledWithCorrectHeadersParam() local 281 int callCount = onLoadResourceHelper.getCallCount(); in testOnLoadResourceCalledWithCorrectUrl() local 296 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testDoesNotCrashOnInvalidData() local 440 int callCount = slowAwWebResourceResponse.getReadStartedCallbackHelper().getCallCount(); in testDoesNotCrashOnSlowStream() local 625 final int callCount = onReceivedErrorHelper.getCallCount(); in testNullInputStreamCausesErrorForMainFrame() local 641 int callCount = mShouldInterceptRequestHelper.getCallCount(); in testCalledForImage() local [all …]
|
D | MediaAccessPermissionRequestTest.java | 89 int callCount = helper.getCallCount(); in testGrantAccess() local 111 int callCount = helper.getCallCount(); in testDenyAccess() local 153 int callCount = helper.getCallCount(); in testCancelPermission() local
|
D | AwContentsClientShouldOverrideUrlLoadingTest.java | 135 final int callCount = onPageFinishedHelper.getCallCount(); in waitForNavigationRunnableAndAssertTitleChanged() local 331 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledWhenLinkClicked() local 356 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledWhenTopLevelAboutBlankNavigation() local 383 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledWhenSelfLinkClicked() local 408 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledWhenNavigatingFromJavaScriptUsingAssign() local 431 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledWhenNavigatingFromJavaScriptUsingReplace() local 451 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testPassesCorrectUrl() local 483 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCanIgnoreLoading() local 515 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledForDataUrl() local 539 int callCount = shouldOverrideUrlLoadingHelper.getCallCount(); in testCalledForUnsupportedSchemes() local
|
D | AwContentsClientVisitedHistoryTest.java | 108 int callCount = doUpdateVisitedHistoryHelper.getCallCount(); in testUpdateVisitedHistoryCallback() local 133 final int callCount = visitedHistoryHelper.getCallCount(); in testGetVisitedHistoryExerciseCodePath() local 166 final int callCount = visitedHistoryHelper.getCallCount(); in testGetVisitedHistoryCallbackAfterDestroy() local
|
D | AwContentsClientOnScaleChangedTest.java | 40 int callCount = mContentsClient.getOnScaleChangedHelper().getCallCount(); in testScaleUp() local
|
D | AwQuotaManagerBridgeTest.java | 99 int callCount = callbackHelper.getCallCount(); in getQuotaForOrigin() local 123 int callCount = callbackHelper.getCallCount(); in getUsageForOrigin() local
|
D | AwContentsClientFaviconTest.java | 111 int callCount = mContentsClient.mFaviconHelper.getCallCount(); in testReceiveBasicFavicon() local 161 int callCount = mContentsClient.mFaviconHelper.getCallCount(); in testReceiveBasicTouchIconLinkRel() local
|
D | ExternalVideoSurfaceContainerTest.java | 40 int callCount, float widthCss, float heightCss) throws Exception { in waitForVideoSizeChangeTo()
|
D | AwContentsClientAutoLoginTest.java | 41 final int callCount = loginRequestHelper.getCallCount(); in autoLoginTestHelper() local
|
D | AwContentsClientOnFormResubmissionTest.java | 115 int callCount = onPageFinishedHelper.getCallCount(); in doReload() local
|
D | CookieManagerTest.java | 177 int callCount = callback.getOnReceiveValueHelper().getCallCount(); in testSetCookieCallback() local 215 int callCount = callback.getOnReceiveValueHelper().getCallCount(); in testRemoveAllCookiesCallback() local 257 int callCount = callback.getOnReceiveValueHelper().getCallCount(); in testRemoveSessionCookiesCallback() local
|
D | AwScrollOffsetManagerTest.java | 97 int callCount = delegate.getOverScrollCallCount(); in simulateScrolling() local 284 int callCount = delegate.getOverScrollCallCount(); in testScrollContainerViewTo() local
|
D | LoadDataWithBaseUrlTest.java | 187 final int callCount = onPageStartedHelper.getCallCount(); in testloadDataWithBaseUrlCallsOnPageStarted() local
|
D | AwContentsTest.java | 341 final int callCount = downloadStartHelper.getCallCount(); in testDownload() local
|
/external/chromium_org/v8/test/webkit/ |
D | array-reduceRight.js | 64 var callCount = 0; variable
|
D | array-reduce.js | 64 var callCount = 0; variable
|
D | dfg-inline-function-dot-caller.js | 28 var callCount = 0; variable
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/ |
D | ModalDialogTest.java | 201 int callCount = onPageLoaded.getCallCount(); in testBeforeUnloadDialog() local 287 int callCount = onTabClosed.getCallCount(); in testDialogDismissedAfterClosingTab() local
|
/external/easymock/src/org/easymock/internal/ |
D | Results.java | 27 private int callCount; field in Results
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
D | CookieUtils.java | 73 int callCount = callback.getOnReceiveValueHelper().getCallCount(); in clearCookies() local
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/contextmenu/ |
D | ContextMenuUtils.java | 46 int callCount = helper.getCallCount(); in openContextMenu() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheLoadingTest.java | 1822 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local 1852 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local 1889 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local 1930 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingCheckedException() local 2139 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringLoading() local 2226 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringRefresh() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 102 int callCount; member 1347 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local 1431 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
|
/external/chromium_org/v8/test/mjsunit/ |
D | json.js | 439 var callCount = 0; variable
|