/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/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/ |
autoupdate_CannedOmahaUpdate.py | 73 self.send_response(200) 78 self.send_response(500)
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
router_test_util.cc | 105 void LazyResponseGenerator::Complete(bool send_response) { 106 if (send_response) {
|
router_test_util.h | 79 void Complete(bool send_response);
|
/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_sdp.c | [all...] |
nettest_sctp.c | [all...] |
nettest_bsd.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
SimpleXMLRPCServer.py | 507 self.send_response(500)
519 self.send_response(200)
543 self.send_response(501, "encoding %r not supported" % encoding)
545 self.send_response(400, "error decoding gzip content")
547 self.send_response(501, "encoding %r not supported" % encoding)
553 self.send_response(404)
|
SimpleHTTPServer.py | 71 self.send_response(301)
91 self.send_response(200)
134 self.send_response(200)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
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)
|
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
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)
|
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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)
|
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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)
|
SimpleHTTPServer.py | 71 self.send_response(301) 91 self.send_response(200) 134 self.send_response(200)
|
/external/autotest/client/site_tests/login_ChromeProfileSanitary/ |
login_ChromeProfileSanitary.py | 23 handler.send_response(303)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
websocket_unittest.py | 23 self.send_response(101)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
SimpleHTTPServer.py | 75 self.send_response(301)
99 self.send_response(200)
145 self.send_response(200)
|
/external/selinux/mcstrans/src/ |
mcstransd.c | 85 send_response(int fd, uint32_t function, char *data, int32_t ret_val) function 159 ret = send_response(fd, function, NULL, result); 163 ret = send_response(fd, function, out, result); 167 ret = send_response(fd, function, out, result); 171 ret = send_response(fd, function, out, result);
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
local_server_unittest.py | 23 self.send_response(200)
|
/hardware/libhardware/include/hardware/ |
bt_gatt_server.h | 69 * or descriptor. The application must respond by calling send_response 87 * Callback triggered in response to send_response if the remote device 166 bt_status_t (*send_response)(int conn_id, int trans_id, member in struct:__anon41064
|