HomeSort by relevance Sort by last modified time
    Searched refs:recipient (Results 51 - 75 of 100) sorted by null

1 23 4

  /frameworks/native/include/gui/
SurfaceComposerClient.h 66 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 84 #define USB_MAKE_REQUEST_TYPE(direction, type, recipient) \
86 ((BYTE)type << 5) | ((BYTE)recipient & 0x07) )
248 BYTE Recipient:5;
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 79 byte recipient: 5; // Recipient of the request member in struct:__anon3061::__anon3062::__anon3063
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
localization_test.cc 45 using i18n::addressinput::RECIPIENT;
187 other_fields.push_back(RECIPIENT);
218 address.recipient = "bad recipient";
331 EXPECT_EQ("bad recipient "
334 address, RECIPIENT, UNKNOWN_VALUE, true, true));
335 EXPECT_EQ("bad recipient "
338 address, RECIPIENT, UNKNOWN_VALUE, true, false));
339 EXPECT_EQ("bad recipient "
342 address, RECIPIENT, UNKNOWN_VALUE, false, false))
    [all...]
validation_task_test.cc 61 RECIPIENT
83 filter_.insert(std::make_pair(RECIPIENT, UNEXPECTED_FIELD));
84 filter_.insert(std::make_pair(RECIPIENT, MISSING_REQUIRED_FIELD));
218 address_.recipient = "nnn";
252 expected_.insert(std::make_pair(RECIPIENT, MISSING_REQUIRED_FIELD));
  /frameworks/base/core/java/android/app/
Instrumentation.java 320 * @param recipient Called the next time the thread's message queue is
323 public void waitForIdle(Runnable recipient) {
324 mMessageQueue.addIdleHandler(new Idler(recipient));
868 * be processed. Finished at some point after the recipient has returned
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 469 const sp<IBinder::DeathRecipient>& recipient,
472 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 563 if(D) Log.d(TAG,"Decoding recipient vCard level " + level);
770 public void setRecipient(vCard recipient) {
773 this.mRecipient.add(recipient);
    [all...]
BluetoothMapContentObserver.java     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 84 // new conversation where the recipient set is changing as the user
163 * Find the conversation matching the provided recipient set.
164 * When called with an empty recipient list, equivalent to {@link #createNew}.
236 * Returns true if the recipient in the uri matches the recipient list in this
256 String recipient = getRecipients(uri); local
257 incomingRecipient = ContactList.getByNumbers(recipient,
269 * The recipient list of this conversation can be empty if the results
502 // Invalidate thread ID because the recipient set has changed.
511 * Returns the recipient set of this conversation
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 265 private View mTopPanel; // View containing the recipient and subject editors
1742 String recipient = null; local
    [all...]
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_browsertest.cc 154 TransferRecipient recipient,
  /external/chromium_org/third_party/boringssl/src/include/openssl/
pem.h 182 PEM_USER **recipient; member in struct:pem_ctx_st
  /external/openssl/crypto/pem/
pem.h 185 PEM_USER **recipient; member in struct:pem_ctx_st
  /external/openssl/include/openssl/
pem.h 185 PEM_USER **recipient; member in struct:pem_ctx_st
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp 200 void giveRemainingTo(StringBuilder& recipient)
203 recipient.append(m_characters->characters8() + m_current, m_end - m_current);
205 recipient.append(m_characters->characters16() + m_current, m_end - m_current);
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 601 * @param contact The recipient entry to pull data from.
619 * @param contact The recipient entry to pull data from.
724 * Returns the avatar icon to use for this recipient entry. Returns null if we don't want to
725 * draw an icon for this recipient.
741 // TODO: cache this in the recipient entry?
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1637 milliseconds

1 23 4