Home
last modified time | relevance | path

Searched defs:doNothing (Results 1 – 20 of 20) sorted by relevance

/external/guava/android/guava/src/com/google/common/util/concurrent/
DRunnables.java36 public static Runnable doNothing() { in doNothing() method in Runnables
/external/guava/guava/src/com/google/common/util/concurrent/
DRunnables.java36 public static Runnable doNothing() { in doNothing() method in Runnables
/external/llvm-project/lldb/test/API/functionalities/thread/state/
Dmain.cpp16 int doNothing() in doNothing() function
/external/mockito/src/main/java/org/mockito/stubbing/
DBaseStubber.java93 Stubber doNothing(); in doNothing() method
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DDefaultLenientStubber.java39 public Stubber doNothing() { in doNothing() method in DefaultLenientStubber
DStubberImpl.java117 public Stubber doNothing() { in doNothing() method in StubberImpl
/external/guice/core/test/com/google/inject/
DMembersInjectorTest.java411 void doNothing() {} in doNothing() method in MembersInjectorTest.A
418 void doNothing() {} in doNothing() method in MembersInjectorTest.B
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/
DStaticCapableStubber.java182 public StaticCapableStubber doNothing() { in doNothing() method in StaticCapableStubber
DExtendedMockito.java95 public static StaticCapableStubber doNothing() { in doNothing() method in ExtendedMockito
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DInvokeDynamicTest.java20 public void doNothing() { in doNothing() method in InvokeDynamicTest
/external/mockito/src/main/java/org/mockito/
DMockito.java2430 public static Stubber doNothing() { in doNothing() method in Mockito
/external/llvm-project/llvm/unittests/ADT/
DImmutableListTest.cpp93 void doNothing() const {} in doNothing() function
DSimpleIListTest.cpp21 void doNothing(Node *) {} in doNothing() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h146 static Error doNothing() { return Error::success(); } in doNothing() function
DOrcRemoteTargetClient.h683 static Error doNothing() { return Error::success(); } in doNothing() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h148 static Error doNothing() { return Error::success(); } in doNothing() function
DOrcRemoteTargetClient.h904 static Error doNothing() { return Error::success(); } in doNothing() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h172 static Error doNothing() { return Error::success(); } in doNothing() function
DOrcRemoteTargetClient.h807 static Error doNothing() { return Error::success(); } in doNothing() function
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h155 bool doNothing() const { return _doNothing; } in doNothing() function