HomeSort by relevance Sort by last modified time
    Searched full:responses (Results 76 - 100 of 1150) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/curl/lib/
ftplistparser.h 28 /* WRITEFUNCTION callback for parsing LIST responses */
  /external/curl/tests/data/
test281 31 HTTP PUT from file with 100 + 401 responses and -f without auth given
  /external/libmojo/mojo/edk/js/tests/
js_to_cpp.mojom 40 // Responses from specific tests.
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
multilevel-combine.ll 19 ; CHECK: 4 no alias responses
multilevel.ll 17 ; CHECK: 13 no alias responses
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/fakes/
RoboExtendedResponseCache.java 24 * responses. Implementations of {@link java.net.ResponseCache} should implement this
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 43 /** Pause responses to async requests until (ref-counted) resumeResponses() */
  /hardware/interfaces/gnss/1.0/
IGnssNi.hal 36 * framework responses.
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpMediaRspInterface.java 22 * These callbacks should map to native responses and used to communicate with the native layer.
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
TranscriptionResponse.java 24 * status response, subclasses will handle request specific responses.
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestConfirmationCallback.java 26 * Test {@link Predicate} that can be used to spy on, control responses from,
TestConsumer.java 24 * Test {@link EventHandler} that can be used to spy on, control responses from,
TestEventHandler.java 28 * Test {@link EventHandler} that can be used to spy on, control responses from,
TestEventListener.java 29 * Test {@link EventHandler} that can be used to spy on, control responses from,
  /packages/apps/Email/res/layout/
account_settings_edit_quick_responses_fragment.xml 23 <!-- List of quick responses and empty view for when there are none-->
  /packages/apps/Email/res/values/
constants.xml 22 <!-- Boolean value indicating if quick responses are supported -->
  /packages/services/Telecomm/src/com/android/server/telecom/
QuickResponseUtils.java 37 // Preference keys for the 4 "canned responses"; see RespondViaSmsManager$Settings.
73 // Skip if the user has set any canned responses.
89 // Read the old canned responses from the Telephony SharedPreference if possible.
95 // Skip migration if old responses don't exist.
  /system/chre/apps/chqts/src/general_test/
version_sanity_test.h 25 * Checks that the chre_version.h methods give sane responses.
  /system/netd/server/dns/
IDnsTlsSocketObserver.h 23 // Interface to listen for DNS query responses on a socket, and to be notified
  /test/vti/test_serving/gae/
build_infov1openapi.json 65 "responses": {
host_infov1openapi.json 73 "responses": {
  /tools/test/connectivity/tools/lab/reporters/
reporter.py 33 def report(self, responses):
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
ring.h 144 * requests are pushed on to the ring and responses taken off it.
147 * requests are taken off the ring and responses put on.
239 * When queueing requests or responses on a shared ring, it may not always be
243 * responses).
245 * When enqueuing requests or responses:
247 * Use RING_PUSH_{REQUESTS,RESPONSES}_AND_CHECK_NOTIFY(). The second argument
251 * After dequeuing requests or responses (before sleeping the connection):
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 241 List<ImapResponse> responses = local
243 String decodedChallenge = decodeBase64(responses.get(0).getStringOrEmpty(0).getString());
259 responses = executeContinuationResponse(encodeBase64(response), true);
264 String decodedResponseAuth = decodeBase64(responses.get(0).getStringOrEmpty(0).getString());
283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY); local
287 for (ImapResponse response : responses) {
375 * Read and return all of the responses from the most recent command sent to the server
382 final List<ImapResponse> responses = new ArrayList<ImapResponse>(); local
386 responses.add(response);
398 return responses;
    [all...]
  /external/volley/src/main/java/com/android/volley/
RequestQueue.java 65 /** Cache interface for retrieving and storing responses. */
86 * @param cache A Cache to use for persisting responses to disk
89 * @param delivery A ResponseDelivery interface for posting responses and errors
102 * @param cache A Cache to use for persisting responses to disk
114 * @param cache A Cache to use for persisting responses to disk

Completed in 525 milliseconds

1 2 34 5 6 7 8 91011>>