/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmpplogintask.cc | 126 bool tls_present = (GetFeature(QN_TLS_STARTTLS) != NULL); in Advance() 148 const XmlElement * pelTls = GetFeature(QN_TLS_STARTTLS); in Advance() 176 const XmlElement * pelSaslAuth = GetFeature(QN_SASL_MECHANISMS); in Advance() 251 const XmlElement * pelBindFeature = GetFeature(QN_BIND_BIND); in Advance() 252 const XmlElement * pelSessionFeature = GetFeature(QN_SESSION_SESSION); in Advance() 354 XmppLoginTask::GetFeature(const QName & name) { in GetFeature() function in buzz::XmppLoginTask
|
D | xmpplogintask.h | 62 const XmlElement * GetFeature(const QName & name);
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2_grpc.py | 17 self.GetFeature = channel.unary_unary( 43 def GetFeature(self, request, context): member in RouteGuideServicer 91 servicer.GetFeature,
|
D | multiplex_client.py | 37 feature = route_guide_stub.GetFeature(point)
|
D | multiplex_server.py | 73 def GetFeature(self, request, context): member in _RouteGuideServicer
|
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_pb2_grpc.py | 17 self.GetFeature = channel.unary_unary( 43 def GetFeature(self, request, context): member in RouteGuideServicer 91 servicer.GetFeature,
|
D | route_guide_client.py | 34 feature = stub.GetFeature(point)
|
D | route_guide_server.py | 65 def GetFeature(self, request, context): member in RouteGuideServicer
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | Program.cs | 41 public void GetFeature(int lat, int lon) in GetFeature() method in Routeguide.Program.RouteGuideClient 49 Feature feature = client.GetFeature(request); in GetFeature() 222 client.GetFeature(409146138, -746188906); in Main() 225 client.GetFeature(0, 0); in Main()
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideGrpc.cs | 87 …public virtual global::System.Threading.Tasks.Task<global::Routeguide.Feature> GetFeature(global::… in GetFeature() method in Routeguide.RouteGuide.RouteGuideBase 176 …public virtual global::Routeguide.Feature GetFeature(global::Routeguide.Point request, grpc::Metad… in GetFeature() method in Routeguide.RouteGuide.RouteGuideClient 178 return GetFeature(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in GetFeature() 191 …public virtual global::Routeguide.Feature GetFeature(global::Routeguide.Point request, grpc::CallO… in GetFeature() method in Routeguide.RouteGuide.RouteGuideClient 323 .AddMethod(__Method_GetFeature, serviceImpl.GetFeature) in BindService()
|
/external/tensorflow/tensorflow/core/example/ |
D | feature_util.h | 261 const Feature& GetFeature(const string& key, const ProtoType& proto) { 268 Feature* GetFeature(const string& key, ProtoType* proto) { 309 AppendFeatureValues(first, last, GetFeature(key, GetFeatures(proto))); 369 SetFeatureValues(first, last, GetFeature(key, GetFeatures(proto)));
|
D | feature_util_test.cc | 317 Feature* feature = GetFeature("tag", &example); in TEST() 333 const Feature& feature = GetFeature("tag", example); in TEST()
|
D | feature_util.cc | 22 return *GetFeature(name, example); in ExampleFeature()
|
/external/grpc-grpc/examples/cpp/route_guide/ |
D | route_guide_client.cc | 77 void GetFeature() { in GetFeature() function in RouteGuideClient 192 Status status = stub_->GetFeature(&context, point, feature); in GetOneFeature() 227 guide.GetFeature(); in main()
|
D | route_guide_server.cc | 91 Status GetFeature(ServerContext* context, const Point* point, in GetFeature() function in RouteGuideImpl
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | RouteGuideImpl.cs | 46 public override Task<Feature> GetFeature(Point request, ServerCallContext context) in GetFeature() method in Routeguide.RouteGuideImpl
|
/external/grpc-grpc/examples/php/route_guide/ |
D | route_guide_client.php | 65 list($feature, $status) = $client->GetFeature($point)->wait();
|
/external/grpc-grpc/examples/cpp/ |
D | cpptutorial.md | 65 rpc GetFeature(Point) returns (Feature) {} 199 type first, `GetFeature`, which just gets a `Point` from the client and returns 203 Status GetFeature(ServerContext* context, const Point* point, 360 Calling the simple RPC `GetFeature` is nearly as straightforward as calling a 373 Status status = stub_->GetFeature(&context, point, feature);
|
/external/grpc-grpc/examples/protos/ |
D | route_guide.proto | 32 rpc GetFeature(Point) returns (Feature) {} rpc
|
/external/grpc-grpc-java/examples/src/main/proto/ |
D | route_guide.proto | 31 rpc GetFeature(Point) returns (Feature) {} rpc
|
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
D | route_guide.proto | 31 rpc GetFeature(Point) returns (Feature) {} rpc
|