/external/autotest/client/cros/cellular/pseudomodem/ |
testing.py | 50 def ReceiveSms(self, sender, text): 54 @param sender: String containing the phone number of the sender. 58 self._modem.sms_handler.receive_sms(text, sender)
|
/external/curl/tests/data/ |
test932 | 36 smtp://%HOSTIP:%SMTPPORT/932 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
|
test934 | 38 smtp://%HOSTIP:%SMTPPORT/934 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
ServerLog.java | 322 private void logMessage(String message, String from, String to, boolean sender, 327 sender, firstLine, tid, callId, timestampVal); 338 * @param sender is the server the sender 341 public void logMessage(SIPMessage message, String from, String to, boolean sender, long time) { 354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval); 364 * @param sender is the server the sender or receiver (true if sender). 368 boolean sender, long time) [all...] |
/external/opencv3/samples/winrt/ImageManipulations/ |
App.xaml.h | 28 virtual void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ pArgs);
|
/frameworks/base/core/java/android/view/ |
InputEventSender.java | 43 private static native long nativeInit(WeakReference<InputEventSender> sender, 50 * Creates an input event sender bound to the specified input channel. 114 * Must be called on the same Looper thread to which the sender is attached. 127 + "sender has already been disposed.");
|
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/ |
BluetoothMapMessage.java | 74 public void setSender(String sender) { 75 mSender = sender; 128 // Write sender/receiver info. 150 // Read sender/receiver info.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
msg_32.txt | 10 Sender: owner-freebsd-isp@FreeBSD.ORG
|
msg_06.txt | 9 Sender: barry@python.org 24 Sender: barry@python.org
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
msg_32.txt | 10 Sender: owner-freebsd-isp@FreeBSD.ORG
|
msg_06.txt | 9 Sender: barry@python.org 24 Sender: barry@python.org
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_32.txt | 10 Sender: owner-freebsd-isp@FreeBSD.ORG
|
msg_06.txt | 9 Sender: barry@python.org 24 Sender: barry@python.org
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_32.txt | 10 Sender: owner-freebsd-isp@FreeBSD.ORG
|
msg_06.txt | 9 Sender: barry@python.org 24 Sender: barry@python.org
|
/external/autotest/client/cros/netprotos/ |
fake_host.py | 54 arguments, the received string, the sender IPv4 address and the 55 sender port number.
|
/external/chromium-trace/catapult/third_party/polymer/components/core-selection/ |
demo.html | 42 itemTapAction: function(e, detail, sender) { 45 selectAction: function(e, detail, sender) {
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_MAIL_FROM.3 | 25 CURLOPT_MAIL_FROM \- SMTP sender address 32 to specify the sender's email address when sending SMTP mail with libcurl.
|
/external/dbus/bus/ |
bus.c | [all...] |
/external/google-breakpad/src/common/mac/ |
launch_reporter.h | 35 // Launch the crash dump sender app. 36 // |reporter_executable_path| is the path to the sender executable.
|
/external/libbrillo/brillo/dbus/ |
dbus_method_response.cc | 13 ResponseSender sender) 14 : sender_(sender), method_call_(method_call) {
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Settings.java | 39 /** spdy/3: Sender's estimate of max incoming kbps. */ 41 /** HTTP/2: Size in bytes of the table used to decode the sender's header blocks. */ 43 /** spdy/3: Sender's estimate of max outgoing kbps. */ 47 /** spdy/3: Sender's estimate of millis between sending a request and receiving a response. */ 49 /** Sender's maximum number of concurrent streams. */ 53 /** HTTP/2: Size in bytes of the largest frame payload the sender will accept. */ 57 /** HTTP/2: Advisory only. Size in bytes of the largest header list the sender will accept. */ 69 /** If set, flow control is disabled for streams directed to the sender of these settings. */
|
/external/webrtc/webrtc/voice_engine/include/ |
voe_rtp_rtcp.h | 15 // - Transmission of RTCP sender reports. 16 // - Obtaining RTCP data from incoming RTCP sender reports. 89 uint32_t sender_SSRC; // SSRC of sender 136 // Sets the status of sending absolute sender time on a specific |channel|. 141 // Sets status of receiving absolute sender time on a specific |channel|. 164 // Gets RTCP data from incoming RTCP Sender Reports. 182 // Gets the report block parts of the last received RTCP Sender Report (SR), 184 // element also contains the SSRC of the sender in addition to a report
|
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/ |
ObservableMap.java | 56 * @param sender The changing map. 59 public abstract void onMapChanged(T sender, K key);
|
/system/connectivity/shill/dbus/ |
chromeos_dhcpcd_listener.h | 64 void EventSignal(const std::string& sender, 68 void StatusChangedSignal(const std::string& sender,
|