Searched defs:recipient (Results 1 - 20 of 20) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DApplicationTest.java299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { argument
303 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { argument
/external/tcpdump/
H A Dprint-zephyr.c49 const char *recipient; member in struct:z_packet
106 z_triple(char *class, char *inst, const char *recipient) argument
108 if (!*recipient)
109 recipient = "*";
110 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
146 z.recipient = 0;
176 PARSE_FIELD_STR(z.recipient);
311 if (!*z.recipient)
312 z.recipient = "*";
314 ND_PRINT((ndo, " to %s", z_triple(z.class, z.inst, z.recipient)));
[all...]
/external/boringssl/include/openssl/
H A Dpem.h184 PEM_USER **recipient; member in struct:pem_ctx_st
/external/boringssl/src/include/openssl/
H A Dpem.h184 PEM_USER **recipient; member in struct:pem_ctx_st
/external/libusb/examples/
H A Dxusb.c714 uint8_t recipient; member in struct:__anon11554
727 os_fd[1].recipient = LIBUSB_RECIPIENT_DEVICE;
733 r = libusb_control_transfer(handle, (uint8_t)(LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_VENDOR|os_fd[i].recipient),
746 r = libusb_control_transfer(handle, (uint8_t)(LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_VENDOR|os_fd[i].recipient),
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc771 VirtualSocket* recipient = LookupBinding(remote_addr); local
772 if (!recipient) {
773 // Make a fake recipient for address family checking.
786 if (!CanInteractWith(socket, recipient)) {
811 AddPacketToNetwork(socket, recipient, cur_time, data, data_size,
820 // recipient's recv_buffer_size_. Anything beyond that must be stored in the
825 VirtualSocket* recipient = LookupConnection(socket->local_addr_, local
827 if (!recipient) {
838 size_t available = recv_buffer_capacity_ - recipient->recv_buffer_size_;
845 AddPacketToNetwork(socket, recipient, cur_tim
867 AddPacketToNetwork(VirtualSocket* sender, VirtualSocket* recipient, uint32_t cur_time, const char* data, size_t data_size, size_t header_size, bool ordered) argument
[all...]
/external/libusb/libusb/os/
H A Dwindows_winusb.c3236 static int _hid_get_descriptor(struct hid_device_priv *dev, HANDLE hid_handle, int recipient, argument
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 725 milliseconds