Searched defs:replay (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay.cc8 #include "tools/ipc_fuzzer/replay/replay_process.h"
12 ipc_fuzzer::ReplayProcess replay; local
13 if (!replay.Initialize(argc, argv))
16 replay.OpenChannel();
18 if (!replay.OpenTestcase())
21 replay.Run();
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
H A DEntityCapsPersistentCache.java32 void replay() throws IOException; method in interface:EntityCapsPersistentCache
H A DSimpleDirectoryPersistentCache.java100 public void replay() throws IOException { method in class:SimpleDirectoryPersistentCache
/external/chromium_org/v8/src/compiler/
H A Dgraph-replay.cc5 #include "src/compiler/graph-replay.h"
21 GraphReplayPrinter replay; local
23 graph->VisitNodeInputsFromEnd(&replay);
/external/easymock/src/org/easymock/
H A DIMocksControl.java65 * Switches the control from record mode to replay mode.
67 void replay(); method in interface:IMocksControl
H A DMockControl.java113 * Switches the mock object from record state to replay state. For more
117 * if the mock object already is in replay state.
119 public void replay() { method in class:MockControl
120 ctrl.replay();
141 * if the mock object is in replay state, if no method was
158 * if the mock object is in replay state or if no method was
179 * if the mock object is in replay state, if no method was
196 * if the mock object is in replay state, if no method was
215 * if the mock object is in replay state or if no method was
238 * if the mock object is in replay stat
[all...]
H A DEasyMock.java1540 * objects) to replay mode. For details, see the EasyMock documentation.
1545 public static void replay(Object... mocks) { method in class:EasyMock
1547 getControl(mock).replay();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.cpp101 PassOwnPtr<Vector<char> > GraphicsContextSnapshot::replay(unsigned fromStep, unsigned toStep, double scale) const function in class:blink::GraphicsContextSnapshot
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile84 replay = crypto/replay/rdb.o crypto/replay/rdbx.o \ macro
85 crypto/replay/ut_sim.o
98 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/easymock/src/org/easymock/internal/
H A DIMocksControlState.java52 void replay(); method in interface:IMocksControlState
H A DMocksControl.java95 public void replay() { method in class:MocksControl
97 state.replay();
H A DRecordState.java81 public void replay() { method in class:RecordState
H A DReplayState.java75 public void replay() { method in class:ReplayState
159 "This method must not be called in replay state."));
/external/guava/guava-tests/test/com/google/common/testing/
H A DEquivalenceTesterTest.java82 equivalenceMock.replay();
99 equivalenceMock.replay();
127 equivalenceMock.replay();
149 equivalenceMock.replay();
171 equivalenceMock.replay();
228 void replay() { method in class:EquivalenceTesterTest.MockEquivalence
/external/srtp/
H A DMakefile82 replay = crypto/replay/rdb.o crypto/replay/rdbx.o \ macro
83 crypto/replay/ut_sim.o
96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java61 replay();
71 replay();
79 replay();
89 replay();
99 replay();
111 replay();
123 replay();
165 replay();
176 replay();
184 replay();
553 private void replay() { method in class:ConcurrentHashMultisetTest
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp70 void SkClipStack::Element::replay(SkCanvasClipVisitor* visitor) const { function in class:SkClipStack::Element
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dcommands.js218 var replay = function(index) {
220 self.doExecute_(self.undo_[index], {}, replay.bind(null, index + 1));
226 replay(0);
/external/iproute2/ip/
H A Dxfrm_state.c65 fprintf(stderr, " [ replay-window SIZE ] [ replay-seq SEQ ] [ replay-oseq SEQ ]\n");
244 struct xfrm_replay_state replay; local
259 memset(&replay, 0, sizeof(replay));
284 } else if (strcmp(*argv, "replay-window") == 0) {
287 invarg("\"replay-window\" value is invalid", *argv);
288 } else if (strcmp(*argv, "replay-seq") == 0) {
290 if (get_u32(&replay
[all...]
/external/skia/src/core/
H A DSkClipStack.cpp70 void SkClipStack::Element::replay(SkCanvasClipVisitor* visitor) const { function in class:SkClipStack::Element
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js507 replay: function(replayableCall, cache)
511 var resource = replayableResult.replay(cache);
516 var replayObject = ReplayableResource.replay(replayableCall.replayableResource(), cache);
518 return ReplayableResource.replay(obj, cache);
526 console.assert(typeof replayFunction === "function", "Expected a function to replay");
530 var resource = replayableResult.replay(cache);
656 replay: function(cache)
659 return call.replay(this, cache);
684 * Resource object (thus, no history to replay it later).
905 replay
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c820 * converting a replay buffer will not result in a replay.
821 * This is because a replay is necessary only after the _continuation_ of a
822 * partial match failed, but a replay buffer is converted as a whole.
824 * but there will not be a continuation _during_ the replay which could fail.
827 * recursively in a way that causes another replay to be stored, but that
845 UChar replay[UCNV_EXT_MAX_UCHARS]; local
881 * We need to "replay" them from a temporary buffer and convert them first.
888 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR);
889 pArgs->source=replay;
1290 char replay[UCNV_EXT_MAX_BYTES]; local
[all...]
/external/icu/icu4c/source/common/
H A Ducnv.c820 * converting a replay buffer will not result in a replay.
821 * This is because a replay is necessary only after the _continuation_ of a
822 * partial match failed, but a replay buffer is converted as a whole.
824 * but there will not be a continuation _during_ the replay which could fail.
827 * recursively in a way that causes another replay to be stored, but that
845 UChar replay[UCNV_EXT_MAX_UCHARS]; local
881 * We need to "replay" them from a temporary buffer and convert them first.
888 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR);
889 pArgs->source=replay;
1290 char replay[UCNV_EXT_MAX_BYTES]; local
[all...]
/external/iproute2/include/linux/
H A Dxfrm.h119 __u32 replay; member in struct:xfrm_stats
254 XFRM_AE_RTHR=1, /* replay threshold*/
255 XFRM_AE_RVAL=2, /* replay value */
258 XFRM_AE_CR=16, /* Event cause is replay update */
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h121 __u32 replay; member in struct:xfrm_stats
256 XFRM_AE_RTHR=1, /* replay threshold*/
257 XFRM_AE_RVAL=2, /* replay value */
260 XFRM_AE_CR=16, /* Event cause is replay update */

Completed in 718 milliseconds

12