OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub
(Results
1 - 25
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
ProtectedCrossUserService.java
30
private final ICrossUserService.
Stub
mBinder = new ICrossUserService.
Stub
() {
/cts/tests/tests/os/src/android/os/cts/
EmptyService.java
28
private final IEmptyService.
Stub
mBinder = new IEmptyService.
Stub
() {
CtsRemoteService.java
31
android.util.Log.d("Process test
stub
", "CtsRemoteServiceProcessPid:" + Process.myPid());
34
private final ISecondary.
Stub
mSecondaryBinder = new ISecondary.
Stub
() {
ParcelExceptionService.java
31
private static class ParcelExceptionServiceImpl extends IParcelExceptionService.
Stub
{
/external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.cc
35
std::unique_ptr<VerbsService::
Stub
> VerbsService::NewStub(
38
std::unique_ptr<VerbsService::
Stub
>
stub
(new VerbsService::
Stub
(channel));
39
return
stub
;
42
VerbsService::
Stub
::
Stub
(
49
::grpc::Status VerbsService::
Stub
::GetRemoteAddress(
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
grpc_eager_service.cc
42
std::unique_ptr<EagerService::
Stub
> EagerService::NewStub(
45
std::unique_ptr<EagerService::
Stub
>
stub
(new EagerService::
Stub
(channel));
46
return
stub
;
49
EagerService::
Stub
::
Stub
(
70
::grpc::Status EagerService::
Stub
::CreateContext(
77
::grpc::Status EagerService::
Stub
::Enqueue(::grpc::ClientContext* context,
84
::grpc::Status EagerService::
Stub
::WaitQueueDone
[
all
...]
/cts/tests/app/app/src/android/app/stubs/
StubRemoteService.java
29
android.util.Log.d("Process test
stub
", "StubRemoteServiceProcessPid:" + Process.myPid());
32
private final ISecondary.
Stub
mSecondaryBinder = new ISecondary.
Stub
() {
/frameworks/base/apct-tests/perftests/core/src/android/os/
SomeService.java
23
private final ISomeService.
Stub
mBinder =
24
new ISomeService.
Stub
() {
/external/grpc-grpc/examples/ruby/lib/
helloworld_services_pb.rb
37
Stub
= Service.rpc_stub_class
route_guide_services_pb.rb
59
Stub
= Service.rpc_stub_class
/external/grpc-grpc/examples/ruby/without_protobuf/
echo_client.rb
28
stub
= EchoWithoutProtobuf::
Stub
.new('localhost:50051', :this_channel_is_insecure)
30
message =
stub
.echo("hello #{user}")
echo_services_noprotobuf.rb
33
Stub
= Service.rpc_stub_class
/external/grpc-grpc/src/ruby/end2end/lib/
client_control_services_pb.rb
36
Stub
= Service.rpc_stub_class
echo_services_pb.rb
35
Stub
= Service.rpc_stub_class
/external/grpc-grpc/src/ruby/pb/grpc/health/v1/
health_services_pb.rb
40
Stub
= Service.rpc_stub_class
/external/grpc-grpc/src/ruby/pb/grpc/testing/
metrics_services_pb.rb
46
Stub
= Service.rpc_stub_class
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
report_qps_scenario_service_services_pb.rb
39
Stub
= Service.rpc_stub_class
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service_impl.cc
44
std::unique_ptr<MasterService::
Stub
> MasterService::NewStub(
47
std::unique_ptr<MasterService::
Stub
>
stub
(new MasterService::
Stub
(channel));
48
return
stub
;
51
MasterService::
Stub
::
Stub
(
79
::grpc::Status MasterService::
Stub
::CreateSession(
86
::grpc::Status MasterService::
Stub
::ExtendSession(
93
::grpc::Status MasterService::
Stub
::PartialRunSetup
[
all
...]
/cts/tests/tests/security/src/android/security/cts/activity/
SecureRandomService.java
41
private final ISecureRandomService.
Stub
mBinder = new ISecureRandomService.
Stub
() {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
PlDebugSupportIa32.c
45
Allocate pool for a new IDT entry
stub
.
47
Copy the generic
stub
into the new buffer and fixup the vector number
50
@param ExceptionType This is the exception type that the new
stub
will be created
52
@param
Stub
On successful exit, *
Stub
contains the newly allocated entry
stub
.
58
OUT VOID **
Stub
63
StubCopy = *
Stub
;
66
// Fixup the
stub
code for this vector
69
// The
stub
code looks like this:
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
PlDebugSupportX64.c
47
Allocate pool for a new IDT entry
stub
.
49
Copy the generic
stub
into the new buffer and fixup the vector number
52
@param ExceptionType This is the exception type that the new
stub
will be created
54
@param
Stub
On successful exit, *
Stub
contains the newly allocated entry
stub
.
60
OUT VOID **
Stub
65
StubCopy = *
Stub
;
68
// Fixup the
stub
code for this vector
71
// The
stub
code looks like this:
[
all
...]
/external/grpc-grpc/test/cpp/interop/
http2_client.h
49
TestService::
Stub
* Get();
52
std::unique_ptr<TestService::
Stub
> stub_;
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java
28
IDreamManager service = IDreamManager.
Stub
.asInterface(
/external/grpc-grpc/examples/ruby/
greeter_client.rb
29
stub
= Helloworld::Greeter::
Stub
.new('localhost:50051', :this_channel_is_insecure)
31
message =
stub
.say_hello(Helloworld::HelloRequest.new(name: user)).message
/external/grpc-grpc/src/ruby/bin/
math_services_pb.rb
49
Stub
= Service.rpc_stub_class
Completed in 429 milliseconds
1
2
3
4
5
6
7
8
9
10