/libcore/luni/src/main/java/libcore/net/http/ |
ResponseUtils.java | 35 * makes sense only for {@code "text/plain"} and other "text based" responses.
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
DiscourseLogger.java | 25 * A class to keep last N of lines sent to the server and responses received from the server.
|
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/ |
client.go | 28 // JSON-RPC responses include the request id but not the request method.
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
pipeline.go | 27 // responses computed in parallel are written in the correct order.
|
writer.go | 14 // requests or responses to a text protocol network connection.
|
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
client.go | 28 // JSON-RPC responses include the request id but not the request method.
|
/prebuilts/go/linux-x86/src/net/textproto/ |
pipeline.go | 27 // responses computed in parallel are written in the correct order.
|
writer.go | 14 // requests or responses to a text protocol network connection.
|
/system/bt/stack/avrc/ |
avrc_int.h | 109 /* Timeout for waiting for avrc command responses (in milliseconds) */
|
/system/nvram/hal/ |
testing_nvram_implementation.cpp | 56 // The command buffer, used for encoding request and decoding responses.
|
/test/framework/harnesses/host_controller/tradefed/ |
remote_client.py | 78 "Unexpected number of responses: %d" % len(resp_lines))
|
/tools/test/connectivity/tools/lab/ |
health_checker.py | 74 responses returned from gather_metric()
|
/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/mock/ |
MockDatabase.java | 249 * @param callback used for handling asynchronous responses 266 * @param callback used for handling asynchronous responses
|
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/mock/ |
MockDatabase.java | 249 * @param callback used for handling asynchronous responses 266 * @param callback used for handling asynchronous responses
|
/external/autotest/scheduler/ |
rdb_requests.py | 8 match the requests to the responses returned. 50 The order of responses is the same as the order of requests added
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
RouterTest.java | 123 * @param messageIndex Used when sending responses to multiple messages to indicate the index 209 // Now send the 10 responses. This should work fine.
|
/external/llvm/test/Analysis/BasicAA/ |
args-rets-allocas-loads.ll | 301 ; CHECK-NEXT: 84 no alias responses (70.0%) 302 ; CHECK-NEXT: 36 may alias responses (30.0%) 303 ; CHECK-NEXT: 0 partial alias responses (0.0%) 304 ; CHECK-NEXT: 0 must alias responses (0.0%) 307 ; CHECK-NEXT: 44 no mod/ref responses (23.9%) 308 ; CHECK-NEXT: 0 mod responses (0.0%) 309 ; CHECK-NEXT: 0 ref responses (0.0%) 310 ; CHECK-NEXT: 140 mod & ref responses (76.0%)
|
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
args-rets-allocas-loads.ll | 301 ; CHECK-NEXT: 84 no alias responses (70.0%) 302 ; CHECK-NEXT: 36 may alias responses (30.0%) 303 ; CHECK-NEXT: 0 partial alias responses (0.0%) 304 ; CHECK-NEXT: 0 must alias responses (0.0%) 307 ; CHECK-NEXT: 44 no mod/ref responses (23.9%) 308 ; CHECK-NEXT: 0 mod responses (0.0%) 309 ; CHECK-NEXT: 0 ref responses (0.0%) 310 ; CHECK-NEXT: 140 mod & ref responses (76.0%)
|
/external/syslinux/gpxe/src/net/ |
arp.c | 191 * This handles ARP requests and responses as detailed in RFC826. The 193 * requests and responses with basically a single code path and
|
/external/webrtc/webrtc/p2p/stunprober/ |
stunprober.h | 112 // responses and then call |finish_callback|. |requests_per_ip| indicates how 148 // A requester tracks the requests and responses from a single socket to many
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.h | 222 // Status of flush responses from the decoder and renderer. 228 // Status of flush responses from the decoder and renderer.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
RespondViaSmsManager.java | 78 * Read the (customizable) canned responses from SharedPreferences, 120 "loadCannedResponses() completed, found responses: %s",
|
/test/vti/test_serving/gae/webapp/src/handlers/ |
base.py | 119 self.response.status_message = httplib.responses[status] 188 self.response.status_message = httplib.responses[status]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
BaseHTTPServer.py | 226 # The default request version. This only affects responses up until
358 short, long = self.responses[code]
387 if code in self.responses:
388 message = self.responses[code][0]
512 responses = {
variable in class:BaseHTTPRequestHandler 570 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
BaseHTTPServer.py | 226 # The default request version. This only affects responses up until
361 short, long = self.responses[code]
390 if code in self.responses:
391 message = self.responses[code][0]
515 responses = {
variable in class:BaseHTTPRequestHandler 573 502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
|