/external/guava/guava-tests/test/com/google/common/cache/ |
D | ForwardingLoadingCacheTest.java | 21 import static org.easymock.EasyMock.replay; 58 replay(mock); in testGet() 65 replay(mock); in testGetUnchecked() 72 replay(mock); in testGetAll() 79 replay(mock); in testApply() 86 replay(mock); in testInvalidate() 93 replay(mock); in testRefresh() 100 replay(mock); in testInvalidateAll() 107 replay(mock); in testSize() 114 replay(mock); in testStats() [all …]
|
D | ForwardingCacheTest.java | 21 import static org.easymock.EasyMock.replay; 58 replay(mock); in testGetIfPresent() 66 replay(mock); in testGetAllPresent() 74 replay(mock); in testInvalidate() 81 replay(mock); in testInvalidateAllIterable() 88 replay(mock); in testInvalidateAll() 95 replay(mock); in testSize() 102 replay(mock); in testStats() 109 replay(mock); in testAsMap() 116 replay(mock); in testCleanUp()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetTest.java | 111 replay(); 121 replay(); 129 replay(); 139 replay(); 149 replay(); 161 replay(); 173 replay(); 215 replay(); 226 replay(); 234 replay(); [all …]
|
/external/dhcpcd-6.8.2/ |
D | auth.c | 84 state->replay = 0; in dhcp_auth_reset() 111 uint64_t replay; in dhcp_auth_validate() local 119 if (dlen < 3 + sizeof(replay)) { in dhcp_auth_validate() 156 memcpy(&replay, d, sizeof(replay)); in dhcp_auth_validate() 157 replay = ntohll(replay); in dhcp_auth_validate() 159 if (state->replay == (replay ^ 0x8000000000000000ULL)) { in dhcp_auth_validate() 165 if ((uint64_t)(replay - state->replay) <= 0) { in dhcp_auth_validate() 171 d+= sizeof(replay); in dhcp_auth_validate() 172 dlen -= sizeof(replay); in dhcp_auth_validate() 346 state->replay = replay; in dhcp_auth_validate()
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ServletUtilsTest.java | 6 import static org.easymock.EasyMock.replay; 23 replay(servletRequest); in testGetContextRelativePath() 33 replay(servletRequest); in testGetContextRelativePathWithWrongPath() 43 replay(servletRequest); in testGetContextRelativePathWithRootPath() 53 replay(servletRequest); in testGetContextRelativePathWithEmptyPath()
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 62 one is able to \emph{replay} the IO again on the same machine or another 66 The basic operating work-flow to replay IOs would be something like: 70 device or devices that you wish to trace and later replay IOs upon. Note: 131 entrance of IOs into the block IO layer. In order to replay these IOs with 163 reduction in replay timing accuracy.}. 171 The number of CPUs being used on the replay system can be different from 173 \texttt{--cpus} option allows one to state how many CPUs on the replay 174 system to utilize. If the number of CPUs on the replay system is less than 176 overload of CPU processing capabilities on the replay system. (Refer to 198 \emph{This is the primary problem with any IO replay mechanism -- how [all …]
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingOutputStreamTest.java | 41 EasyMock.replay(hashFunction); in setUp() 47 EasyMock.replay(hasher); in testWrite_putSingleByte() 59 EasyMock.replay(hasher); in testWrite_putByteArray() 71 EasyMock.replay(hasher); in testWrite_putByteArrayAtPos()
|
D | HashingInputStreamTest.java | 47 EasyMock.replay(hashFunction); in setUp() 52 EasyMock.replay(hasher); in testRead_putSingleByte() 65 EasyMock.replay(hasher); in testRead_putByteArray() 82 EasyMock.replay(hasher); in testRead_putByteArrayAtPos() 103 EasyMock.replay(hasher); in testRead_putByteArrayOutOfBound()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | EquivalenceTesterTest.java | 83 equivalenceMock.replay(); in testTest() 100 equivalenceMock.replay(); in testTest_symmetric() 129 equivalenceMock.replay(); in testTest_trasitive() 152 equivalenceMock.replay(); in testTest_inequivalence() 175 equivalenceMock.replay(); in testTest_hash() 232 void replay() { in replay() method in EquivalenceTesterTest.MockEquivalence
|
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 57 replay(session); in testSendReply() 69 replay(session); in testSendReply_SetReplyText() 82 replay(session); in testSendReply_SetReplyMessageKey() 109 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 57 replay(session); in testSendReply() 69 replay(session); in testSendReply_SetReplyText() 82 replay(session); in testSendReply_SetReplyMessageKey() 109 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 57 replay(session); in testSendReply() 69 replay(session); in testSendReply_SetReplyText() 82 replay(session); in testSendReply_SetReplyMessageKey() 109 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/ |
D | _AbstractStaticReplyCommandHandlerTest.java | 56 replay(session); in testSendReply() 68 replay(session); in testSendReply_SetReplyText() 81 replay(session); in testSendReply_SetReplyMessageKey() 108 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/ |
D | _AbstractStubCommandHandlerTest.java | 59 replay(session); in testSendReply() 71 replay(session); in testSendReply_SetReplyText() 84 replay(session); in testSendReply_SetReplyMessageKey() 111 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/ |
D | _AbstractStubCommandHandlerTest.java | 59 replay(session); in testSendReply() 71 replay(session); in testSendReply_SetReplyText() 84 replay(session); in testSendReply_SetReplyMessageKey() 111 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/ |
D | _AbstractStubCommandHandlerTest.java | 59 replay(session); in testSendReply() 71 replay(session); in testSendReply_SetReplyText() 84 replay(session); in testSendReply_SetReplyMessageKey() 111 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/ |
D | _AbstractStubCommandHandlerTest.java | 59 replay(session); in testSendReply() 71 replay(session); in testSendReply_SetReplyText() 84 replay(session); in testSendReply_SetReplyMessageKey() 111 replay(session); in testSendReply_MessageParameter()
|
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/ |
D | _AbstractStubCommandHandlerTest.java | 59 replay(session); in testSendReply() 71 replay(session); in testSendReply_SetReplyText() 84 replay(session); in testSendReply_SetReplyMessageKey() 111 replay(session); in testSendReply_MessageParameter()
|