HomeSort by relevance Sort by last modified time
    Searched full:_request (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 422 PTDI_REQUEST_KERNEL_ACCEPT _Request; \
430 _Request = (PTDI_REQUEST_KERNEL_ACCEPT)&_IrpSp->Parameters; \
431 _Request->RequestConnectionInformation = (RequestConnectionInfo); \
432 _Request->ReturnConnectionInformation = (ReturnConnectionInfo); \
471 PTDI_REQUEST_KERNEL_ASSOCIATE _Request; \
479 _Request = (PTDI_REQUEST_KERNEL_ASSOCIATE)&_IrpSp->Parameters; \
480 _Request->AddressHandle = (HANDLE)(AddrHandle); \
499 PTDI_REQUEST_KERNEL _Request; \
507 _Request = (PTDI_REQUEST_KERNEL)&_IrpSp->Parameters; \
508 _Request->RequestConnectionInformation = (RequestConnectionInfo);
    [all...]
  /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...]
XmlRpcServerConnection.h 89 std::string _request; member in class:XmlRpc::XmlRpcServerConnection
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
  /external/autotest/frontend/tko/
csv_encoder.py 8 self._request = request
34 self._request['method'])
  /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/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)
  /external/python/cpython2/Doc/library/
urllib2.rst 339 .. _request-objects:
470 * :samp:`{protocol}_request` --- signal that the handler knows how to
507 #. Every handler with a method named like :samp:`{protocol}_request` has that
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 451 # (*_open() / *_request() / *_response())
558 # *_request / *_response methods get called appropriately
578 # *_request
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 471 # (*_open() / *_request() / *_response())
578 # *_request / *_response methods get called appropriately
598 # *_request
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 456 # (*_open() / *_request() / *_response())
563 # *_request / *_response methods get called appropriately
583 # *_request
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 456 # (*_open() / *_request() / *_response())
563 # *_request / *_response methods get called appropriately
583 # *_request
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 456 # (*_open() / *_request() / *_response())
563 # *_request / *_response methods get called appropriately
583 # *_request
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 456 # (*_open() / *_request() / *_response())
563 # *_request / *_response methods get called appropriately
583 # *_request
    [all...]
  /external/libnl/
ChangeLog 323 o added rtnl_neigh_build_*_request
  /external/python/cpython3/Lib/test/
test_urllib2.py 538 # (*_open() / *_request() / *_response())
642 # *_request / *_response methods get called appropriately
662 # *_request
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 389 meth_name = protocol+"_request"
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 424 meth_name = protocol+"_request"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 399 meth_name = protocol+"_request"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 399 meth_name = protocol+"_request"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 399 meth_name = protocol+"_request"
    [all...]

Completed in 1999 milliseconds

1 2