HomeSort by relevance Sort by last modified time
    Searched refs:response (Results 1 - 25 of 2555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
ParseException.java 24 public String response; field in class:ParseException
26 ParseException(String response) {
27 this.response = response;
ICaptivePortal.aidl 25 oneway void appResponse(int response);
  /external/libmicrohttpd/src/microhttpd/
response.h 21 * @file response.h
22 * @brief Methods for managing response objects
31 * Increment response RC. Should this be part of the
35 MHD_increment_response_rc (struct MHD_Response *response);
response.c 21 * @file response.c
22 * @brief Methods for managing response objects
28 #include "response.h"
42 * Add a header or footer line to the response.
44 * @param response response to add a header to
51 add_response_entry (struct MHD_Response *response,
58 if ( (NULL == response) ||
84 hdr->next = response->first_header;
85 response->first_header = hdr
247 struct MHD_Response *response; local
318 struct MHD_Response *response = cls; local
340 struct MHD_Response *response = cls; local
368 struct MHD_Response *response; local
419 struct MHD_Response *response; local
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
GetTranscriptResponseAsync.java 25 /** Container for response and status objects for an asynchronous get-transcript request */
27 @Nullable private final GetTranscriptResponse response; field in class:GetTranscriptResponseAsync
30 public GetTranscriptResponseAsync(GetTranscriptResponse response) {
31 Assert.checkArgument(response != null);
32 this.response = response;
38 this.response = null;
42 if (response != null) {
43 return response.getTranscript();
55 if (response != null)
    [all...]
TranscriptionResponseAsync.java 24 /** Container for response and status objects for an asynchronous transcription upload request */
26 @Nullable private final TranscribeVoicemailAsyncResponse response; field in class:TranscriptionResponseAsync
29 public TranscriptionResponseAsync(TranscribeVoicemailAsyncResponse response) {
30 Assert.checkArgument(response != null);
31 this.response = response;
37 this.response = null;
41 if (response != null) {
42 return response.getTranscriptionId();
48 if (response != null)
    [all...]
TranscriptionResponseSync.java 24 /** Container for response and status objects for a synchronous transcription request */
26 @Nullable private final TranscribeVoicemailResponse response; field in class:TranscriptionResponseSync
31 this.response = null;
35 public TranscriptionResponseSync(TranscribeVoicemailResponse response) {
36 Assert.checkArgument(response != null);
37 this.response = response;
41 return (response != null) ? response.getTranscript() : null;
46 return super.toString() + ", response: " + response
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
TunnelRefusedException.java 47 private final HttpResponse response; field in class:TunnelRefusedException
49 public TunnelRefusedException(final String message, final HttpResponse response) {
51 this.response = response;
55 return this.response;
  /test/vti/fuzz_test_serving/
main_test.py 23 response = app.get('/')
25 assert response.status_int == 200
26 assert response.body == 'VTS Fuzzing Dashboard'
  /system/tpm/trunks/aidl/android/trunks/
ITrunksClient.aidl 20 oneway void OnCommandResponse(in byte[] response);
  /system/keymaster/include/keymaster/
android_keymaster.h 54 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
56 SupportedAlgorithmsResponse* response);
58 SupportedBlockModesResponse* response);
60 SupportedPaddingModesResponse* response);
62 SupportedDigestsResponse* response);
64 SupportedImportFormatsResponse* response);
66 SupportedExportFormatsResponse* response);
72 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
73 void Configure(const ConfigureRequest& request, ConfigureResponse* response);
74 void GenerateKey(const GenerateKeyRequest& request, GenerateKeyResponse* response);
    [all...]
  /external/curl/docs/cmdline-opts/
sasl-ir.d 2 Help: Enable initial response in SASL authentication
5 Enable initial response in SASL authentication.
  /external/skia/tools/skiaserve/
Response.cpp 8 #include "Response.h"
42 namespace Response {
43 // SendOK just sends an empty response with a 200 OK status code.
47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), local
50 int ret = MHD_queue_response(connection, 200, response);
51 MHD_destroy_response(response);
56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), local
59 int ret = MHD_queue_response(connection, 500, response);
60 MHD_destroy_response(response);
66 MHD_Response* response = MHD_create_response_from_buffer(data->size() local
83 MHD_Response* response = MHD_create_response_from_buffer( local
    [all...]
  /external/skqp/tools/skiaserve/
Response.cpp 8 #include "Response.h"
42 namespace Response {
43 // SendOK just sends an empty response with a 200 OK status code.
47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), local
50 int ret = MHD_queue_response(connection, 200, response);
51 MHD_destroy_response(response);
56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), local
59 int ret = MHD_queue_response(connection, 500, response);
60 MHD_destroy_response(response);
66 MHD_Response* response = MHD_create_response_from_buffer(data->size() local
83 MHD_Response* response = MHD_create_response_from_buffer( local
    [all...]
  /external/tpm2/include/tpm2/
ExecCommand_fp.h 11 unsigned int *responseSize, // OUT: response buffer size
12 unsigned char **response // OUT: response buffer
  /system/bt/hci/include/
hci_packet_parser.h 30 void (*parse_generic_command_complete)(BT_HDR* response);
32 void (*parse_read_buffer_size_response)(BT_HDR* response,
36 void (*parse_read_local_version_info_response)(BT_HDR* response,
39 void (*parse_read_bd_addr_response)(BT_HDR* response,
43 BT_HDR* response, uint8_t* supported_commands_ptr,
47 BT_HDR* response, uint8_t* page_number_ptr, uint8_t* max_page_number_ptr,
50 void (*parse_ble_read_white_list_size_response)(BT_HDR* response,
53 void (*parse_ble_read_buffer_size_response)(BT_HDR* response,
58 BT_HDR* response, uint8_t* supported_states,
62 BT_HDR* response, bt_device_features_t* supported_features)
    [all...]
  /system/keymaster/android_keymaster/
android_keymaster.cpp 79 SupportedResponse<T>* response) {
81 response->error = KM_ERROR_UNSUPPORTED_ALGORITHM;
98 SupportedAlgorithmsResponse* response) {
99 if (response == NULL)
102 response->error = KM_ERROR_OK;
108 response->results_length = algorithm_count;
109 response->results = dup_array(algorithms, algorithm_count);
110 if (!response->results)
111 response->error = KM_ERROR_MEMORY_ALLOCATION_FAILED;
118 SupportedResponse<T>* response) {
174 GetHmacSharingParametersResponse response; local
187 ComputeSharedHmacResponse response; local
202 VerifyAuthorizationResponse response; local
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 42 private MockResponse response; field in class:URLConnectionBenchmark.SingleResponseDispatcher
43 SingleResponseDispatcher(MockResponse response) {
44 this.response = response;
47 return response;
55 MockResponse response = new MockResponse(); local
56 responseHeaders.apply(response);
57 transferEncoding.setBody(response, bodySize, chunkSize);
59 // keep serving the same response for all iterations
60 server.setDispatcher(new SingleResponseDispatcher(response));
    [all...]
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 59 StringBuilder response = new StringBuilder("DECAFBAD"); local
64 response.append(',').append(memoryInfo.nativeSharedDirty);
65 response.append(',').append(memoryInfo.dalvikSharedDirty);
66 response.append(',').append(memoryInfo.otherSharedDirty);
67 response.append(',').append(memoryInfo.nativePrivateDirty);
68 response.append(',').append(memoryInfo.dalvikPrivateDirty);
69 response.append(',').append(memoryInfo.otherPrivateDirty);
71 response.append(',').append(allocCount);
72 response.append(',').append(allocSize);
73 response.append(',').append(freedCount)
    [all...]
  /system/bt/hci/src/
hci_packet_parser.cc 34 static uint8_t* read_command_complete_header(BT_HDR* response,
38 static void parse_generic_command_complete(BT_HDR* response) {
39 read_command_complete_header(response, NO_OPCODE_CHECKING,
42 buffer_allocator->free(response);
45 static void parse_read_buffer_size_response(BT_HDR* response,
48 uint8_t* stream = read_command_complete_header(response, HCI_READ_BUFFER_SIZE,
55 buffer_allocator->free(response);
58 static void parse_read_local_version_info_response(BT_HDR* response,
61 response, HCI_READ_LOCAL_VERSION_INFO, 8 /* bytes after */);
69 buffer_allocator->free(response);
    [all...]
  /external/perfetto/infra/perfetto-ci.appspot.com/static/
service_worker.js 33 // If network request failed just return the response.
34 const response = await fetch(event.request);
35 if (!response || response.status !== 200) {
36 return response;
39 // Extract the JSON from the response.
40 const json = await response.clone().json();
42 return response;
45 var responseToCache = response.clone();
51 return response;
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_interface.h 33 // Custom decoder for a response to RecvTensorAsync.
40 GetStatusResponse* response,
45 CreateWorkerSessionResponse* response, StatusCallback done) = 0;
49 DeleteWorkerSessionResponse* response, StatusCallback done) = 0;
52 RegisterGraphResponse* response,
56 DeregisterGraphResponse* response,
64 RunGraphResponse* response, StatusCallback done) {
69 new NonOwnedProtoRunGraphResponse(response);
87 // Returns a response object for use in calls to
97 CleanupGraphResponse* response,
    [all...]
  /hardware/ril/libril/
ril_service.h 27 int token, RIL_Errno e, void *response, size_t responselen);
30 int responseType, int serial, RIL_Errno e, void *response,
34 int responseType, int serial, RIL_Errno e, void *response,
38 int responseType, int serial, RIL_Errno e, void *response,
42 int responseType, int serial, RIL_Errno e, void *response,
46 int responseType, int serial, RIL_Errno e, void *response,
50 int responseType, int serial, RIL_Errno e, void *response,
55 void *response, size_t responselen);
58 int responseType, int serial, RIL_Errno e, void *response,
62 int responseType, int serial, RIL_Errno e, void *response, size_t responselen)
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GZipIntegrationTest.java 60 public Response response; field in class:GZipIntegrationTest.TestServer
67 public Response serve(IHTTPSession session) {
68 return response;
72 protected boolean useGzipWhenAccepted(Response r) {
84 testServer.response = NanoHTTPD.newFixedLengthResponse("This is a test");
87 HttpResponse response = httpclient.execute(request); local
88 Header contentEncoding = response.getFirstHeader("content-encoding");
96 testServer.response = NanoHTTPD.newChunkedResponse(NanoHTTPD.Response.Status.OK, "text/plain", data)
99 HttpResponse response = httpclient.execute(request); local
110 HttpResponse response = httpclient.execute(request); local
121 HttpResponse response = httpclient.execute(request); local
131 HttpResponse response = new DecompressingHttpClient(httpclient).execute(request); local
141 HttpResponse response = new DecompressingHttpClient(httpclient).execute(request); local
149 HttpResponse response = httpclient.execute(request); local
161 HttpResponse response = httpclient.execute(request); local
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
PushPromise.java 25 private final MockResponse response; field in class:PushPromise
27 public PushPromise(String method, String path, Headers headers, MockResponse response) {
31 this.response = response;
47 return response;

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>