HomeSort by relevance Sort by last modified time
    Searched refs:send (Results 201 - 225 of 1269) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/frontend/client/src/autotest/common/
PaddedJsonRpcProxy.java 66 public void send(String rpcUrl) { method in class:PaddedJsonRpcProxy.JsonpRequest
153 jsonpRequest.send(rpcUrl);
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 9 this user can only send the one kind of message -->
  /external/v8/test/mjsunit/
keyed-load-hole-to-undefined.js 10 // per-isolate. A subsequent stress run would send the load generic,
  /external/webrtc/talk/media/base/
rtpdataengine.h 104 virtual bool SetSend(bool send) {
105 sending_ = send;
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py 95 self._send = self._writer.send
202 # Send sentinel to the thread queue object when garbage collected
230 def _feed(buffer, notempty, send, writelock, close):
262 send(obj)
266 send(obj)
383 self.put = self._writer.send
385 send = self._writer.send
390 return send(obj)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 28 _reply, _arguments, _attributes = self.send(_code, _subcode,
49 _reply, _arguments, _attributes = self.send(_code, _subcode,
70 _reply, _arguments, _attributes = self.send(_code, _subcode,
91 _reply, _arguments, _attributes = self.send(_code, _subcode,
112 _reply, _arguments, _attributes = self.send(_code, _subcode,
133 _reply, _arguments, _attributes = self.send(_code, _subcode,
154 _reply, _arguments, _attributes = self.send(_code, _subcode,
234 _reply, _arguments, _attributes = self.send(_code, _subcode,
255 _reply, _arguments, _attributes = self.send(_code, _subcode,
274 _reply, _arguments, _attributes = self.send(_code, _subcode
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
queues.py 95 self._send = self._writer.send
202 # Send sentinel to the thread queue object when garbage collected
230 def _feed(buffer, notempty, send, writelock, close):
262 send(obj)
266 send(obj)
383 self.put = self._writer.send
385 send = self._writer.send
390 return send(obj)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 95 self._send = self._writer.send
202 # Send sentinel to the thread queue object when garbage collected
230 def _feed(buffer, notempty, send, writelock, close):
262 send(obj)
266 send(obj)
383 self.put = self._writer.send
385 send = self._writer.send
390 return send(obj)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 28 _reply, _arguments, _attributes = self.send(_code, _subcode,
49 _reply, _arguments, _attributes = self.send(_code, _subcode,
70 _reply, _arguments, _attributes = self.send(_code, _subcode,
91 _reply, _arguments, _attributes = self.send(_code, _subcode,
112 _reply, _arguments, _attributes = self.send(_code, _subcode,
133 _reply, _arguments, _attributes = self.send(_code, _subcode,
154 _reply, _arguments, _attributes = self.send(_code, _subcode,
234 _reply, _arguments, _attributes = self.send(_code, _subcode,
255 _reply, _arguments, _attributes = self.send(_code, _subcode,
274 _reply, _arguments, _attributes = self.send(_code, _subcode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 95 self._send = self._writer.send
202 # Send sentinel to the thread queue object when garbage collected
230 def _feed(buffer, notempty, send, writelock, close):
262 send(obj)
266 send(obj)
383 self.put = self._writer.send
385 send = self._writer.send
390 return send(obj)
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 87 * @param data Data to send. Data size is defined by the length of the
91 public void send(byte[] data) throws IOException { method in class:Socket
101 Logw("'send' request on closed Socket " + mChannelName);
110 * @param data Data to send.
115 public void send(byte[] data, int offset, int len) throws IOException { method in class:Socket
118 Logw("'send' request on closed Socket " + mChannelName);
  /system/bt/hci/src/
btsnoop_net.c 82 OSI_NO_INTR(ret = send(client_socket_, data, length, 0));
132 /* When a new client connects, we have to send the btsnoop file header. This allows
138 OSI_NO_INTR(send(client_socket_, "btsnoop\0\0\0\0\1\0\0\x3\xea", 16, 0));
  /bionic/libc/bionic/
bionic_netlink.cpp 66 // Construct and send the message.
76 return (TEMP_FAILURE_RETRY(send(fd_, &request, sizeof(request), 0)) == sizeof(request));
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 92 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
100 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
108 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
  /cts/tests/tests/externalservice/service/src/android/externalservice/service/
BaseService.java 61 msg.replyTo.send(reply);
  /cts/tests/tests/os/src/android/os/cts/
ResultReceiverTest.java 34 sender.send(resultCode, bundle);
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiEventThread.java 41 mDispatcher.send(event.data, 0,
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 60 // Send raw data to be parsed into discrete messages.
61 mDeviceFramer.send(data, offset, count, timestamp);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiEventThread.java 41 mDispatcher.send(event.data, 0,
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiEventThread.java 41 mDispatcher.send(event.data, 0,
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 60 // Send raw data to be parsed into discrete messages.
61 mDeviceFramer.send(data, offset, count, timestamp);
  /development/ndk/platforms/android-3/include/sys/
socket.h 77 extern ssize_t send(int, const void *, size_t, unsigned int);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
socket.h 87 extern ssize_t send(int, const void *, size_t, unsigned int);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiEventThread.java 41 mDispatcher.send(event.data, 0,
  /development/samples/browseable/MidiScope/src/com.example.android.midiscope/
MidiScope.java 60 // Send raw data to be parsed into discrete messages.
61 mDeviceFramer.send(data, offset, count, timestamp);

Completed in 1845 milliseconds

1 2 3 4 5 6 7 891011>>