Searched refs:FooInterface (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_associated_interfaces.mojom | 9 interface FooInterface {}; 12 associated FooInterface? foo_interface; 13 associated FooInterface& foo_request; 14 array<associated FooInterface> foo_interfaces; 15 array<associated FooInterface&> foo_requests; 19 associated FooInterface foo_interface; 20 associated FooInterface& foo_request; 21 array<associated FooInterface> foo_interfaces; 22 array<associated FooInterface&> foo_requests; 26 PassFoo(associated FooInterface foo_interface, [all …]
|
/external/googletest/googlemock/test/ |
D | gmock_leak_test_.cc | 42 class FooInterface { class 44 virtual ~FooInterface() {} in ~FooInterface() 48 class MockFoo : public FooInterface {
|
D | gmock-function-mocker_test.cc | 74 class FooInterface { class 76 virtual ~FooInterface() {} in ~FooInterface() 122 class MockFoo : public FooInterface { 185 FooInterface* const foo_;
|
D | gmock-generated-function-mockers_test.cc | 75 class FooInterface { class 77 virtual ~FooInterface() {} in ~FooInterface() 124 class MockFoo : public FooInterface { 188 FooInterface* const foo_;
|
/external/google-breakpad/src/testing/test/ |
D | gmock_leak_test_.cc | 43 class FooInterface { class 45 virtual ~FooInterface() {} in ~FooInterface() 49 class MockFoo : public FooInterface {
|
D | gmock-generated-function-mockers_test.cc | 75 class FooInterface { class 77 virtual ~FooInterface() {} in ~FooInterface() 115 class MockFoo : public FooInterface { 163 FooInterface* const foo_;
|
/external/google-fruit/extras/doc/ |
D | parametrized_component.tex | 10 \umlprovidedinterface[interface=FooInterface, distance=2.3, padding=1cm]{bind1} 11 \umlprovidedinterface[interface=FooInterface, distance=2.3, padding=1cm]{bind2} 15 \umlprovidedinterface[interface=FooInterface, distance=6.5, with port]{FooComponent}
|
D | templated_component.tex | 8 \umlprovidedinterface[interface={FooInterface<T, std::vector<T>{}>}, distance=4, padding=3.5cm]{bin… 11 \umlprovidedinterface[interface={FooInterface<T, std::vector<T>{}>}, distance=10, with port]{FooCom…
|
/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/ |
D | ReturnsMocksTest.java | 18 interface FooInterface { interface in ReturnsMocksTest 29 Object interfaceMock = values.returnValueFor(FooInterface.class); in should_return_mock_value_for_interface()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 1442 | `FooInterface` | `FooInterfacePtr` 1443 | `FooInterface&` | `FooInterfaceRequest` 1444 | `associated FooInterface` | `FooAssociatedInterfacePtr` 1445 | `associated FooInterface&` | `FooAssociatedInterfaceRequest` 1468 * For handle and interface types (*e.g* `handle` or `FooInterface&`) these
|