/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/android-mock/tests/com/google/android/testing/mocking/ |
D | AndroidMockTest.java | 177 AndroidMock.replay(mockVector); in testCreateMock() 189 AndroidMock.replay(mockTimeZone); in testCreateMockUsingParameters() 201 AndroidMock.replay(mockCalendar); in testCreateMockUsingProtectedConstructors() 217 AndroidMock.replay(mockTimeZone); in testCreateMockUsingCastableParameters() 254 AndroidMock.replay(mockMap); in testCreateMockUsingInterface() 266 AndroidMock.replay(mockVector); in testCreateMockUsingClass() 278 AndroidMock.replay(mockVector); in testCreateNiceMock() 317 AndroidMock.replay(mockTimeZone); in testCreateNiceMockUsingParameters() 330 AndroidMock.replay(mockTimeZone); in testCreateNiceMockUsingCastableParameters() 343 AndroidMock.replay(mockMap); in testCreateNiceMockUsingInterface() [all …]
|
D | UsesMocksProcessorTest.java | 67 EasyMock.replay(mockElement); in getMockElement() 78 EasyMock.replay(mockMirror); in getMockAnnotationMirrors() 94 EasyMock.replay(mockValue); in getMockAnnotationValue() 100 EasyMock.replay(mockElement); in getMockExecutableElement() 155 EasyMock.replay(mockEnvironment); 172 EasyMock.replay(mockMessager); 194 EasyMock.replay(mockFiler); 205 EasyMock.replay(mockFileObject); 220 EasyMock.replay(mockEnv);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetTest.java | 61 replay(); in setUp() 71 replay(); in testCount_elementPresent() 79 replay(); in testCount_elementAbsent() 89 replay(); in testAdd_zero() 99 replay(); in testAdd_firstFewWithSuccess() 111 replay(); in testAdd_laterFewWithSuccess() 123 replay(); in testAdd_laterFewWithOverflow() 165 replay(); in testAdd_withFailures() 176 replay(); in testRemove_zeroFromSome() 184 replay(); in testRemove_zeroFromNone() [all …]
|
D | ForwardingMapTest.java | 22 import static org.easymock.EasyMock.replay; 263 replay(map, entrySet); 300 replay(entrySet, map); 331 replay(entrySet, map);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ForwardingCheckedFutureTest.java | 21 import static org.easymock.EasyMock.replay; 50 replay(delegate); in testCheckedGet() 58 replay(delegate); in testTimedCheckedGet() 68 replay(delegate); in testTimedCheckedGet_timeout() 83 replay(delegate); in testCheckedGetException()
|
D | UncaughtExceptionHandlersTest.java | 20 import static org.easymock.EasyMock.replay; 43 replay(runtimeMock); in testExiter()
|
/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/srtp/googlepatches/ |
D | vidyo-4-srtp-rtx.patch | 6 unsigned long window_size; /**< The window size to use for replay 40 /* initialize SRTCP replay database */ 157 128, /* replay window size */ 165 128, /* replay window size */ 173 128, /* replay window size */ 181 128, /* replay window size */ 189 128, /* replay window size */ 197 128, /* replay window size */ 205 128, /* replay window size */ 213 128, /* replay window size */
|
D | google-11-srtp-replay-fix.patch | 12 +- Fixed a bug related to replay detection when sequence number rolls back 14 ==== //depot/google3/third_party/libsrtp/crypto/replay/rdbx.c#5 - None ==== 16 --- google3/third_party/libsrtp/crypto/replay/rdbx.c 2010-02-25 06:36:30.000000000 -0800 17 +++ google3/third_party/libsrtp/crypto/replay/rdbx.c 2011-05-27 17:56:49.000000000 -0700 72 + * test a replay condition close to zero. 81 + printf("\ttesting replay close to zero...");
|
D | vidyo-3-srtp-ws.patch | 491 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-lin/crypto/replay/rdbx.c srtp/crypto/replay/rdbx.c 492 --- srtp-lin/crypto/replay/rdbx.c 2007-06-15 14:17:40.000000000 -0400 493 +++ srtp/crypto/replay/rdbx.c 2009-04-22 19:03:15.000000000 -0400 602 + unsigned long window_size; /**< The window size to use for replay 613 /* initialize replay databases */ 625 /* initialize replay database */ 878 + 128, /* replay window size */ 886 + 128, /* replay window size */ 894 + 128, /* replay window size */ 902 + 128, /* replay window size */ [all …]
|
/external/guava/guava-tests/test/com/google/common/testing/ |
D | EquivalenceTesterTest.java | 82 equivalenceMock.replay(); in testTest() 99 equivalenceMock.replay(); in testTest_symmetric() 127 equivalenceMock.replay(); in testTest_trasitive() 149 equivalenceMock.replay(); in testTest_inequivalence() 171 equivalenceMock.replay(); in testTest_hash() 228 void replay() { in replay() method in EquivalenceTesterTest.MockEquivalence
|
/external/oprofile/events/alpha/ev67/ |
D | events | 8 event:0x03 counters:1 um:zero minimum:500 name:MBOX_REPLAY : Mbox replay traps 15 event:0x09 counters:0 um:zero minimum:500 name:REPLAY_0 : PCTR0 triggered; replay trap 16 …0a counters:0 um:zero minimum:500 name:LOAD_STORE_0 : PCTR0 triggered; load-store order replay trap 24 event:0x12 counters:0 um:zero minimum:500 name:REPLAY_1 : PCTR1 triggered; replay trap 25 …13 counters:0 um:zero minimum:500 name:LOAD_STORE_1 : PCTR1 triggered; load-store order replay trap
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloseablesTest.java | 21 import static org.easymock.EasyMock.replay; 133 replay(mockCloseable); in setupCloseable() 144 replay(mockFlushable); in setupFlushable()
|
/external/srtp/ |
D | Makefile | 82 replay = crypto/replay/rdb.o crypto/replay/rdbx.o \ macro 83 crypto/replay/ut_sim.o 96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
|
D | Makefile.in | 84 replay = crypto/replay/rdb.o crypto/replay/rdbx.o \ 85 crypto/replay/ut_sim.o 98 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
|
D | Android.mk | 28 crypto/replay/rdb.c \ 29 crypto/replay/rdbx.c
|
/external/linux-tools-perf/Documentation/ |
D | perf-sched.txt | 11 'perf sched' {record|latency|map|replay|trace} 26 'perf sched replay' to simulate the workload that was recorded 29 threads can then replay the timings (CPU runtime and sleep patterns)
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | FunnelsTest.java | 24 EasyMock.replay(byteSink); in testForBytes() 40 EasyMock.replay(byteSink); in testForStrings()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 89 control.replay(); in testCallMethod() 133 control.replay(); in testStub() 162 control.replay(); in testBlockingStub() 191 control.replay(); in testNewReflectiveService() 219 control.replay(); in testNewReflectiveBlockingService()
|
/external/oprofile/events/i386/p4-ht/ |
D | unit_masks | 31 0x02 replay cause: unknown store address 32 0x08 replay cause: unknown store data 33 0x10 replay cause: partial overlap between load and store 34 0x20 replay cause: mismatched low 4 bits between load and store addr
|
/external/oprofile/events/ppc/e500/ |
D | events | 43 event:0x2b counters:0,1,2,3 um:zero minimum:500 name:DETECTED_REPLAYS : Times detected replay condi… 51 … um:zero minimum:500 name:LOAD_MISS_DLFB_FULL_CYCLES : Cycles stalled on replay condition - Load m… 52 …um:zero minimum:500 name:LOAD_MISS_QUEUE_FULL_CYCLES : Cycles stalled on replay condition - Load m… 53 …o minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_CYCLES : Cycles stalled on replay condition - Load g… 54 … minimum:500 name:STORE_TRANSLATED_QUEUE_FULL_CYCLES : Cycles stalled on replay condition - Transl… 55 …,3 um:zero minimum:500 name:ADDRESS_COLLISION_CYCLES : Cycles stalled on replay condition - Addres… 56 event:0x38 counters:0,1,2,3 um:zero minimum:500 name:DMMU_MISS_CYCLES : Cycles stalled on replay co… 57 event:0x39 counters:0,1,2,3 um:zero minimum:500 name:DMMU_BUSY_CYCLES : Cycles stalled on replay co… 58 …um:500 name:SECOND_PART_MISALIGNED_AFTER_MISS_CYCLES : Cycles stalled on replay condition - Second…
|
/external/oprofile/events/ppc/e500v2/ |
D | events | 43 event:0x2b counters:0,1,2,3 um:zero minimum:500 name:DETECTED_REPLAYS : Times detected replay condi… 51 … um:zero minimum:500 name:LOAD_MISS_DLFB_FULL_CYCLES : Cycles stalled on replay condition - Load m… 52 …um:zero minimum:500 name:LOAD_MISS_QUEUE_FULL_CYCLES : Cycles stalled on replay condition - Load m… 53 …o minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_CYCLES : Cycles stalled on replay condition - Load g… 54 … minimum:500 name:STORE_TRANSLATED_QUEUE_FULL_CYCLES : Cycles stalled on replay condition - Transl… 55 …,3 um:zero minimum:500 name:ADDRESS_COLLISION_CYCLES : Cycles stalled on replay condition - Addres… 56 event:0x38 counters:0,1,2,3 um:zero minimum:500 name:DMMU_MISS_CYCLES : Cycles stalled on replay co… 57 event:0x39 counters:0,1,2,3 um:zero minimum:500 name:DMMU_BUSY_CYCLES : Cycles stalled on replay co… 58 …um:500 name:SECOND_PART_MISALIGNED_AFTER_MISS_CYCLES : Cycles stalled on replay condition - Second…
|
/external/oprofile/events/mips/sb1/ |
D | events | 15 event:0x1d counters:1,2,3 um:zero minimum:500 name:MBOX_REPLAY :MBOX replay 17 event:0x1e counters:1,2,3 um:zero minimum:500 name:DATA_DEPENDENCY_REPLAY :Data dependency replay 18 event:0x1b counters:1,2,3 um:zero minimum:500 name:DCACHE_FILL_REPLAY :Dcache fill replay 19 event:0x1f counters:1,2,3 um:zero minimum:500 name:ANY_REPLAY :Any replay except mispredict
|