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

  /external/xmlrpcpp/src/
XmlRpcServerConnection.cpp 125 _request = bp;
148 if (int(_request.length()) < _contentLength) {
150 if ( ! XmlRpcSocket::nbRead(this->getfd(), _request, &eof)) {
156 if (int(_request.length()) < _contentLength) {
166 XmlRpcUtil::log(3, "XmlRpcServerConnection::readRequest read %d bytes.", _request.length());
167 //XmlRpcUtil::log(5, "XmlRpcServerConnection::readRequest:\n%s\n", _request.c_str());
197 _request = "";
235 XmlRpcUtil::log(5, "XmlRpcServerConnection::parseRequest:\n%s\n", _request.c_str());
237 std::string methodName = XmlRpcUtil::parseTag(METHODNAME_TAG, _request, &offset);
239 if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset)
    [all...]
XmlRpcClient.cpp 231 _request = header + body;
261 XmlRpcUtil::log(5, "XmlRpcClient::writeRequest (attempt %d):\n%s\n", _sendAttempts+1, _request.c_str());
264 if ( ! XmlRpcSocket::nbWrite(this->getfd(), _request, &_bytesWritten)) {
269 XmlRpcUtil::log(3, "XmlRpcClient::writeRequest: wrote %d of %d bytes.", _bytesWritten, _request.length());
272 if (_bytesWritten == int(_request.length())) {
XmlRpcClient.h 95 std::string _request; member in class:XmlRpc::XmlRpcClient
XmlRpcServerConnection.h 89 std::string _request; member in class:XmlRpc::XmlRpcServerConnection
  /external/autotest/scheduler/
rdb_requests.py 112 __slots__ = set(['_request_args', '_request'])
125 self._request = self.template(**kwargs)
136 return self._request
rdb_testing_utils.py 343 parent_job_id=parent_job_id)._request
  /external/autotest/frontend/tko/
csv_encoder.py 8 self._request = request
34 self._request['method'])
  /external/python/cpython2/Lib/plat-mac/
MiniAEFrame.py 134 def callback_wrapper(self, _request, _reply):
135 _parameters, _attributes = aetools.unpackevent(_request)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
MiniAEFrame.py 134 def callback_wrapper(self, _request, _reply):
135 _parameters, _attributes = aetools.unpackevent(_request)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 134 def callback_wrapper(self, _request, _reply):
135 _parameters, _attributes = aetools.unpackevent(_request)
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /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 517 milliseconds