Home
last modified time | relevance | path

Searched refs:unverified (Results 1 – 15 of 15) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationsFinder.java28 List<Invocation> unverified = removeVerifiedInOrder(invocations, orderingContext); in findAllMatchingUnverifiedChunks() local
29 return ListUtil.filter(unverified, new RemoveNotMatching(wanted)); in findAllMatchingUnverifiedChunks()
48 List<Invocation> unverified = removeVerifiedInOrder(invocations, context); in findMatchingChunk() local
49 List<Invocation> firstChunk = getFirstMatchingChunk(wanted, unverified); in findMatchingChunk()
58 …c List<Invocation> getFirstMatchingChunk(MatchableInvocation wanted, List<Invocation> unverified) { in getFirstMatchingChunk() argument
60 for (Invocation invocation : unverified) { in getFirstMatchingChunk()
130 List<Invocation> unverified = new LinkedList<Invocation>(); in removeVerifiedInOrder() local
133 unverified.clear(); in removeVerifiedInOrder()
135 unverified.add(i); in removeVerifiedInOrder()
138 return unverified; in removeVerifiedInOrder()
/external/mockito/src/main/java/org/mockito/internal/verification/
DNoMoreInteractions.java25 Invocation unverified = findFirstUnverified(data.getAllInvocations()); in verify() local
26 if (unverified != null) { in verify()
27 throw noMoreInteractionsWanted(unverified, (List) data.getAllInvocations()); in verify()
33 Invocation unverified = findFirstUnverifiedInOrder(data.getOrderingContext(), invocations); in verifyInOrder() local
35 if (unverified != null) { in verifyInOrder()
36 throw noMoreInteractionsWantedInOrder(unverified); in verifyInOrder()
DOnly.java29 Invocation unverified = findFirstUnverified(invocations); in verify() local
30 throw noMoreInteractionsWanted(unverified, (List) invocations); in verify()
/external/tcpdump/tests/
Dudld-v.out2 Checksum 0x6d85 (unverified)
11 Checksum 0x805d (unverified)
20 Checksum 0x805e (unverified)
29 Checksum 0x805c (unverified)
38 Checksum 0x805d (unverified)
47 Checksum 0x805b (unverified)
56 Checksum 0x805c (unverified)
65 Checksum 0x805a (unverified)
74 Checksum 0x805b (unverified)
83 Checksum 0x8059 (unverified)
[all …]
Dcdp-v.out1 CDPv2, ttl: 180s, checksum: 0xb0bd (unverified), length 378
20 CDPv2, ttl: 180s, checksum: 0xb0bd (unverified), length 378
39 CDPv2, ttl: 180s, checksum: 0xb0bd (unverified), length 378
Dheapoverflow-in_checksum.out3 Hello, RFC2117-encoding, cksum 0x3030 (unverified)[|pim]
Disis_poi.out4 chksum: 0x0000 (unverified), PDU length: 43, Flags: [ L2 IS ]
Disis_poi2.out4 chksum: 0x0000 (unverified), PDU length: 49, Flags: [ L2 IS ]
Dudld-inf-loop-1-v.out2 Checksum 0x3956 (unverified)
Dlldp_cdp-ev.out1 …x00000c), pid CDP (0x2000), length 366: CDPv2, ttl: 180s, checksum: 0x0bea (unverified), length 366
20 …x00000c), pid CDP (0x2000), length 370: CDPv2, ttl: 180s, checksum: 0x971d (unverified), length 370
127 …x00000c), pid CDP (0x2000), length 366: CDPv2, ttl: 180s, checksum: 0x0be9 (unverified), length 366
146 …x00000c), pid CDP (0x2000), length 370: CDPv2, ttl: 180s, checksum: 0x971c (unverified), length 370
Dkday6.out4 …chksum: 0x0900 (unverified), PDU length: 33667, Flags: [ Overload bit set, expense ATT bit set, L1…
/external/mockito/src/test/java/org/mockito/internal/exceptions/util/
DScenarioPrinterTest.java26 Invocation unverified = new InvocationBuilder().differentMethod().toInvocation(); in shouldPrintInvocations() local
29 String out = sp.print((List) asList(verified, unverified)); in shouldPrintInvocations()
40 Invocation unverified = new InvocationBuilder().differentMethod().toInvocation(); in shouldNotPrintInvocationsWhenSingleUnwanted() local
43 String out = sp.print((List) asList(unverified)); in shouldNotPrintInvocationsWhenSingleUnwanted()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch1586 + /* create and display the dialog for unverified cert. */
1816 + /* create and display the dialog for unverified cert. */
1912 + /* create and display the dialog for unverified cert. */
1966 + /* create and display the dialog for unverified cert. */
2013 + /* create and display the dialog for unverified cert. */
Dultravnc-102-JavaViewer-ssl-etc.patch4158 + /* create and display the dialog for unverified cert. */
4388 + /* create and display the dialog for unverified cert. */
4484 + /* create and display the dialog for unverified cert. */
4538 + /* create and display the dialog for unverified cert. */
4585 + /* create and display the dialog for unverified cert. */
/external/python/cpython2/Doc/library/
Dhttplib.rst103 by default. To revert to the previous, unverified, behavior