HomeSort by relevance Sort by last modified time
    Searched full:receives (Results 751 - 775 of 2285) sorted by null

<<31323334353637383940>>

  /system/update_engine/common/
test_utils.h 255 // This is a simple Action class for testing. It receives an object from
  /development/host/windows/usb/api/
adb_api.h 480 @param[out] buffer Pointer to the buffer that receives the data.
526 @param[out] buffer Pointer to the buffer that receives the data.
567 @param[out] bytes_transferred Pointer to a variable that receives the
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 330 * @param canonID OUTPUT parameter that receives the canonical ID,
334 * @param list OUTPUT parameter that receives a list of SingleID
337 * @param globalFilter OUTPUT parameter that receives a pointer to
  /external/icu/icu4c/source/common/unicode/
ubrk.h 240 * @param parseErr Receives position and context information for any syntax errors
500 * @param status receives error codes.
541 * @param status Receives errors detected by this function.
utext.h 664 * @param status receives any error status.
838 * @param status receives any error status. Possible errors includ
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 329 * @param canonID OUTPUT parameter that receives the canonical ID,
333 * @param list OUTPUT parameter that receives a list of SingleID
336 * @param globalFilter OUTPUT parameter that receives a pointer to
  /external/libchrome/base/message_loop/
message_loop.h 317 // - It receives a task #1 and executes it.
320 // - The thread receives a task #2 before or while in this second message
348 // A TaskObserver is an object that receives task notifications from the
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 748 * The phHciNfc_Receive function receives the HCI Events or Response from the
756 * receives the response read.
757 * \param[in] length Variable that receives
    [all...]
  /external/libnl/lib/
nl.c 55 * // nl_recv() receives a single message allocating a buffer for the message
61 * // nl_recvmsgs() receives a bunch of messages until the callback system
387 * Receives a netlink message, allocates a buffer in \c *buf and
  /external/netperf/src/
nettest_bsd.h 207 /* receives? */
260 /* receives? */
582 recv_size, /* how big are individual receives */
  /external/owasp/sanitizer/distrib/javadoc/org/owasp/html/
PolicyFactory.html 257 <DT><B>Parameters:</B><DD><CODE>out</CODE> - a renderer that receives approved tokens only.<DD><CODE>listener</CODE> - if non-null, receives notifications of tags and attributes
300 <DT><B>Parameters:</B><DD><CODE>html</CODE> - the string of HTML to sanitize.<DD><CODE>listener</CODE> - if non-null, receives notifications of tags and attributes
package-summary.html 110 <TD>Receives notification of problems.</TD>
114 <TD>Receives events when an HTML tag, or attribute is discarded.</TD>
118 <TD>Receives events based on the HTML stream, and applies a policy to decide
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
PolicyFactory.html 81 <FONT color="green">078</FONT> * @param out a renderer that receives approved tokens only.<a name="line.78"></a>
82 <FONT color="green">079</FONT> * @param listener if non-null, receives notifications of tags and attributes<a name="line.79"></a>
111 <FONT color="green">108</FONT> * @param listener if non-null, receives notifications of tags and attributes<a name="line.108"></a>
  /external/webrtc/webrtc/base/
thread_unittest.cc 48 // Receives on a socket and sends by posting messages.
81 // Receives messages and sends on a socket.
371 // Thread B returns when C receives the call and C should be blocked until A
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 872 * Sets the listener that receives a notification when the drawer becomes open.
881 * Sets the listener that receives a notification when the drawer becomes close.
890 * Sets the listener that receives a notification when the drawer starts or ends
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 775 * @param values {@link ContentValues} that receives values.
776 * @param extraValues {@link ContentValues} that receives extra values for roots.
815 * @param values {@link ContentValues} that receives values.
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 605 * When the {@link InCallService} receives the
612 * Called when the {@link Connection.VideoProvider} receives a session modification
629 * Called when the {@link Connection.VideoProvider} receives a response to a session
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 14 * and receives its partner's object on return. An Exchanger may be
502 * it is resumed for thread scheduling purposes and receives the object
547 * it is resumed for thread scheduling purposes and receives the object
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 87 * This event is sent when the stack receives a response to an outgoing request
110 * This event is sent when the stack receives an incoming request to an address
338 * offset within that address range. When the kernel receives a request
  /prebuilts/go/darwin-x86/src/runtime/
chan_test.go 347 // + 1 goroutine that receives N values on each of the chans in a single select.
348 // All these sends, receives and selects interact chaotically at runtime,
847 // Consumer: receives from myc.
  /prebuilts/go/linux-x86/src/runtime/
chan_test.go 347 // + 1 goroutine that receives N values on each of the chans in a single select.
348 // All these sends, receives and selects interact chaotically at runtime,
847 // Consumer: receives from myc.
  /external/icu/icu4c/source/i18n/unicode/
regex.h 166 * @param pe Receives the position (line and column nubers) of any error
196 * @param pe Receives the position (line and column nubers) of any error
224 * @param pe Receives the position (line and column numbers) of any error
255 * @param pe Receives the position (line and column numbers) of any error
388 * @param pe Receives the position of any syntax errors within the regular expression
407 * @param pe Receives the position of any syntax errors within the regular expression
    [all...]
ucal.h 752 * @param result Receives the UCalendar's time zone ID.
754 * @param status Receives the status.
    [all...]
  /frameworks/base/docs/html/guide/components/
services.jd 152 listeners, receivers, etc. This is the last call the service receives.</dd>
253 that specifies the service and includes any data for the service to use. The service receives
259 android.content.Context#startService startService()}. The service receives the intent in {@link
281 android.app.IntentService#onHandleIntent onHandleIntent()}, which receives the intent for each
396 // Handler that receives messages from the thread
596 onBind()} callback method. Once the client receives the {@link android.os.IBinder}, it can begin
    [all...]
  /developers/build/prebuilts/gradle/AccelerometerPlay/
LICENSE 278 Licensor receives from making the Licensed Material available under
401 receives an offer from the Licensor to exercise the
407 automatically receives an offer from the Licensor to

Completed in 1543 milliseconds

<<31323334353637383940>>