HomeSort by relevance Sort by last modified time
    Searched refs:replay (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/android-mock/livetests/com/google/android/testing/mocking/test/
MockingTest.java 55 AndroidMock.replay(myMockClass);
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 89 control.replay();
133 control.replay();
162 control.replay();
191 control.replay();
213 control.replay();
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 89 control.replay();
133 control.replay();
162 control.replay();
191 control.replay();
219 control.replay();
  /external/oprofile/events/mips/sb1/
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
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 54 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) = 0;
93 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) { function in class:android::uirenderer::DrawBatch
263 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) { function in class:android::uirenderer::MergingDrawBatch
268 return DrawBatch::replay(renderer, dirty, -1);
307 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) { function in class:android::uirenderer::StateOpBatch
329 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) { function in class:android::uirenderer::RestoreToCountBatch
338 // we use the state storage for the RestoreToCountOp, but don't replay the op itself
353 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) { function in class:android::uirenderer::BarrierDebugBatch
456 // store and replay the save operation, as it may be needed to correctly playback the clip
639 // Replay / flus
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
JarHostTestTest.java 90 EasyMock.replay(listener);
CtsTestTest.java 334 EasyMock.replay(mMockRepo, mMockPlan, mMockDevice, mMockListener, mMockPackageDef,
336 EasyMock.replay(mocks);
  /external/easymock/src/org/easymock/
EasyMockSupport.java 174 * mock objects) to replay mode. For details, see the EasyMock
179 c.replay();
MockControl.java 113 * 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 state, if no method was
    [all...]
EasyMock.java 1545 public static void replay(Object... mocks) { method in class:EasyMock
    [all...]
  /external/easymock/src/org/easymock/internal/
ReplayState.java 75 public void replay() { method in class:ReplayState
159 "This method must not be called in replay state."));
MocksControl.java 95 public void replay() { method in class:MocksControl
97 state.replay();
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMapTest.java 22 import static org.easymock.EasyMock.replay;
263 replay(map, entrySet);
300 replay(entrySet, map);
331 replay(entrySet, map);
BstOperationsTest.java 27 import static org.easymock.EasyMock.replay;
127 replay(nodeFactory, balancePolicy, modifier); method
166 replay(nodeFactory, balancePolicy, modifier); method
214 replay(nodeFactory, balancePolicy, modifier); method
264 replay(nodeFactory, balancePolicy, modifier); method
302 replay(nodeFactory, balancePolicy, modifier); method
338 replay(nodeFactory, balancePolicy, modifier); method
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 486 replay: function(replayableCall, cache)
488 var replayObject = ReplayableResource.replay(replayableCall.replayableResource(), cache);
490 return ReplayableResource.replay(obj, cache);
498 console.assert(typeof replayFunction === "function", "Expected a function to replay");
501 var resource = replayableCall.result().replay(cache);
628 replay: function(cache)
631 return call.replay(this, cache);
656 * Resource object (thus, no history to replay it later).
876 replay: function(data, cache)
901 this._calls.push(data.calls[i].replay(cache))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv.c 810 * converting a replay buffer will not result in a replay.
811 * This is because a replay is necessary only after the _continuation_ of a
812 * partial match failed, but a replay buffer is converted as a whole.
814 * but there will not be a continuation _during_ the replay which could fail.
817 * recursively in a way that causes another replay to be stored, but that
835 UChar replay[UCNV_EXT_MAX_UCHARS]; local
871 * We need to "replay" them from a temporary buffer and convert them first.
878 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR);
879 pArgs->source=replay;
1280 char replay[UCNV_EXT_MAX_BYTES]; local
    [all...]
  /external/icu4c/common/
ucnv.c 812 * converting a replay buffer will not result in a replay.
813 * This is because a replay is necessary only after the _continuation_ of a
814 * partial match failed, but a replay buffer is converted as a whole.
816 * but there will not be a continuation _during_ the replay which could fail.
819 * recursively in a way that causes another replay to be stored, but that
837 UChar replay[UCNV_EXT_MAX_UCHARS]; local
873 * We need to "replay" them from a temporary buffer and convert them first.
880 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR);
881 pArgs->source=replay;
1282 char replay[UCNV_EXT_MAX_BYTES]; local
    [all...]
  /external/iproute2/ip/
xfrm_state.c 65 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.seq, *argv, 0)
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 70 EasyMock.replay(mMockBuild);
  /external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
SimpleDirectoryPersistentCache.java 100 public void replay() throws IOException { method in class:SimpleDirectoryPersistentCache
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockAccessibilityService.java 79 public void replay() { method in class:MockAccessibilityService
88 throw new IllegalStateException("Did you forget to call replay()");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Replayer.java 64 public void replay(final ReplayData replayData, final Runnable callback) { method in class:Replayer
  /external/chromium_org/tools/page_cycler/webpagereplay/tests/
2012Q3.js 13 ["http://superfastpageload/web-page-replay-generate-200"],
2012Q2.js 13 ["http://superfastpageload/web-page-replay-generate-200"],
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 34 "third_party/srtp/crypto/replay/rdb.c",
35 "third_party/srtp/crypto/replay/rdbx.c",
36 "third_party/srtp/crypto/replay/ut_sim.c",

Completed in 1317 milliseconds

12 3 4 5 6