/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
memoized_unittest.py | 36 self.callCount = 0 41 self.callCount += 1 50 test.callCount = 0 52 self.assertEqual(test.callCount, 1) 54 self.assertEqual(test.callCount, 1) 56 # Validate that callCount is working as expected. 58 self.assertEqual(test.callCount, 2) 65 self.assertEqual(test.callCount, 1)
|
/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/android_webview/javatests/src/org/chromium/android_webview/test/ |
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...] |
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);
|
AwContentsClientShouldInterceptRequestTest.java | 160 int callCount = mShouldInterceptRequestHelper.getCallCount(); 165 mShouldInterceptRequestHelper.waitForCallback(callCount); 181 int callCount = onLoadResourceHelper.getCallCount(); 185 onLoadResourceHelper.waitForCallback(callCount); 196 int callCount = mShouldInterceptRequestHelper.getCallCount(); 198 mShouldInterceptRequestHelper.waitForCallback(callCount); 202 callCount = mShouldInterceptRequestHelper.getCallCount(); 204 mShouldInterceptRequestHelper.waitForCallback(callCount); 208 callCount = mShouldInterceptRequestHelper.getCallCount(); 210 mShouldInterceptRequestHelper.waitForCallback(callCount); [all...] |
AwContentsClientOnScaleChangedTest.java | 48 int callCount = mContentsClient.getOnScaleChangedHelper().getCallCount(); 53 mContentsClient.getOnScaleChangedHelper().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);
|
AwContentsClientAutoLoginTest.java | 88 final int callCount = loginRequestHelper.getCallCount(); 90 loginRequestHelper.waitForCallback(callCount);
|
AwContentsClientOnFormResubmissionTest.java | 116 int callCount = onPageFinishedHelper.getCallCount(); 127 onPageFinishedHelper.waitForCallback(callCount, 1, TIMEOUT, TimeUnit.SECONDS);
|
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...] |
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());
|
AndroidViewIntegrationTest.java | 226 private void waitForContentSizeToChangeTo(OnContentSizeChangedHelper helper, int callCount, 230 helper.waitForCallback(callCount, i);
|
AwContentsTest.java | 384 final int callCount = downloadStartHelper.getCallCount(); 386 downloadStartHelper.waitForCallback(callCount);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
parse-malloc-history | 74 my ($callCount, $byteCount); 78 ($callCount, $byteCount) = ($line =~ /(\d+) calls for (\d+) bytes/); 84 if (!$callCount || !$byteCount) { 85 $callCount = 1; 100 if (!$callCount || !$byteCount) { 101 $callCount = 1; 119 next if (!$callCount || !$byteCount); 148 $callstacks{$callstack} = {"callCount" => 0, "byteCount" => 0}; 151 $callstacks{$callstack}{"callCount"} += $callCount; [all...] |
/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/util/ |
AwQuotaManagerBridgeTestUtil.java | 49 int callCount = callbackHelper.getCallCount(); 63 callbackHelper.waitForCallback(callCount);
|
/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);
|
/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/guava/guava-tests/test/com/google/common/cache/ |
CacheLoadingTest.java | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
json.js | 439 var callCount = 0; 441 return function() { callCount++; 448 assertEquals(2, callCount);
|