/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineBytecodeGenerator.java | 64 private final WeakConcurrentSet<Class<?>> mocked; field in InlineBytecodeGenerator 77 mocked = new WeakConcurrentSet<Class<?>>(WeakConcurrentSet.Cleaner.INLINE); in InlineBytecodeGenerator() 108 if (mocked.add(type)) { in triggerRetransformation() 119 mocked.remove(failed); in triggerRetransformation() 137 if (mocked.add(type)) { in addInterfaces() 151 || !mocked.contains(classBeingRedefined) in transform()
|
D | MockMethodAdvice.java | 58 @Advice.Enter Callable<?> mocked) throws Throwable { in exit() argument 59 if (mocked != null) { in exit() 60 returned = mocked.call(); in exit()
|
/external/mockito/src/test/java/org/mockitousage/basicapi/ |
D | MockingMultipleInterfacesTest.java | 109 Object mocked = mock(interface1, withSettings().extraInterfaces(interface2)); in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths() local 110 …assertThat(interface2.isInstance(mocked)).describedAs("mock should be assignable from interface2 t… in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths()
|
/external/autotest/client/site_tests/kernel_CheckArmErrata/ |
D | control.doctest | 20 Tests are mocked and should be able to run even on non ARM boards.
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | control | 13 image data from a mocked version of the lorgnette document image
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
D | ARDAppClientTest.mm | 230 // components are mocked out and messages are relayed directly from object to
|
/external/googletest/googlemock/docs/ |
D | FrequentlyAskedQuestions.md | 10 In order for a method to be mocked, it must be _virtual_, unless you use the [high-perf dependency … 527 interface, which then can be easily mocked. It's a bit of work
|
D | ForDummies.md | 111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
|
D | CookBook.md | 19 mocked being `public`, `protected`, or `private` in the base class. 2366 // forwarded to DoShareBuzz(), which is mocked. Therefore this statement
|
/external/googletest/googlemock/docs/v1_7/ |
D | FrequentlyAskedQuestions.md | 10 In order for a method to be mocked, it must be _virtual_, unless you use the [high-perf dependency … 527 interface, which then can be easily mocked. It's a bit of work
|
D | ForDummies.md | 111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
|
D | CookBook.md | 19 mocked being `public`, `protected`, or `private` in the base class.
|
/external/googletest/googlemock/docs/v1_6/ |
D | FrequentlyAskedQuestions.md | 10 In order for a method to be mocked, it must be _virtual_, unless you use the [high-perf dependency … 527 interface, which then can be easily mocked. It's a bit of work
|
D | ForDummies.md | 111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
|
D | CookBook.md | 19 mocked being `public`, `protected`, or `private` in the base class.
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | device_utils_test.py | 146 def __init__(self, patched=None, mocked=None): argument 148 self.mocked = mocked
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 147 def __init__(self, patched=None, mocked=None): argument 149 self.mocked = mocked
|
/external/googletest/googlemock/docs/v1_5/ |
D | FrequentlyAskedQuestions.md | 523 interface, which then can be easily mocked. It's a bit of work
|
D | ForDummies.md | 111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
|
D | CookBook.md | 19 mocked being `public`, `protected`, or `private` in the base class.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|