/external/autotest/client/cros/cellular/ |
test_endpoint.py | 30 self.send_response(204) 35 self.send_response(200)
|
forward_8960_screen | 99 self.send_response(200)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
websocket_unittest.py | 23 self.send_response(101)
|
/hardware/libhardware/include/hardware/ |
bt_gatt_server.h | 84 * or descriptor. The application must respond by calling send_response 102 * Callback triggered in response to send_response if the remote device 189 bt_status_t (*send_response)(int conn_id, int trans_id, member in struct:__anon31992
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
SimpleXMLRPCServer.py | 510 self.send_response(500) 522 self.send_response(200) 546 self.send_response(501, "encoding %r not supported" % encoding) 548 self.send_response(400, "error decoding gzip content") 550 self.send_response(501, "encoding %r not supported" % encoding) 556 self.send_response(404)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
SimpleXMLRPCServer.py | 510 self.send_response(500) 522 self.send_response(200) 546 self.send_response(501, "encoding %r not supported" % encoding) 548 self.send_response(400, "error decoding gzip content") 550 self.send_response(501, "encoding %r not supported" % encoding) 556 self.send_response(404)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
SimpleXMLRPCServer.py | 510 self.send_response(500) 522 self.send_response(200) 546 self.send_response(501, "encoding %r not supported" % encoding) 548 self.send_response(400, "error decoding gzip content") 550 self.send_response(501, "encoding %r not supported" % encoding) 556 self.send_response(404)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
SimpleXMLRPCServer.py | 510 self.send_response(500) 522 self.send_response(200) 546 self.send_response(501, "encoding %r not supported" % encoding) 548 self.send_response(400, "error decoding gzip content") 550 self.send_response(501, "encoding %r not supported" % encoding) 556 self.send_response(404)
|
/external/autotest/client/site_tests/login_ChromeProfileSanitary/ |
login_ChromeProfileSanitary.py | 23 handler.send_response(303)
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
local_server_unittest.py | 23 self.send_response(200)
|
memory_cache_http_server.py | 77 self.send_response(206) 83 self.send_response(200)
|
/external/chromium-trace/catapult/third_party/typ/typ/fakes/ |
test_result_server_fake.py | 74 self.send_response(self.server.code)
|
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/ |
autoupdate_CannedOmahaUpdate.py | 73 self.send_response(200) 78 self.send_response(500)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
authenticator.py | 41 self.send_response(200) 47 self.send_response(200)
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcstransd.c | 86 send_response(int fd, uint32_t function, char *data, int32_t ret_val) function 160 ret = send_response(fd, function, NULL, result); 164 ret = send_response(fd, function, out, result); 168 ret = send_response(fd, function, out, result); 172 ret = send_response(fd, function, out, result);
|
/external/netperf/src/ |
nettest_unix.c | 808 send_response(); 829 send_response(); 875 send_response(); 887 send_response(); 917 send_response(); 960 send_response(); 992 send_response(); [all...] |
nettest_sctp.c | [all...] |
nettest_sdp.c | [all...] |
nettest_xti.c | [all...] |
/external/autotest/scheduler/ |
status_server.py | 23 self.send_response(200, 'OK')
|
/external/autotest/client/site_tests/platform_MetricsUploader/ |
platform_MetricsUploader.py | 36 self.send_response(404) 43 self.send_response(200)
|