Searched defs:recv (Results 1 – 8 of 8) sorted by relevance
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyEnum.java | 51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() 67 public static IRubyObject resolve(ThreadContext context, IRubyObject recv, IRubyObject name) { in resolve() 83 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor()
|
| D | RubyMessage.java | 279 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() 291 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode() 305 public static IRubyObject decode(ThreadContext context, IRubyObject recv, IRubyObject data) { in decode() 323 … public static IRubyObject encodeJson(ThreadContext context, IRubyObject recv, IRubyObject msgRb) { in encodeJson() 337 … public static IRubyObject decodeJson(ThreadContext context, IRubyObject recv, IRubyObject json) { in decodeJson()
|
| D | RubyDescriptorPool.java | 107 public static IRubyObject generatedPool(ThreadContext context, IRubyObject recv) { in generatedPool()
|
| /frameworks/base/tests/AmSlam/src/test/amslam/ |
| D | PongReceiver.java | 29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
|
| D | MainActivity.java | 118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
|
| /frameworks/native/libs/binder/tests/ |
| D | binderThroughputTest.cpp | 86 template <typename T> void recv(T& v) { in recv() function in Pipe
|
| D | schd-dbg.cpp | 187 void recv(T& v) { in recv() function in Pipe
|
| /frameworks/native/libs/vr/libpdx/ |
| D | client_tests.cpp | 485 iovec recv[4] = {}; in TEST_F() local
|