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

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java 172 * Receives callback from the service when a job has landed
184 * Receives callback from the service when a job that
  /external/apache-http/src/org/apache/http/
HttpClientConnection.java 87 * Receives the request line and headers of the next response available from
100 * Receives the next response entity available from this connection and
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
testing.rst 63 receives the following parameters:
89 ``app.get_response()``. This is a convenience to test the app. It receives
  /external/dng_sdk/source/
dng_color_space.h 147 /// \param size Out parameter which receives size on return.
148 /// \param data Receives bytes of profile.
  /external/google-breakpad/src/testing/gtest/samples/
sample10_unittest.cc 135 // receives an OnXyzStart event *after* listeners preceding it in the
136 // list received that event, and receives an OnXyzEnd event *before*
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 117 * @param url Receives the RFC2445 TZURL property value.
134 * @param lastModified Receives the last modified date.
318 * @param result Receives the first transition after the base time.
328 * @param result Receives the most recent transition before the base time.
338 * @param status Receives error status code.
352 * @param initial Receives the initial timezone rule
353 * @param trsrules Receives the timezone transition rules
357 * @param status Receives error status code.
  /external/javassist/src/main/javassist/
ClassMap.java 39 * receives and returns the internal representation of a class name.
126 * <p>This method receives and returns the internal representation of
  /external/netperf/src/
nettest_sdp.h 30 /* receives? */
128 /* receives? */
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlChangeReporter.java 48 * The renderer receives events from the policy unchanged, but the reporter
66 * Associates an input channel. {@code this} receives events and forwards
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
SlashdotPolicyExample.java 104 // Receives notifications on a failure to write to the output.
110 // Our HTML parser is very lenient, but this receives notifications on
  /external/protobuf/gtest/samples/
sample10_unittest.cc 136 // receives an OnXyzStart event *after* listeners preceding it in the
137 // list received that event, and receives an OnXyzEnd event *before*
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample10_unittest.cc 135 // receives an OnXyzStart event *after* listeners preceding it in the
136 // list received that event, and receives an OnXyzEnd event *before*
  /frameworks/base/docs/html/training/secure-file-sharing/
request-file.jd 38 This lesson shows you how a client app requests a file from a server app, receives the file's
93 that the client app receives. Since this URI doesn't contain a directory path, the client app
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 33 * This mode indicates that the stream sends and receives packets at the
44 * This mode indicates that the stream only receives packets.
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 118 // Receives Android MediaPlayer events from mPlayer
121 // Receives notifications about death of media.player service
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 135 // receives an OnXyzStart event *after* listeners preceding it in the
136 // list received that event, and receives an OnXyzEnd event *before*
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 32 * Receives broadcasts pertaining to dictionary management and takes the appropriate action.
34 * This object receives three types of broadcasts.
  /prebuilts/go/darwin-x86/doc/
contrib.html 68 <p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
71 <p>A mailing list that receives each update to the Go <a href="//golang.org/issue">issue tracker</a>.</p>
  /prebuilts/go/linux-x86/doc/
contrib.html 68 <p>A mailing list that receives a message summarizing each checkin to the Go repository.</p>
71 <p>A mailing list that receives each update to the Go <a href="//golang.org/issue">issue tracker</a>.</p>
  /system/bt/stack/btu/
btu_task.c 124 /* If the host receives events which it doesn't responsd to, */
150 /* If host receives events which it doesn't response to, */
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattReadTest.py 92 5. Central: stack receives read response that was full, so stack sends
96 7. Central: stack receives read blob response, so stack sends read blob
  /frameworks/base/docs/html/google/play/publishing/
multiple-apks.jd 183 then when a user's device receives a system update that qualifies them for a different APK you've
283 filter. This ensures that when a device receives a system update, Google Play can offer the user
355 <p>This is important because a user's device receives an application update from
357 code of the APK currently on the device. This ensures that if a device receives a system update that
358 then qualifies it to install the APK for higher API levels, the device receives an application
375 device that receives a system update to API level 8 will receive an update for the second
390 This ensures that a device with an ARMv7 CPU that receives a system update to API level 8
472 higher version code. This ensures that if a device receives a system update that then qualifies it
473 to install the APK for higher API levels, the user receives a notification to update the app. For
489 receives the APK with the highest version code when there is an overlap in coverage between tw
    [all...]
  /external/icu/icu4c/source/i18n/
vzone.h 89 * @param url Receives the RFC2445 TZURL property value.
111 * @param lastModified Receives the last modified date.
302 * @param result Receives the first transition after the base time.
313 * @param result Receives the most recent transition before the base time.
324 * @param status Receives error status code.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 387 // Send module receives the NACK.
398 // Send module receives the FIR.
408 // Send module receives the FIR and PLI.
527 // Send module receives the request.
544 // Send module receives the request.
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 46 <li>The user receives a phone call while using your app on his or her phone.</li>
75 <p>When your activity receives a call to the {@link android.app.Activity#onStop()} method, it's no
130 <p>When your activity comes back to the foreground from the stopped state, it receives a call to

Completed in 1084 milliseconds

1 2 3 4 5 6 78 91011>>