HomeSort by relevance Sort by last modified time
    Searched defs:send (Results 176 - 200 of 646) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java 189 final Intent send = new Intent(Intent.ACTION_SEND); local
190 send.setType("text/plain");
191 send.putExtra(Intent.EXTRA_TEXT, url);
192 setIntent(Intent.createChooser(send, mActivity.getText(
199 Intent send = new Intent(Intent.ACTION_SEND); local
200 send.setType("text/plain");
201 ResolveInfo ri = pm.resolveActivity(send, PackageManager.MATCH_DEFAULT_ONLY);
292 // Send SMS
  /cts/tests/tests/media/src/android/media/cts/
MidiSoloTest.java 175 // Send too much data and intentionally cause an IOException.
179 myReceiver.send(bar, offset, count);
193 myReceiver.send(bar, offset, count);
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 132 intptr_t Mac80211HwSim::Remote::send(const void *data, size_t size) { function in class:Mac80211HwSim::Remote
134 return mWifiExchange->Send(data, size);
360 remoteEntry.second->send(nla_data(attr), nla_len(attr));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 367 def send(self, data): member in class:dispatcher
369 result = self.socket.send(data)
533 num_sent = dispatcher.send(self, self.out_buffer[:512])
542 def send(self, data): member in class:dispatcher_with_send
617 def send(self, *args): member in class:.file_wrapper
629 write = send
smtplib.py 25 To report bugs in the implementation send email to
27 For local information send email to Postmaster at your site.
308 def send(self, str): member in class:SMTP
309 """Send `str' to the server."""
311 print>>stderr, 'send:', repr(str)
322 """Send a command to the server."""
327 self.send(str)
374 """Send a command, and return its response code."""
381 Hostname to send for this command defaults to the FQDN of the local
391 Hostname to send for this command defaults to the FQDN of the local
    [all...]
  /external/apache-http/android/src/com/android/internal/http/multipart/
Part.java 305 public void send(OutputStream out) throws IOException { method in class:Part
306 LOG.trace("enter send(OutputStream out)");
320 * #send(OutputStream) as well
386 parts[i].send(out); method
  /external/autotest/client/common_lib/
pexpect.py 205 Whenever one of the patterns is seen in the command out run() will send the
238 child.send(responses[index])
243 child.send(callback_result)
283 talk to. For normal use, see expect() and send() and sendline().
349 "Password:" prompt and then immediately call sendline() to send the
353 turn off stdin echo, but if you send your password before the
401 self.logfile_send = None # output to send (send, sendline)
940 def send(self, s): member in class:spawn
    [all...]
  /external/python/cpython2/Lib/
asyncore.py 372 def send(self, data): member in class:dispatcher
374 result = self.socket.send(data)
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
546 def send(self, data): member in class:dispatcher_with_send
621 def send(self, *args): member in class:.file_wrapper
633 write = send
  /external/python/cpython3/Lib/
asyncore.py 359 def send(self, data): member in class:dispatcher
361 result = self.socket.send(data)
517 num_sent = dispatcher.send(self, self.out_buffer[:65536])
526 def send(self, data): member in class:dispatcher_with_send
605 def send(self, *args): member in class:.file_wrapper
617 write = send
types.py 181 def send(self, val): member in class:_GeneratorWrapper
182 return self.__wrapped.send(val)
  /external/python/cpython3/Lib/test/
test_yield_from.py 145 Test delegation of send()
168 y = g.send(x)
189 Test handling exception while delegating 'send'
214 y = g.send(x)
447 Test conversion of send(None) to next()
454 y = gi.send(None)
518 Test attempting to send to non-generator
532 y = gi.send(42)
535 self.assertIn("send", e.args[0])
537 self.fail("was able to send into non-generator"
1038 def send(self, what): member in class:TestPEP380Operation.test_send_tuple_with_custom_generator.MyGen
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PendingIntentTest.java 80 forActivity.send(otherContext, 0, fillIntent);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPendingIntent.java 98 public void send() throws CanceledException { method in class:ShadowPendingIntent
99 send(savedContext, 0, null); method
103 public void send(Context context, int code, Intent intent) throws CanceledException { method in class:ShadowPendingIntent
108 // Fill in the last Intent, if it is mutable, with information now available at send-time.
  /external/scapy/scapy/arch/
linux.py 465 def send(self, x): member in class:L3PacketSocket
483 self.outs.send(sx + b"\x00" * (conf.min_pkt_size - len(sx)))
543 def send(self, x): member in class:L2Socket
545 return SuperSocket.send(self, x)
550 return SuperSocket.send(self, x / Padding(load=padding))
552 return SuperSocket.send(self, raw(x) + padding)
617 def send(self, x): member in class:L2ListenSocket
618 raise Scapy_Exception("Can't send anything with L2ListenSocket")
  /external/swiftshader/src/Main/
SwiftConfig.cpp 179 return send(clientSocket, OK, page());
219 return send(clientSocket, OK, page());
223 return send(clientSocket, OK, profile());
228 return send(clientSocket, NotFound);
260 html += "xhr.send();\n";
514 void SwiftConfig::send(Socket *clientSocket, Status code, std::string body) function in class:sw::SwiftConfig
531 clientSocket->send(message.c_str(), (int)message.length());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness_test.cc 321 // recv --> recv-done --> send --> send-done
324 // param, add (root), recv, recv-done, send, send-done
333 auto send = builder.AddInstruction( local
335 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send));
342 recv_done, send, send_done};
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.h 97 const char *send; member in struct:d_info
  /external/valgrind/none/tests/x86/
x86locked.c 140 static void send ( int nbytes ) function
145 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
262 send( \
346 send( \
448 send( \
609 send( sprintf(outBuf,
645 send( sprintf(outBuf,
748 send( sprintf(outBuf, "0x%x -> 0x%02x 0x%02x\n", i,
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
RoomParametersFetcher.java 84 httpConnection.send();
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 56 // set audio packet size, used to determine when it's time to send a DTMF packet
94 // we dont want to allow send with a DTMF payloadtype
176 // Check if we have pending DTMFs to send
198 // A source MAY send events and coded audio packets for the same time
203 // it can be triggered more frequently than we want to send the
206 // not time to send yet
213 bool send = true; local
217 // Skip send packet at start, since we shouldn't use duration 0
218 send = false;
225 if (send) {
    [all...]
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 205 Log.w(TAG, "not ready to send packet yet");
242 // And forwards them to our MidiFramer to be prepared to send via Bluetooth.
258 mPacketEncoder.send(event.data, 0, event.count,
261 Log.e(TAG, "mPacketAccumulator.send failed", e);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
IntentTile.java 114 pi.send();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbPermissionActivity.java 230 // send response via pending intent
254 mPendingIntent.send(this, 0, intent);
  /frameworks/base/services/core/java/com/android/server/am/
AppTimeTracker.java 94 mReceiver.send(context, 0, fillinIntent);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbUserSettingsManager.java 242 pi.send(mUserContext, 0, intent);
253 pi.send(mUserContext, 0, intent);
274 pi.send(mUserContext, 0, intent);

Completed in 1911 milliseconds

1 2 3 4 5 6 78 91011>>