OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unverified
(Results
1 - 9
of
9
) sorted by null
/external/mockito/src/org/mockito/internal/verification/
NoMoreInteractions.java
22
Invocation
unverified
= new InvocationsFinder().findFirstUnverified(data.getAllInvocations());
local
23
if (
unverified
!= null) {
24
new Reporter().noMoreInteractionsWanted(
unverified
, (List) data.getAllInvocations());
30
Invocation
unverified
= new InvocationsFinder().findFirstUnverifiedInOrder(data.getOrderingContext(), invocations);
local
32
if (
unverified
!= null) {
33
new Reporter().noMoreInteractionsWantedInOrder(
unverified
);
Only.java
29
Invocation
unverified
= finder.findFirstUnverified(invocations);
local
30
reporter.noMoreInteractionsWanted(
unverified
, (List) invocations);
/external/mockito/src/org/mockito/internal/invocation/
InvocationsFinder.java
24
List<Invocation>
unverified
= removeVerifiedInOrder(invocations, orderingContext);
local
25
return ListUtil.filter(
unverified
, new RemoveNotMatching(wanted));
44
List<Invocation>
unverified
= removeVerifiedInOrder(invocations, context);
local
45
List<Invocation> firstChunk = getFirstMatchingChunk(wanted,
unverified
);
54
private List<Invocation> getFirstMatchingChunk(InvocationMatcher wanted, List<Invocation>
unverified
) {
56
for (Invocation invocation :
unverified
) {
126
List<Invocation>
unverified
= new LinkedList<Invocation>();
local
129
unverified
.clear();
131
unverified
.add(i);
134
return
unverified
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdhost.h
76
#warning IWSDDeviceHost is
unverified
.
mfplay.h
62
#warning IMFPMediaItem is
unverified
.
127
#warning IMFPMediaPlayer is
unverified
.
226
#warning IMFPMediaPlayerCallback is
unverified
.
/external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar
Completed in 3234 milliseconds