HomeSort by relevance Sort by last modified time
    Searched full:send_response (Results 1 - 19 of 19) sorted by null

  /external/chromium/net/tools/testserver/
backoff_server.py 21 self.send_response(200)
31 self.send_response(200)
testserver.py 338 self.send_response(200)
355 self.send_response(200)
372 self.send_response(200)
389 self.send_response(200)
406 self.send_response(200)
423 self.send_response(200)
440 self.send_response(200)
457 self.send_response(200)
474 self.send_response(200)
492 self.send_response(200
    [all...]
  /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
169 bt_status_t (*send_response)(int conn_id, int trans_id, member in struct:__anon20608
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 80 bool send_response = true; local
99 send_response = DispatchDebuggerCommand(tab_uid, content, &response);
101 send_response = DispatchEvaluateJavascript(tab_uid, content, &response);
108 if (send_response) {
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 139 self.send_response(200)
142 self.send_response(500)
149 self.send_response(200)
193 self.send_response(200)
203 self.send_response(200)
  /external/netperf/
nettest_unix.c 809 send_response();
830 send_response();
876 send_response();
888 send_response();
918 send_response();
961 send_response();
    [all...]
nettest_sctp.c     [all...]
nettest_sdp.c     [all...]
nettest_xti.c     [all...]
nettest_dlpi.c 786 send_response();
875 send_response();
887 send_response();
927 send_response();
961 send_response();
    [all...]
netserver.c 216 send_response();
223 send_response();
275 send_response();
414 send_response();
nettest_bsd.c     [all...]
netlib.h 464 extern void send_response();
netlib.c 16 /* send_response() send a response to the remote */
2176 send_response() function
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 206 * SEND_RESPONSE states.
423 SM_STATE(EAP, SEND_RESPONSE)
425 SM_ENTRY(EAP, SEND_RESPONSE);
722 SM_ENTER(EAP, SEND_RESPONSE);
728 SM_ENTER(EAP, SEND_RESPONSE);
737 SM_ENTER(EAP, SEND_RESPONSE);
740 SM_ENTER(EAP, SEND_RESPONSE);
743 SM_ENTER(EAP, SEND_RESPONSE);
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 729 self.send_response(200)
739 self.send_response(200)
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 529 self.send_response(401)
588 self.send_response(common.HTTP_STATUS_BAD_REQUEST)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 525 self.send_response(401)
584 self.send_response(common.HTTP_STATUS_BAD_REQUEST)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 6103 milliseconds