HomeSort by relevance Sort by last modified time
    Searched refs:_response (Results 1 - 15 of 15) sorted by null

  /external/xmlrpcpp/src/
XmlRpcClient.cpp 105 _response = "";
274 _response = "";
346 _response = bp;
357 if (int(_response.length()) < _contentLength) {
358 if ( ! XmlRpcSocket::nbRead(this->getfd(), _response, &_eof)) {
363 // If we haven't gotten the entire _response yet, return (keep reading)
364 if (int(_response.length()) < _contentLength) {
374 XmlRpcUtil::log(3, "XmlRpcClient::readResponse (read %d bytes)", _response.length());
375 XmlRpcUtil::log(5, "response:\n%s", _response.c_str());
389 if ( ! XmlRpcUtil::findTag(METHODRESPONSE_TAG,_response,&offset))
    [all...]
XmlRpcServerConnection.cpp 178 if (_response.length() == 0) {
181 if (_response.length() == 0) {
188 if ( ! XmlRpcSocket::nbWrite(this->getfd(), _response, &_bytesWritten)) {
192 XmlRpcUtil::log(3, "XmlRpcServerConnection::writeResponse: wrote %d of %d bytes.", _bytesWritten, _response.length());
195 if (_bytesWritten == int(_response.length())) {
198 _response = "";
205 // Run the method, generate _response string
333 _response = header + body;
334 XmlRpcUtil::log(5, "XmlRpcServerConnection::generateResponse:\n%s\n", _response.c_str());
371 _response = header + body
    [all...]
XmlRpcClient.h 97 std::string _response; member in class:XmlRpc::XmlRpcClient
XmlRpcServerConnection.h 92 std::string _response; member in class:XmlRpc::XmlRpcServerConnection
  /external/autotest/frontend/tko/
csv_encoder.py 9 self._response = response
54 for group in self._response['groups']:
75 header_values = self._response['header_values']
111 return self._encode_table(self._response)
116 return self._encode_table(self._response['groups'])
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/syslinux/lzo/src/
lzo_supp.h     [all...]
miniacc.h     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 627 milliseconds