/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
D | request.rst | 10 arguments parsed from the query and from POST data. The method takes the 75 GET, POST, PUT etc. 78 POST data 80 Variables url encoded in the body of a request (generally a POST form submitted 82 ``request.POST``. 88 request.method = 'POST' 92 # POST([('check', 'a'), ('check', 'b'), ('name', 'Bob')]) 93 post_values = request.POST 96 check_value = request.POST['check'] 99 check_values = request.POST.getall('check') [all …]
|
D | testing.rst | 51 request.method = 'POST' 61 ``Request.blank(path, environ=None, base_url=None, headers=None, POST=None, **kwargs)`` 75 POST 76 A dictionary of POST data to be encoded, or a urlencoded string. This is a 77 shortcut to set POST data in the environ. When set, the HTTP method is set 78 to 'POST' and the CONTENT_TYPE is set to 'application/x-www-form-urlencoded'.
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
D | test_wsgiwrappers.py | 27 params = request.POST 76 assert len(request.POST) == 1 77 assert isinstance(request.POST.keys()[0], str) 78 fs = request.POST['thefile'] 85 assert len(request.POST) == 1 86 assert isinstance(request.POST.keys()[0], str) 87 fs = request.POST['thefile']
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 1063 #define POST(name) DEFN_POST_TEMPLATE(darwin, name) macro 1301 POST(ioctl) in POST() function 1642 POST(fcntl) in POST() function 1751 POST(semctl) in POST() function 1812 POST(sem_init) in POST() function 1836 POST(kqueue) in POST() function 1866 POST(guarded_kqueue_np) in POST() function 1922 POST(kevent) in POST() function 1948 POST(kevent64) in POST() function 2040 POST(workq_ops) in POST() function [all …]
|
D | syswrap-tilegx-linux.c | 452 #define POST(name) DEFN_POST_TEMPLATE(tilegx_linux, name) macro 692 POST(sys_ptrace) in POST() function 727 POST(sys_socket) in POST() function 752 POST(sys_getsockopt) in POST() function 776 POST(sys_accept) in POST() function 793 POST(sys_accept4) in POST() function 824 POST(sys_recvfrom) in POST() function 848 POST(sys_recvmsg) in POST() function 881 POST(sys_getsockname) in POST() function 895 POST(sys_getpeername) in POST() function [all …]
|
D | syswrap-linux.c | 514 #define POST(name) DEFN_POST_TEMPLATE(linux, name) macro 629 POST(sys_getresuid16) in POST() function 648 POST(sys_getresuid) in POST() function 683 POST(sys_getresgid16) in POST() function 702 POST(sys_getresgid) in POST() function 798 POST(sys_llseek) in POST() function 834 POST(sys_adjtimex) in POST() function 868 POST(sys_clock_adjtime) in POST() function 895 POST(sys_syslog) in POST() function 918 POST(sys_sysinfo) in POST() function [all …]
|
D | syswrap-generic.c | 2301 #define POST(name) DEFN_POST_TEMPLATE(generic, name) macro 2397 POST(sys_getpmsg) in POST() function 2440 POST(sys_getitimer) in POST() function 2471 POST(sys_setitimer) in POST() function 2596 POST(sys_fstatfs) in POST() function 2609 POST(sys_fstatfs64) in POST() function 2640 POST(sys_pread64) in POST() function 3074 POST(sys_close) in POST() function 3085 POST(sys_dup) in POST() function 3105 POST(sys_dup2) in POST() function [all …]
|
D | syswrap-ppc32-linux.c | 382 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name) macro 450 POST(sys_stat64) in POST() function 463 POST(sys_lstat64) in POST() function 480 POST(sys_fstatat64) in POST() function 492 POST(sys_fstat64) in POST() function 819 POST(sys_spu_create) in POST() function 831 POST(sys_spu_run) in POST() function 838 #undef POST
|
D | syswrap-xen.c | 66 #define POST(name) static DEFN_POST_TEMPLATE(xen, name) macro 973 POST(memory_op) in POST() function 1018 POST(mmuext_op) in POST() function 1036 POST(evtchn_op) in POST() function 1041 POST(evtchn_op_compat) in POST() function 1047 POST(xen_version) in POST() function 1083 POST(grant_table_op) in POST() function 1099 POST(sysctl) in POST() function 1233 POST(domctl){ in POST() function 1446 POST(hvm_op) in POST() function [all …]
|
D | syswrap-arm-linux.c | 323 #define POST(name) DEFN_POST_TEMPLATE(arm_linux, name) macro 379 POST(sys_lstat64) in POST() function 395 POST(sys_stat64) in POST() function 409 POST(sys_fstatat64) in POST() function 421 POST(sys_fstat64) in POST() function 692 POST(sys_ptrace) in POST() function 735 #undef POST
|
D | syswrap-mips32-linux.c | 509 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name) macro 570 POST (sys_lstat64) in POST() function 587 POST (sys_stat64) in POST() function 602 POST (sys_fstatat64) in POST() function 614 POST (sys_fstat64) in POST() function 765 POST(sys_pipe) in POST() function 786 #undef POST
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpClient.java | 36 static final String POST = OAuthMessage.POST; field
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | request_test.py | 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')
|
/external/valgrind/none/tests/mips64/ |
D | unaligned_load_store.stdout.exp-BE | 9 POST lwl 25 POST lwr
|
D | unaligned_load_store.stdout.exp-LE | 9 POST lwl 25 POST lwr
|
/external/valgrind/none/tests/mips32/ |
D | unaligned_load_store.stdout.exp-LE | 9 POST lwl 25 POST lwr
|
D | unaligned_load_store.stdout.exp-BE | 9 POST lwl 25 POST lwr
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpMethods.java | 32 POST= "POST", field in HttpMethods 55 POST_BUFFER= CACHE.add(POST, POST_ORDINAL),
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
D | dec.py | 165 def post(self, url, POST=None, **kw): argument 179 req = self.RequestClass.blank(url, POST=POST, **kw)
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | wsgiwrappers.py | 204 def POST(self): member in WSGIRequest 226 POST = property(POST, doc=POST.__doc__) variable in WSGIRequest 291 msg += '\nPOST=%s,' % pf(self.POST)
|
/external/valgrind/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 59 POST(sys_time) 82 Finally, the really important bit, after the syscall occurs, in the POST() 90 The POST() function won't be called if the syscall failed, so you 91 don't need to worry about checking that in the POST() function. 144 The *XY variant if it requires a PRE() and POST() function, and 177 the action happens within PRE(ioctl) and POST(ioctl).
|
/external/valgrind/none/tests/ |
D | resolv.stdout.exp | 2 POST _res.nscount = 1
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | OAuthClient.java | 266 final boolean isPost = POST.equalsIgnoreCase(request.method); in invoke() 344 protected static final String POST = OAuthMessage.POST; field in OAuthClient
|
/external/chromium-trace/trace-viewer/third_party/webapp2/ |
D | TODO | 55 - When the content-type is 'application/x-www-form-urlencoded' and POST data 59 - Unable to read POST variables ONCE self.request.body is read
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | news.txt | 173 - Preserve document ordering of GET and POST request data when POST data passed 205 (``Request.blank("/", POST=dict(file1=("foo.jpg", "xxx")))``) 409 ``Request.POST`` is now just a plain ``MultiDict``. 480 before sending the entire request body (POST / PUT), ``req.POST``, ``req.body`` 492 * Add support for file upload testing via ``Request.blank(POST=..)``. Patch contributed by 502 * Change ``req.decode_param_names`` default to ``True``. This means that ``.POST``, ``.GET``, 545 as unreadable and PUT and POST as readable 615 * When accessing ``req.POST`` we now avoid making the body seekable as the input stream data 630 of POST requests. 767 This ensures that all values in ``req.GET``, ``req.POST`` and ``req.params`` [all …]
|