OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callCount
(Results
1 - 15
of
15
) sorted by null
/external/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/webkit/Tools/Scripts/
parse-malloc-history
72
my ($
callCount
, $byteCount);
76
($
callCount
, $byteCount) = ($line =~ /(\d+) calls for (\d+) bytes/);
82
if (!$
callCount
|| !$byteCount) {
83
$
callCount
= 1;
98
if (!$
callCount
|| !$byteCount) {
99
$
callCount
= 1;
117
next if (!$
callCount
|| !$byteCount);
146
$callstacks{$callstack} = {"
callCount
" => 0, "byteCount" => 0};
149
$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
;
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java
76
final Integer
callCount
;
78
callCount
= count;
80
callCount
= null;
94
setCallCountAndDate(views,
callCount
, dateText, highlightColor);
168
private void setCallCountAndDate(PhoneCallDetailsViews views, Integer
callCount
,
172
if (
callCount
!= null) {
174
R.string.call_log_item_count_and_date,
callCount
.intValue(), dateText);
/external/webkit/LayoutTests/fast/js/resources/
JSON-parse.js
500
var
callCount
= 0;
503
if (++
callCount
> 5)
508
callCount
= 0;
514
callCount
= 0;
519
callCount
= 0;
525
callCount
= 0;
531
callCount
= 0;
537
callCount
= 0;
/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/v8/test/mjsunit/
json.js
394
var
callCount
= 0;
396
return function() {
callCount
++;
403
assertEquals(1,
callCount
);
/frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java
428
int
callCount
= 0;
430
if (
callCount
++ == 0) {
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java
605
public int
callCount
;
614
this.
callCount
+= 1;
628
return listener.
callCount
> 0;
634
final int oldCallCount = listener.
callCount
;
640
return listener.
callCount
> oldCallCount;
[
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
Completed in 1552 milliseconds