Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 2942) sorted by relevance

12345678910>>...118

/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Decho.proto24 rpc Echo(EchoRequest) returns (EchoResponse);
25 rpc Echo1(EchoRequest) returns (EchoResponse);
26 rpc Echo2(EchoRequest) returns (EchoResponse);
27 rpc CheckDeadlineUpperBound(SimpleRequest) returns (StringValue);
28 rpc CheckDeadlineSet(SimpleRequest) returns (StringValue);
31 rpc CheckClientInitialMetadata(SimpleRequest) returns (SimpleResponse);
32 rpc RequestStream(stream EchoRequest) returns (EchoResponse);
33 rpc ResponseStream(EchoRequest) returns (stream EchoResponse);
34 rpc BidiStream(stream EchoRequest) returns (stream EchoResponse);
35 rpc Unimplemented(EchoRequest) returns (EchoResponse);
[all …]
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
41 // The server returns the payload with client desired type and sizes.
43 returns (stream StreamingOutputCallResponse);
46 // The server returns the aggregated size of client payload as the result.
48 returns (StreamingInputCallResponse);
54 returns (stream StreamingOutputCallResponse);
61 returns (stream StreamingOutputCallResponse);
65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
[all …]
Dbenchmark_service.proto25 // The server returns the client payload as-is.
26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
30 // The server returns the client payload as-is on each response
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
34 // The server returns the client payload as-is once the client does WritesDone
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
38 // The server repeatedly returns the client payload as-is
39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
/external/nos/host/generic/nugget/proto/nugget/app/identity/
Didentity.proto36 rpc WICinitialize (WICinitializeRequest) returns (WICinitializeResponse);
37 …rpc WICinitializeForUpdate (WICinitializeForUpdateRequest) returns (WICinitializeForUpdateResponse…
38 …rpc WICcreateCredentialKey (WICcreateCredentialKeyRequest) returns (WICcreateCredentialKeyResponse…
39 …rpc WICstartPersonalization (WICstartPersonalizationRequest) returns (WICstartPersonalizationRespo…
40 …rpc WICaddAccessControlProfile (WICaddAccessControlProfileRequest) returns (WICaddAccessControlPro…
41 rpc WICbeginAddEntry (WICbeginAddEntryRequest) returns (WICbeginAddEntryResponse);
42 rpc WICaddEntryValue (WICaddEntryValueRequest) returns (WICaddEntryValueResponse);
43 …rpc WICfinishAddingEntries (WICfinishAddingEntriesRequest) returns (WICfinishAddingEntriesResponse…
44 rpc ICinitialize (ICinitializeRequest) returns (ICinitializeResponse);
45 …rpc ICcreateEphemeralKeyPair (ICcreateEphemeralKeyPairRequest) returns (ICcreateEphemeralKeyPairRe…
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto50 rpc AddRngEntropy (AddRngEntropyRequest) returns (AddRngEntropyResponse);
51 rpc GenerateKey (GenerateKeyRequest) returns (GenerateKeyResponse);
52 rpc GetKeyCharacteristics (GetKeyCharacteristicsRequest) returns (GetKeyCharacteristicsResponse);
53 rpc ImportKey (ImportKeyRequest) returns (ImportKeyResponse);
54 rpc ExportKey (ExportKeyRequest) returns (ExportKeyResponse);
55 rpc StartAttestKey (StartAttestKeyRequest) returns (StartAttestKeyResponse);
56 rpc UpgradeKey (UpgradeKeyRequest) returns (UpgradeKeyResponse);
57 rpc DeleteKey (DeleteKeyRequest) returns (DeleteKeyResponse);
58 rpc DeleteAllKeys (DeleteAllKeysRequest) returns (DeleteAllKeysResponse);
59 rpc DestroyAttestationIds (DestroyAttestationIdsRequest) returns (DestroyAttestationIdsResponse);
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto30 rpc GetState (GetStateRequest) returns (GetStateResponse);
31 rpc Load (LoadRequest) returns (LoadResponse);
32 rpc Store (StoreRequest) returns (StoreResponse);
33 rpc GetLock (GetLockRequest) returns (GetLockResponse);
34 rpc CarrierLock (CarrierLockRequest) returns (CarrierLockResponse);
35 rpc CarrierUnlock (CarrierUnlockRequest) returns (CarrierUnlockResponse);
36 rpc SetDeviceLock (SetDeviceLockRequest) returns (SetDeviceLockResponse);
37 rpc SetBootLock (SetBootLockRequest) returns (SetBootLockResponse);
38 rpc SetOwnerLock (SetOwnerLockRequest) returns (SetOwnerLockResponse);
39 rpc SetProduction (SetProductionRequest) returns (SetProductionResponse);
[all …]
/external/tensorflow/tensorflow/core/protobuf/
Dworker_service.proto42 rpc GetStatus(GetStatusRequest) returns (GetStatusResponse);
46 returns (CreateWorkerSessionResponse);
50 returns (DeleteWorkerSessionResponse);
53 rpc RegisterGraph(RegisterGraphRequest) returns (RegisterGraphResponse);
56 rpc DeregisterGraph(DeregisterGraphRequest) returns (DeregisterGraphResponse);
59 rpc RunGraph(RunGraphRequest) returns (RunGraphResponse);
62 rpc CleanupGraph(CleanupGraphRequest) returns (CleanupGraphResponse);
65 rpc CleanupAll(CleanupAllRequest) returns (CleanupAllResponse);
68 rpc RecvTensor(RecvTensorRequest) returns (RecvTensorResponse) {
73 rpc Logging(LoggingRequest) returns (LoggingResponse);
[all …]
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto57 rpc Unregister(UnregisterRequest) returns (UnregisterResponse) {
63 returns (DeconstructTupleResponse) {
70 rpc Unpack(UnpackRequest) returns (UnpackResponse) {
74 rpc GetShape(GetShapeRequest) returns (GetShapeResponse) {
79 returns (ComputationStatsResponse) {
83 rpc LoadData(LoadDataRequest) returns (LoadDataResponse) {
88 returns (TransferToClientResponse) {
94 returns (TransferToServerResponse) {
99 returns (TransferToInfeedResponse) {
104 returns (TransferFromOutfeedResponse) {
[all …]
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto28 // The server returns the client payload as-is.
29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
33 // The server returns the client payload as-is on each response
34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
37 // The server returns the client payload as-is once the client does WritesDone
38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
41 // The server repeatedly returns the client payload as-is
42 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
46 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
56 rpc RunServer(stream ServerArgs) returns (stream ServerStatus);
[all …]
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
40 // The server returns the payload with client desired type and sizes.
42 returns (stream StreamingOutputCallResponse);
45 // The server returns the aggregated size of client payload as the result.
47 returns (StreamingInputCallResponse);
53 returns (stream StreamingOutputCallResponse);
60 returns (stream StreamingOutputCallResponse);
64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
41 // The server returns the payload with client desired type and sizes.
43 returns (stream StreamingOutputCallResponse);
46 // The server returns the aggregated size of client payload as the result.
48 returns (StreamingInputCallResponse);
54 returns (stream StreamingOutputCallResponse);
61 returns (stream StreamingOutputCallResponse);
65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
[all …]
Dbenchmark_service.proto25 // The server returns the client payload as-is.
26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
30 // The server returns the client payload as-is on each response
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
34 // The server returns the client payload as-is once the client does WritesDone
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
38 // The server repeatedly returns the client payload as-is
39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
Decho.proto23 rpc Echo(EchoRequest) returns (EchoResponse);
24 rpc RequestStream(stream EchoRequest) returns (EchoResponse);
25 rpc ResponseStream(EchoRequest) returns (stream EchoResponse);
26 rpc BidiStream(stream EchoRequest) returns (stream EchoResponse);
27 rpc Unimplemented(EchoRequest) returns (EchoResponse);
31 rpc Unimplemented(EchoRequest) returns (EchoResponse);
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto44 // The server returns the client payload as-is.
45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
48 // The server returns the payload with client desired type and sizes.
50 returns (stream StreamingOutputCallResponse);
53 // The server returns the aggregated size of client payload as the result.
55 returns (StreamingInputCallResponse);
61 returns (stream StreamingOutputCallResponse);
68 returns (stream StreamingOutputCallResponse);
72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse);
80 rpc DeprecatedMethod(SimpleRequest) returns (SimpleResponse) {
/external/libtracefs/Documentation/
Dlibtracefs-instances-utils.txt27 The *tracefs_instance_get_name()* function returns the name of the given _instance_.
28 Note that the top instance has no name, the function returns NULL for it.
30 The *tracefs_instance_get_trace_dir()* function returns the tracing directory, where
36 _callback_ returns non-zero, the iteration stops. Note, the _callback_ is not
42 The *tracefs_instace_get_buffer_size()* returns the size of the ring buffer. If _cpu_
43 is negative, it returns the total size of all the per CPU ring buffers, otherwise
44 it returns the size of the per CPU ring buffer for _cpu_.
53 The *tracefs_instance_get_name()* returns a string or NULL in case of the top
56 The *tracefs_instance_get_trace_dir()* returns a string or NULL in case of an error.
59 The *tracefs_instances_walk()* function returns 0, if all instances were iterated, 1
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli416 (** [description d] returns a textual description of [d]. *)
419 (** [severity d] returns the severity of [d]. *)
440 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
485 (** [string_of_llmodule m] returns the .ll representation of the module [m]
493 (** [module_context m] returns the context of the specified module.
500 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
504 (** [type_is_sized ty] returns whether the type has a size or not.
509 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
517 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
523 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
[all …]
/external/antlr/runtime/JavaScript/tests/functional/
Dt015calc.g16 evaluate returns [result]: r=expression {result = r;};
18 expression returns [result]: r=mult (
23 mult returns [result]: r=log (
28 log returns [result]: 'ln' r=exp {result = Math.log(r);}
32 exp returns [result]: r=atom ('^' r2=atom {r = Math.pow(r,r2);} )? {result = r;}
35 atom returns [result]:
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto24 // The server returns the client payload as-is.
25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
28 // The server returns the payload with client desired type and sizes.
30 returns (stream StreamingOutputCallResponse);
33 // The server returns the aggregated size of client payload as the result.
35 returns (StreamingInputCallResponse);
41 returns (stream StreamingOutputCallResponse);
48 returns (stream StreamingOutputCallResponse);
/external/antlr/runtime/Python3/tests/
Dt015calc.g19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
26 mult returns [result]: r=log (
32 log returns [result]: 'ln' r=exp {result = math.log(r)}
36 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
39 atom returns [result]:
/external/antlr/runtime/Python/tests/
Dt015calc.g19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
26 mult returns [result]: r=log (
32 log returns [result]: 'ln' r=exp {result = math.log(r)}
36 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
39 atom returns [result]:
/external/google-smali/smali/src/main/antlr/
DsmaliTreeWalker.g162 smali_file returns[ClassDef classDef]
176 header returns[String classType, int accessFlags, String superType, List<String> implementsList, St…
188 class_spec returns[String type, int accessFlags]
195 super_spec returns[String type]
202 implements_spec returns[String type]
208 implements_list returns[List<String> implementsList]
220 source_spec returns[String source]
225 access_list returns[int value]
238 access_or_restriction_list returns[int value, Set<HiddenApiRestriction> hiddenApiRestrictions]
278 fields returns[List<BuilderField> fields]
[all …]
/external/google-smali/third_party/smali/src/main/antlr/
DsmaliTreeWalker.g162 smali_file returns[ClassDef classDef]
176 header returns[String classType, int accessFlags, String superType, List<String> implementsList, St…
188 class_spec returns[String type, int accessFlags]
195 super_spec returns[String type]
202 implements_spec returns[String type]
208 implements_list returns[List<String> implementsList]
220 source_spec returns[String source]
225 access_list returns[int value]
238 access_or_restriction_list returns[int value, Set<HiddenApiRestriction> hiddenApiRestrictions]
278 fields returns[List<BuilderField> fields]
[all …]
/external/antlr/runtime/Cpp/tests/
Dt015calc.g32 evaluate returns [result]: r=expression {result = r};
34 expression returns [result]: r=mult (
39 mult returns [result]: r=log (
45 log returns [result]: 'ln' r=exp {result = math.log(r)}
49 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
52 atom returns [result]:
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
36 // The server returns the payload with client desired type and sizes.
38 returns (stream StreamingOutputCallResponse);
41 // The server returns the aggregated size of client payload as the result.
43 returns (StreamingInputCallResponse);
49 returns (stream StreamingOutputCallResponse);
56 returns (stream StreamingOutputCallResponse);
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
36 // The server returns the payload with client desired type and sizes.
38 returns (stream StreamingOutputCallResponse);
41 // The server returns the aggregated size of client payload as the result.
43 returns (StreamingInputCallResponse);
49 returns (stream StreamingOutputCallResponse);
56 returns (stream StreamingOutputCallResponse);

12345678910>>...118