HomeSort by relevance Sort by last modified time
    Searched refs:Replay (Results 1 - 3 of 3) sorted by null

  /development/scripts/
divide_and_compress_test.py 75 mox.Replay(os.stat)
  /external/blktrace/btreplay/doc/
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:
91 \subsection{IO Stream Replay Characteristics}
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 t
    [all...]
  /external/protobuf/python/
mox.py 22 Mox works in the record-replay-verify paradigm. When you first create
28 Once you have set up the expected mock behavior, you put it in replay
51 # Put mocks in replay mode
190 """Set all mock objects to replay mode."""
235 def Replay(*args):
236 """Put mocks into Replay mode.
239 # args is any number of mocks to put into replay mode.
282 state (record or replay). The call will be recorded or replayed
290 A new MockMethod aware of MockAnything's state (record or replay).
303 A new MockMethod aware of MockAnything's state (record or replay)
    [all...]

Completed in 237 milliseconds