Searched refs:doNothing (Results 1 - 17 of 17) sorted by relevance

/external/lldb/test/functionalities/thread/state/
H A Dmain.c24 int doNothing() function
39 int result = doNothing();
/external/mockito/src/org/mockito/stubbing/
H A DStubber.java10 * Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
34 * {@link Mockito#doNothing()}
45 * Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
62 * {@link Mockito#doNothing()}
117 * Use it for stubbing consecutive calls in {@link Mockito#doNothing()} style:
119 * doNothing().
123 * See javadoc for {@link Mockito#doNothing()}
127 Stubber doNothing(); method in interface:Stubber
/external/chromium_org/ui/login/
H A Dscreen.js12 function doNothing() {};
48 decorate: doNothing,
62 onWindowResize: doNothing,
/external/mockito/src/org/mockito/internal/stubbing/
H A DStubberImpl.java52 public Stubber doNothing() { method in class:StubberImpl
/external/mockito/src/org/mockito/
H A DBDDMockito.java193 * See original {@link Stubber#doNothing()}
255 return new BDDStubberImpl(mockitoStubber.doNothing());
312 * see original {@link Mockito#doNothing()}
316 return new BDDStubberImpl(Mockito.doNothing());
H A DMockito.java42 * <a href="#12">12. <code>doReturn()</code>|<code>doThrow()</code>|<code>doAnswer()</code>|<code>doNothing()</code>|<code>doCallRealMethod()</code> family of methods</a><br/>
442 * <code>doAnswer()</code>|<code>doNothing()</code>|<code>doCallRealMethod()</code> family of methods</a></h3>
459 * You can use <code>doThrow()</code>, <code>doAnswer()</code>, <code>doNothing()</code>, <code>doReturn()</code>
479 * {@link Mockito#doNothing()}
1736 * Use <code>doNothing()</code> for setting void methods to do nothing. <b>Beware that void methods on mocks do nothing by default!</b>
1737 * However, there are rare situations when doNothing() comes handy:
1742 * doNothing().
1759 * doNothing().when(spy).clear();
1773 public static Stubber doNothing() { method in class:Mockito
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DPrivateScriptTest.js16 PrivateScriptTestPrototype.doNothing = function() {
/external/chromium_org/remoting/webapp/background/
H A Dit2me_helpee_channel.js411 base.doNothing, // Ignore |onNatPolicyChanged|.
/external/chromium_org/remoting/webapp/
H A Dbase.js100 base.doNothing = function() {};
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java36 import static com.google.testing.littlemock.LittleMock.doNothing;
517 doNothing().when(mFoo).add("first");
604 doNothing().when(mFoo).add(mCaptureString.capture());
605 doNothing().when(mFoo).getResultLater(mCaptureCallback.capture());
733 doNothing().when(mFoo).add(mCaptureString.capture());
1614 // TODO(hugohudson): 6. Again we can chain things like doNothing() then doThrow() I suppose.
1615 // doNothing().doThrow(new RuntimeException()).when(mock).someVoidMethod();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java807 final Runnable doNothing = new Runnable() { field in class:FuturesTest.TestFutureBatch
842 ImmutableList.of(new TestFuture(doneSuccess, "doneSuccess", doNothing),
843 new TestFuture(doneFailed, "doneFailed", doNothing),
844 new TestFuture(doneCancelled, "doneCancelled", doNothing),
846 doneRuntimeException, "doneRuntimeException", doNothing),
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java114 public static Behaviour doNothing() { return doReturn(null); } method in class:LittleMock
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 817 milliseconds