Searched refs:FakeMethod (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom_bindings_generator_unittest.py | 17 class FakeMethod(object): class 38 interface.methods = [FakeMethod(), FakeMethod(), FakeMethod()]
|
/external/pigweed/pw_rpc/ |
D | client_server_test.cc | 34 void FakeMethod(ConstByteSpan, RawUnaryResponder& responder) { in FakeMethod() function 43 RawMethod::AsynchronousUnary<FakeMethod>(kFakeMethodId),
|
/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 85 struct FakeMethod { struct in perfetto::ipc::__anon9ab4db330111::FakeHost 93 FakeMethod* AddFakeMethod(const std::string& name) { in AddFakeMethod() 95 methods.emplace(name, std::unique_ptr<FakeMethod>(new FakeMethod())); in AddFakeMethod() 97 FakeMethod* method = it_and_inserted.first->second.get(); in AddFakeMethod() 103 std::map<std::string, std::unique_ptr<FakeMethod>> methods;
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2.py | 272 class FakeMethod: class 340 meth = FakeMethod(name, action, self.handle)
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 318 class FakeMethod: class 405 meth = FakeMethod(name, action, self.handle)
|