Home
last modified time | relevance | path

Searched refs:Stub (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service_impl.cc44 std::unique_ptr<MasterService::Stub> MasterService::NewStub( in NewStub()
47 std::unique_ptr<MasterService::Stub> stub(new MasterService::Stub(channel)); in NewStub()
51 MasterService::Stub::Stub( in Stub() function in tensorflow::grpc::MasterService::Stub
79 ::grpc::Status MasterService::Stub::CreateSession( in CreateSession()
86 ::grpc::Status MasterService::Stub::ExtendSession( in ExtendSession()
93 ::grpc::Status MasterService::Stub::PartialRunSetup( in PartialRunSetup()
100 ::grpc::Status MasterService::Stub::RunStep(::grpc::ClientContext* context, in RunStep()
107 ::grpc::Status MasterService::Stub::CloseSession( in CloseSession()
114 ::grpc::Status MasterService::Stub::ListDevices( in ListDevices()
121 ::grpc::Status MasterService::Stub::Reset(::grpc::ClientContext* context, in Reset()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service.cc42 std::unique_ptr<EagerService::Stub> EagerService::NewStub( in NewStub()
45 std::unique_ptr<EagerService::Stub> stub(new EagerService::Stub(channel)); in NewStub()
49 EagerService::Stub::Stub( in Stub() function in tensorflow::eager::grpc::EagerService::Stub
70 ::grpc::Status EagerService::Stub::CreateContext( in CreateContext()
77 ::grpc::Status EagerService::Stub::Enqueue(::grpc::ClientContext* context, in Enqueue()
84 ::grpc::Status EagerService::Stub::WaitQueueDone( in WaitQueueDone()
91 ::grpc::Status EagerService::Stub::KeepAlive(::grpc::ClientContext* context, in KeepAlive()
98 ::grpc::Status EagerService::Stub::CloseContext( in CloseContext()
105 ::grpc::Status EagerService::Stub::RegisterFunction( in RegisterFunction()
112 ::grpc::Status EagerService::Stub::SendTensor(::grpc::ClientContext* context, in SendTensor()
Dgrpc_eager_service.h68 class Stub final : public StubInterface {
70 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
103 static std::unique_ptr<Stub> NewStub(
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc26 std::unique_ptr< MonsterStorage::Stub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::Chann… in NewStub()
27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub()
31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() function in MyGame::Example::MonsterStorage::Stub
38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store()
42 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncSt… in AsyncStoreRaw()
46 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::Prepare… in PrepareAsyncStoreRaw()
50 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grp… in RetrieveRaw()
54 ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncRetriev… in AsyncRetrieveRaw()
58 ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsync… in PrepareAsyncRetrieveRaw()
62 ::grpc::ClientWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::GetMaxHitPointRaw… in GetMaxHitPointRaw()
[all …]
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service_impl.cc35 std::unique_ptr<VerbsService::Stub> VerbsService::NewStub( in NewStub()
38 std::unique_ptr<VerbsService::Stub> stub(new VerbsService::Stub(channel)); in NewStub()
42 VerbsService::Stub::Stub( in Stub() function in tensorflow::grpc::VerbsService::Stub
49 ::grpc::Status VerbsService::Stub::GetRemoteAddress( in GetRemoteAddress()
Dgrpc_verbs_service_impl.h47 class Stub GRPC_FINAL : public StubInterface {
49 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
58 static std::unique_ptr<Stub> NewStub(
/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc67 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl()
71 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextUnaryImpl()
120 BenchmarkService::Stub* stub_;
130 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&,
301 static std::unique_ptr<BenchmarkService::Stub> BenchmarkStubCreator( in BenchmarkStubCreator()
307 : public AsyncClient<BenchmarkService::Stub, SimpleRequest> {
310 : AsyncClient<BenchmarkService::Stub, SimpleRequest>( in AsyncUnaryClient()
322 PrepareReq(BenchmarkService::Stub* stub, grpc::ClientContext* ctx, in PrepareReq()
326 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx()
339 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextStreamingPingPongImpl()
[all …]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp225 static void *JITCompilerFn(void *Stub);
240 void RegisterStubResolver(void *Stub, JITResolver *Resolver) { in RegisterStubResolver() argument
242 Map.insert(std::make_pair(Stub, Resolver)); in RegisterStubResolver()
245 void UnregisterStubResolver(void *Stub) { in UnregisterStubResolver() argument
247 Map.erase(Stub); in UnregisterStubResolver()
250 JITResolver *getResolverFromStub(void *Stub) const { in getResolverFromStub()
256 std::map<void*, JITResolver*>::const_iterator I = Map.upper_bound(Stub); in getResolverFromStub()
529 void *&Stub = state.getFunctionToLazyStubMap(locked)[F]; in getLazyFunctionStub() local
530 if (Stub) return Stub; in getLazyFunctionStub()
551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub()
[all …]
/external/libchrome/base/android/jni_generator/
DtestMotionEvent.javap717 #3 = String #295 // Stub!
309 #295 = Utf8 Stub!
840 8: ldc #3 // String Stub!
856 4: ldc #3 // String Stub!
874 4: ldc #3 // String Stub!
903 4: ldc #3 // String Stub!
934 4: ldc #3 // String Stub!
961 4: ldc #3 // String Stub!
992 4: ldc #3 // String Stub!
1013 4: ldc #3 // String Stub!
[all …]
DtestMotionEvent.javap13 const #3 = String #295; // Stub!
305 const #295 = Asciz Stub!;
676 8: ldc #3; //String Stub!
693 4: ldc #3; //String Stub!
711 4: ldc #3; //String Stub!
741 4: ldc #3; //String Stub!
773 4: ldc #3; //String Stub!
801 4: ldc #3; //String Stub!
833 4: ldc #3; //String Stub!
855 4: ldc #3; //String Stub!
[all …]
DtestInputStream.javap9 const #3 = String #41; // Stub!
47 const #41 = Asciz Stub!;
64 8: ldc #3; //String Stub!
81 4: ldc #3; //String Stub!
99 4: ldc #3; //String Stub!
117 4: ldc #3; //String Stub!
135 4: ldc #3; //String Stub!
156 4: ldc #3; //String Stub!
175 4: ldc #3; //String Stub!
196 4: ldc #3; //String Stub!
[all …]
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.h101 TestService::Stub* Get();
102 UnimplementedService::Stub* GetUnimplementedServiceStub();
109 std::unique_ptr<TestService::Stub> stub_;
110 std::unique_ptr<UnimplementedService::Stub> unimplemented_service_stub_;
Dhttp2_client.h49 TestService::Stub* Get();
52 std::unique_ptr<TestService::Stub> stub_;
Dreconnect_interop_client.cc60 std::unique_ptr<ReconnectService::Stub> control_stub( in main()
86 std::unique_ptr<ReconnectService::Stub> retry_stub( in main()
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb66 Stub = Service.rpc_stub_class constant
83 Stub = Service.rpc_stub_class constant
99 Stub = Service.rpc_stub_class constant
/external/grpc-grpc/examples/ruby/pubsub/tech/pubsub/proto/
Dpubsub_services.rb43 Stub = Service.rpc_stub_class constant
69 Stub = Service.rpc_stub_class constant
85 Stub = Service.rpc_stub_class constant
/external/python/cpython2/Lib/unittest/test/
Dtest_case.py960 def Stub(): function
962 self.assertRaises(ExceptionMock, Stub)
964 self.assertRaises((ValueError, ExceptionMock), Stub)
972 self.assertRaises(ValueError, Stub)
977 def Stub(): function
980 Stub()
983 Stub()
996 self.assertRaises(ValueError, Stub)
1002 def Stub(): function
1005 self.assertRaisesRegexp(ExceptionMock, re.compile('expect$'), Stub)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp171 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
176 Stub[I] = 0xd61f020058000010 | PtrOffsetField; in emitIndirectStubsBlock()
253 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
257 Stub[I] = 0xF1C40000000025ff | PtrOffsetField; in emitIndirectStubsBlock()
521 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
524 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16); in emitIndirectStubsBlock()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp172 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
177 Stub[I] = 0xd61f020058000010 | PtrOffsetField; in emitIndirectStubsBlock()
254 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
258 Stub[I] = 0xF1C40000000025ff | PtrOffsetField; in emitIndirectStubsBlock()
522 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
525 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16); in emitIndirectStubsBlock()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_stub_declaration.tmpl12 class {{interface.name}}Stub
17 {{interface.name}}Stub() {}
18 ~{{interface.name}}Stub() override {}
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_stub.h28 explicit GRPCStub(grpc::XlaService::Stub* stub) : grpc_stub_(stub) {} in GRPCStub()
80 grpc::XlaService::Stub* service() { return grpc_stub_; } in service()
83 grpc::XlaService::Stub* grpc_stub_;
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dinterface_definition.tmpl87 function {{interface.name}}Stub(delegate) {
92 …{{interface.name}}Stub.prototype.{{method.name}} = function({{method.parameters|map(attribute='nam…
97 {{interface.name}}Stub.prototype.accept = function(message) {
118 {{interface.name}}Stub.prototype.acceptWithResponder =
222 stubClass: {{interface.name}}Stub,
251 {{interface.name}}Stub.prototype.validator = validate{{interface.name}}Request;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp502 MCSymbol *Stub = Stubs[i].first; in EmitFunctionStubs() local
504 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext); in EmitFunctionStubs()
505 MCSymbol *AnonSymbol = GetAnonSym(Stub, OutContext); in EmitFunctionStubs()
507 OutStreamer.EmitLabel(Stub); in EmitFunctionStubs()
546 MCSymbol *Stub = Stubs[i].first; in EmitFunctionStubs() local
548 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext); in EmitFunctionStubs()
552 OutStreamer.EmitLabel(Stub); in EmitFunctionStubs()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsService.java196 IRcsPresence.Stub mIRcsPresenceImpl = new IRcsPresence.Stub(){
342 private final IRcsService.Stub mBinder = new IRcsService.Stub() {
/external/grpc-grpc/test/cpp/util/
Dproto_reflection_descriptor_database.h38 std::unique_ptr<reflection::v1alpha::ServerReflection::Stub> stub);
99 std::unique_ptr<grpc::reflection::v1alpha::ServerReflection::Stub> stub_;

12345678910