Home
last modified time | relevance | path

Searched defs:FooInterface (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs548 struct FooInterface; struct
550 impl Interface for FooInterface {} implementation
552 impl IFooInterface::IFooInterface for FooInterface { implementation
Dtest_service_async.rs595 struct FooInterface; struct
597 impl Interface for FooInterface {} implementation
600 impl IFooInterface::IFooInterfaceAsyncServer for FooInterface { implementation
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock_leak_test_.cc41 class FooInterface { class
H A Dgmock-function-mocker_test.cc79 class FooInterface { class
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock_leak_test_.cc41 class FooInterface { class
H A Dgmock-function-mocker_test.cc79 class FooInterface { class
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock_leak_test_.cc41 class FooInterface { class
H A Dgmock-function-mocker_test.cc79 class FooInterface { class
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
H A DReturnsMocksTest.java18 interface FooInterface { interface in ReturnsMocksTest
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DJavaFileTest.java870 interface FooInterface { interface in JavaFileTest
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java95 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer