Home
last modified time | relevance | path

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/
DRubyEnum.java51 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()
DRubyMessage.java279 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()
DRubyDescriptorPool.java107 public static IRubyObject generatedPool(ThreadContext context, IRubyObject recv) { in generatedPool()
/frameworks/base/tests/AmSlam/src/test/amslam/
DPongReceiver.java29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
DMainActivity.java118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp86 template <typename T> void recv(T& v) { in recv() function in Pipe
Dschd-dbg.cpp187 void recv(T& v) { in recv() function in Pipe
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp485 iovec recv[4] = {}; in TEST_F() local