OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Replay
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/resources/
picture.cc
329
void Picture::
Replay
(SkCanvas* canvas) {
330
TRACE_EVENT_BEGIN0("cc", "Picture::
Replay
");
336
TRACE_EVENT_END1("cc", "Picture::
Replay
",
/external/chromium_org/third_party/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
...]
/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 189 milliseconds