/external/ltp/testcases/network/rpc/rpc-tirpc/ |
D | .gitignore | 15 /tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/rpc_clnt_control 16 /tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/rpc_clnt_control_dataint 17 /tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply/rpc_svc_sendreply 18 /tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply/rpc_svc_sendreply_client 19 /tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/rpc_clntraw_create_performance 20 /tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/rpc_clntraw_create 21 /tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/rpc_clntraw_create_complex 22 /tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/rpc_clnt_sperrno 23 /tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/rpc_pmap_getmaps 24 /tests_pack/rpc_suite/rpc/rpc_regunreg_xprt_register/rpc_xprt_register [all …]
|
/external/libevent/ |
D | evrpc.c | 95 struct evrpc *rpc; in evrpc_free() local 100 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) { in evrpc_free() 101 r = evrpc_unregister_rpc(base, rpc->uri); in evrpc_free() 228 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, in evrpc_register_rpc() argument 231 char *constructed_uri = evrpc_construct_uri(rpc->uri); in evrpc_register_rpc() 233 rpc->base = base; in evrpc_register_rpc() 234 rpc->cb = cb; in evrpc_register_rpc() 235 rpc->cb_arg = cb_arg; in evrpc_register_rpc() 237 TAILQ_INSERT_TAIL(&base->registered_rpcs, rpc, next); in evrpc_register_rpc() 242 rpc); in evrpc_register_rpc() [all …]
|
/external/nos/host/generic/nugget/proto/nugget/app/avb/ |
D | avb.proto | 30 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/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.proto | 50 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/tensorflow/tensorflow/core/protobuf/ |
D | worker_service.proto | 40 rpc GetStatus(GetStatusRequest) returns (GetStatusResponse); 43 rpc CreateWorkerSession(CreateWorkerSessionRequest) 47 rpc DeleteWorkerSession(DeleteWorkerSessionRequest) 51 rpc RegisterGraph(RegisterGraphRequest) returns (RegisterGraphResponse); 54 rpc DeregisterGraph(DeregisterGraphRequest) returns (DeregisterGraphResponse); 57 rpc RunGraph(RunGraphRequest) returns (RunGraphResponse); 60 rpc CleanupGraph(CleanupGraphRequest) returns (CleanupGraphResponse); 63 rpc CleanupAll(CleanupAllRequest) returns (CleanupAllResponse); 66 rpc RecvTensor(RecvTensorRequest) returns (RecvTensorResponse) { 71 rpc Logging(LoggingRequest) returns (LoggingResponse); [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ApiBrowser.java | 50 import com.googlecode.android_scripting.rpc.MethodDescriptor; 51 import com.googlecode.android_scripting.rpc.ParameterDescriptor; 52 import com.googlecode.android_scripting.rpc.RpcDeprecated; 53 import com.googlecode.android_scripting.rpc.RpcMinSdk; 214 MethodDescriptor rpc = (MethodDescriptor) getListAdapter().getItem(info.position); in onContextItemSelected() local 215 if (rpc == null) { in onContextItemSelected() 223 insertText(rpc, new String[0]); in onContextItemSelected() 226 intent.putExtra(Constants.EXTRA_API_PROMPT_RPC_NAME, rpc.getName()); in onContextItemSelected() 227 ParameterDescriptor[] parameters = rpc.getParameterValues(new String[0]); in onContextItemSelected() 236 String help = rpc.getDeclaringClass().getSimpleName() + ".html#" + rpc.getName(); in onContextItemSelected() [all …]
|
/external/perfetto/protos/perfetto/ipc/ |
D | consumer_port.proto | 31 // rpc CreateBuffers(CreateBuffersRequest) returns (CreateBuffersResponse) {} 36 rpc EnableTracing(EnableTracingRequest) returns (EnableTracingResponse) {} 39 rpc DisableTracing(DisableTracingRequest) returns (DisableTracingResponse) {} 46 rpc ReadBuffers(ReadBuffersRequest) returns (stream ReadBuffersResponse) {} 50 rpc FreeBuffers(FreeBuffersRequest) returns (FreeBuffersResponse) {} 59 rpc Flush(FlushRequest) returns (FlushResponse) {} 61 // TODO rpc ListDataSources(), for the UI. 64 // Arguments for rpc EnableTracing(). 73 // Arguments for rpc DisableTracing(). 81 // Arguments for rpc ReadBuffers(). [all …]
|
D | producer_port.proto | 30 rpc InitializeConnection(InitializeConnectionRequest) 34 rpc RegisterDataSource(RegisterDataSourceRequest) 38 rpc UnregisterDataSource(UnregisterDataSourceRequest) 44 rpc CommitData(protos.CommitDataRequest) returns (CommitDataResponse) {} 48 rpc GetAsyncCommand(GetAsyncCommandRequest) 52 // Arguments for rpc InitializeConnection(). 72 // Arguments for rpc RegisterDataSource(). 83 // Arguments for rpc UnregisterDataSource(). 93 // Arguments for rpc CommitData(). 100 // Arguments for rpc GetAsyncCommand().
|
/external/autotest/cli/ |
D | rpc_unittest.py | 9 from autotest_lib.cli import rpc 30 self.assertEqual('http://foo', rpc.get_autotest_server('foo')) 35 self.assertEqual('http://Prince', rpc.get_autotest_server(None)) 40 self.assertEqual('http://foo-dev', rpc.get_autotest_server(None)) 46 self.assertEqual('http://foo', rpc.get_autotest_server('foo'))
|
/external/python/cpython2/Demo/rpc/ |
D | test | 6 $PYTHON -c 'from rpc import test; test()' 7 $PYTHON -c 'from rpc import test; test()' ${SERVER} 9 $PYTHON -c 'from rpc import testsvr; testsvr()' & 12 $PYTHON -c 'from rpc import testclt; testclt()' 24 $PYTHON -c 'from rpc import testbcast; testbcast()'
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | BUILD | 70 "//tensorflow/core/distributed_runtime/rpc:async_service_interface", 71 "//tensorflow/core/distributed_runtime/rpc:grpc_call", 72 "//tensorflow/core/distributed_runtime/rpc:grpc_util", 97 "//tensorflow/core/distributed_runtime/rpc:grpc_util", 130 "//tensorflow/core/distributed_runtime/rpc:grpc_channel", 131 "//tensorflow/core/distributed_runtime/rpc:grpc_worker_cache", 170 "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | BUILD | 129 "//tensorflow/core/distributed_runtime/rpc:grpc_channel", 130 "//tensorflow/core/distributed_runtime/rpc:grpc_testlib", 131 "//tensorflow/core/distributed_runtime/rpc:grpc_worker_cache", 161 "//tensorflow/core/distributed_runtime/rpc:rpc_rendezvous_mgr", 491 "//tensorflow/core/distributed_runtime/rpc:grpc_channel", 492 "//tensorflow/core/distributed_runtime/rpc:grpc_testlib", 493 "//tensorflow/core/distributed_runtime/rpc:grpc_util", 494 "//tensorflow/core/distributed_runtime/rpc:grpc_worker_cache", 529 "//tensorflow/core/distributed_runtime/rpc:grpc_channel", 530 "//tensorflow/core/distributed_runtime/rpc:grpc_testlib", [all …]
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | RegularImmutableMultiset_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
|
D | RegularImmutableSet_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
|
D | ImmutableEnumSet_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
|
D | ImmutableEnumMap_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase;
|
D | RegularImmutableList_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
|
D | RegularImmutableBiMap_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase;
|
D | RegularImmutableMap_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase;
|
D | RegularImmutableSortedSet_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
|
D | ImmutableSortedMap_CustomFieldSerializerBase.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase;
|
D | ImmutableTable_CustomFieldSerializerBase.java | 17 import com.google.gwt.user.client.rpc.SerializationException; 18 import com.google.gwt.user.client.rpc.SerializationStreamReader; 19 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 20 import com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonRpcServer.java | 29 import com.googlecode.android_scripting.rpc.MethodDescriptor; 30 import com.googlecode.android_scripting.rpc.RpcError; 88 MethodDescriptor rpc = receiverManager.getMethodDescriptor(method); in handleRPCConnection() local 89 if (rpc == null) { in handleRPCConnection() 94 send(writer, JsonRpcResult.result(id, rpc.invoke(receiverManager, params)), UID); in handleRPCConnection()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
D | MessageHandler.java | 30 import com.googlecode.android_scripting.rpc.MethodDescriptor; 89 MethodDescriptor rpc = receiverManager.getMethodDescriptor(method); in handleMessage() local 90 if (rpc == null) { in handleMessage() 95 Log.d("Invoking method " + rpc.getName()); in handleMessage() 96 Object result = rpc.invoke(receiverManager, sl4aRequest); in handleMessage()
|
/external/iptables/extensions/ |
D | libxt_CT.t | 17 @nfct helper add rpc inet tcp 18 # cannot load: iptables -A PREROUTING -t raw -j CT --helper rpc 19 # -j CT --helper rpc;=;OK 20 @nfct helper del rpc
|