HomeSort by relevance Sort by last modified time
    Searched refs:POST (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/valgrind/none/tests/
resolv.stdout.exp 2 POST _res.nscount = 1
  /external/valgrind/none/tests/solaris/
resolv.stdout.exp 2 POST stats->nscount = 1
  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 36 static final String POST = OAuthMessage.POST;
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 59 POST,
88 return headers_received() && (method_ != POST || data_received());
92 return method_ != POST || data_.length() >= content_length_;
123 // content length (POST only) of a request.
127 // Figures out whether the request is a GET or POST and what path is
data_socket.cc 30 "Access-Control-Allow-Methods: POST, GET, OPTIONS\r\n"
99 if (method_ != POST) {
177 if (method_ == POST) {
194 { "POST", 4, POST },
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpMethods.java 32 POST= "POST",
55 POST_BUFFER= CACHE.add(POST, POST_ORDINAL),
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_wsgiwrappers.py 19 def valid_name(name, encoding=no_encoding, post=False):
26 if post:
27 params = request.POST
48 post=True)))
49 res = app.post('/', params=dict(name='??'))
54 app = TestApp(AssertApp(assertfunc=valid_name('??', post=True)))
56 res = app.post('/', params=dict(name='??'),
61 app = TestApp(AssertApp(assertfunc=valid_name(u'??', post=True,
63 res = app.post('/', params=dict(name='??'),
67 app = TestApp(AssertApp(assertfunc=valid_name(u'??', post=True
    [all...]
  /external/libmicrohttpd/doc/examples/
simplepost.c 22 #define POST 1
33 <form action=\"/namepost\" method=\"post\">\
103 if (con_info->connectiontype == POST)
130 if (0 == strcmp (method, "POST"))
142 con_info->connectiontype = POST;
157 if (0 == strcmp (method, "POST"))
largepost.c 21 #define POST 1
37 <form action=\"/filepost\" method=\"post\" enctype=\"multipart/form-data\">\n\
128 if (con_info->connectiontype == POST)
164 if (0 == strcmp (method, "POST"))
178 con_info->connectiontype = POST;
198 if (0 == strcmp (method, "POST"))
  /external/autotest/client/common_lib/cros/fake_device_server/
fail_control.py 35 def POST(self, *args, **kwargs):
36 """Handle POST messages."""
registration_tickets_unittest.py 50 self.registration.POST, 1234, 'finalize')
58 returned_json = self.registration.POST(1234, 'finalize')
74 returned_json = self.registration.POST()
oauth.py 50 def POST(self, *args, **kwargs):
51 """Handle a post to get a refresh/access token.
  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPMessage.java 27 public enum Method {GET, PUT, POST}
  /external/nanohttpd/fileupload/src/main/java/fi/iki/elonen/
NanoFileUpload.java 36 import static fi.iki.elonen.NanoHTTPD.Method.POST;
99 return session.getMethod() == POST && FileUploadBase.isMultipartContent(new NanoHttpdContext(session));
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 202 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
    [all...]
syswrap-tilegx-linux.c 449 PRE/POST wrappers for tilegx/Linux-specific syscalls
452 #define POST(name) DEFN_POST_TEMPLATE(tilegx_linux, name)
692 POST(sys_ptrace)
727 POST(sys_socket)
754 POST(sys_getsockopt)
778 POST(sys_accept)
795 POST(sys_accept4)
826 POST(sys_recvfrom)
850 POST(sys_recvmsg)
883 POST(sys_getsockname
    [all...]
syswrap-linux.c 158 "run_a_thread_NORETURN(tid=%u): post-thread_wrapper\n",
507 PRE/POST wrappers for arch-generic, Linux-specific syscalls
510 // Nb: See the comment above the generic PRE/POST wrappers in
514 #define POST(name) DEFN_POST_TEMPLATE(linux, name)
629 POST(sys_getresuid16)
648 POST(sys_getresuid)
683 POST(sys_getresgid16)
702 POST(sys_getresgid)
798 POST(sys_llseek)
834 POST(sys_adjtimex
    [all...]
syswrap-generic.c 215 it is called from is POST(sys_io_setup). In particular,
221 POST(sys_io_setup) does or how it works.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 207 verb='POST',
244 verb='POST',
310 verb='POST',
624 verb='POST',
681 verb='POST',
    [all...]
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
test.py 77 <form action="/cloud_mapper/create" method="POST">
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
JsonObjectRequest.java 40 * @param jsonRequest A {@link JSONObject} to post with the request. Null is allowed and
53 * <code>null</code>, <code>POST</code> otherwise.
59 this(jsonRequest == null ? Method.GET : Method.POST, url, jsonRequest,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
test_connection.py 189 method='POST', path='/', auth_path=None, params=None, headers=None,
201 method='POST', path='/', auth_path=None, params=None, headers=None,
231 HTTPretty.register_uri(HTTPretty.POST,
242 HTTPretty.register_uri(HTTPretty.POST,
257 "POST")
263 HTTPretty.register_uri(HTTPretty.POST,
279 "POST")
285 HTTPretty.register_uri(HTTPretty.POST,
295 "POST")
308 HTTPretty.register_uri(HTTPretty.POST,
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
request_test.py 13 POST /webob/ HTTP/1.0
34 POST / HTTP/1.0
92 req = webapp2.Request.blank('/?1=2', POST='3=4')
102 res = req.POST.get('3')
184 req = webapp2.Request.blank('/?1=2&1=3&3=4', POST='5=6&7=8')
202 req = webapp2.Request.blank('/?1=2&1=3&3=4', POST={5: 6, 7: 8},
221 req = webapp2.Request.blank('/?1=2&3=4', POST='5=6&7=8')
241 POST data is empty the content-type is dropped by Google appengine.
293 """Unable to read POST variables ONCE self.request.body is read."""
298 fieldStorage = req.POST.get('bar'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/chromium-trace/catapult/third_party/WebOb/webob/
dec.py 165 def post(self, url, POST=None, **kw): member in class:wsgify
166 """Run a POST request on this application, returning a Response.
168 The second argument (`POST`) can be the request body (a
170 POST body.
174 resp = myapp.post('/article/new',
178 kw.setdefault('method', 'POST')
179 req = self.RequestClass.blank(url, POST=POST, **kw)

Completed in 741 milliseconds

1 2 3 4 5