HomeSort by relevance Sort by last modified time
    Searched full:sender (Results 301 - 325 of 1480) sorted by null

<<11121314151617181920>>

  /packages/apps/Bluetooth/res/values-zh-rCN/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"?????<xliff:g id="SENDER">%1$s</xliff:g>?????????"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>??????<xliff:g id="FILE">%2$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"????<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"????????<xliff:g id="SENDER">%1$s</xliff:g>????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"USB????????????????<xliff:g id="SENDER">%1$s</xliff:g>????"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"SD???????????????<xliff:g id="SENDER">%1$s</xliff:g>????"</string>
  /packages/apps/Bluetooth/res/values-zh-rHK/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"?????<xliff:g id="SENDER">%1$s</xliff:g>???????????"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>????<xliff:g id="FILE">%2$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"?????<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"????????<xliff:g id="SENDER">%1$s</xliff:g>????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"USB ???????????????<xliff:g id="SENDER">%1$s</xliff:g>??????"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"SD ??????????????<xliff:g id="SENDER">%1$s</xliff:g>??????"</string>
  /packages/apps/Bluetooth/res/values-zh-rTW/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"?????<xliff:g id="SENDER">%1$s</xliff:g>???????????"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>??????<xliff:g id="FILE">%2$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"?????<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"????????<xliff:g id="SENDER">%1$s</xliff:g>????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"USB ?????????????????<xliff:g id="SENDER">%1$s</xliff:g>??????"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"SD ??????????????<xliff:g id="SENDER">%1$s</xliff:g>??????"</string>
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 121 * The email address and name of the sender whose avatar will be drawn as a conversation icon.
251 // If any are unread, get the first unread sender.
252 // If all are unread, get the first sender.
253 // If all are read, get the last sender.
278 // Just take the last sender
329 * This mutable model stores the name and email address of the sender for whom an avatar will
  /external/autotest/client/common_lib/cros/
dbus_send_unittests.py 13 """method return sender=:1.12 -> dest=:1.37 reply_serial=2
176 """method return sender=:1.30 -> dest=:1.40 reply_serial=2
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
MainPage.xaml.cpp 42 void FaceDetection::MainPage::InitBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
56 void FaceDetection::MainPage::detectBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
MainPage.xaml.cpp 72 void PhoneTutorial::MainPage::Process_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
118 void PhoneTutorial::MainPage::Reset_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.mm 76 - (void)handleSwipe:(UISwipeGestureRecognizer *)sender {
77 if (UISwipeGestureRecognizerDirectionRight == sender.direction)
  /frameworks/base/docs/html/reference/
gcm_lists.js 16 { id:14, label:"com.google.android.gcm.server.Sender", link:"reference/com/google/android/gcm/server/Sender.html", type:"class", deprecated:"false" }
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
example.rst 81 Here's a simple pair of programs comprising a sender and receiver pair.
83 Sender:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_ether.h 74 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 u_int8_t arp_spa[4]; /* sender protocol address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_ether.h 74 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 u_int8_t arp_spa[4]; /* sender protocol address */
  /system/connectivity/shill/
passive_link_monitor.cc 110 ByteString sender; local
112 if (!arp_client_->ReceivePacket(&packet, &sender)) {
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
BasicContentProvider.java 17 package com.android.cts.intent.sender;
ContentTest.java 17 package com.android.cts.intent.sender;
147 * Ensure that sender is only able to send data that it has access to.
181 .authority("com.android.cts.intent.sender.provider")
200 return FileProvider.getUriForFile(mContext, "com.android.cts.intent.sender.fileprovider",
  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson5/
ReceiverActivity.java 36 = "com.example.android.testingfun.lesson5.extra.sender.message.text";
  /external/autotest/frontend/afe/
management.py 49 signals.post_syncdb.connect(create_admin_group, sender=models)
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
alert-remove-box.html 45 onRemoveBug: function(event, detail, sender) {
alerts-page.html 186 onPushHistoryState: function(event, detail, sender) {
187 if (!sender) {
191 params['sortby'] = sender['sortBy'];
192 params['sortdirection'] = sender['sortDirection'];
  /external/dbus/bus/
selinux.h 57 dbus_bool_t bus_selinux_allows_send (DBusConnection *sender,
  /external/google-breakpad/src/client/windows/
breakpad_client.gyp 40 './sender/crash_report_sender.gyp:*',
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
MainPage.xaml.h 34 void Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 238 for (RtpSender sender : senders) {
239 sender.dispose();
274 for (RtpSender sender : senders) {
275 sender.dispose();
  /external/webrtc/webrtc/call/
congestion_controller.h 50 virtual void SetChannelRembStatus(bool sender,
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 154 uint32_t remoteSSRC; // SSRC of sender of this report.
155 uint32_t sourceSSRC; // SSRC of the RTP packet sender.
294 // sender's clock.
297 // sender.

Completed in 834 milliseconds

<<11121314151617181920>>