OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallCount
(Results
1 - 3
of
3
) sorted by null
/external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp
31
CompleteTypeDiagnoser(bool MockResult) :
CallCount
(0), Result(MockResult) {}
34
++
CallCount
;
38
int
CallCount
;
98
: CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr),
CallCount
(0) {}
109
++
CallCount
;
130
int
CallCount
;
202
ASSERT_LE(0, Provider.
CallCount
);
222
ASSERT_LE(1, First.
CallCount
);
223
ASSERT_LE(1, Second.
CallCount
);
224
ASSERT_EQ(0, Third.
CallCount
);
[
all
...]
/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
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h
151
ULONG
CallCount
;
[
all
...]
Completed in 269 milliseconds