HomeSort by relevance Sort by last modified time
    Searched refs:POST (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /external/python/cpython3/Lib/distutils/command/
register.py 104 2. send the data as a Basic auth'ed POST.
250 ''' Post a query to the server, and return a string response.
256 # Build up the MIME payload for the urllib2 POST data
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 235 if request.method == 'POST':
236 form = FilterJobGroupsForm(request.POST)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
register.py 105 2. send the data as a Basic auth'ed POST.
252 ''' Post a query to the server, and return a string response.
258 # Build up the MIME payload for the urllib2 POST data
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
register.py 105 2. send the data as a Basic auth'ed POST.
252 ''' Post a query to the server, and return a string response.
258 # Build up the MIME payload for the urllib2 POST data
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 358 // request (such as for a POST request) may not be available
361 // POST, HEAD, etc. Does the internal redirect get the same
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 175 // We have to read the whole POST body before
185 if r.Method == "POST" {
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 358 // request (such as for a POST request) may not be available
361 // POST, HEAD, etc. Does the internal redirect get the same
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 175 // We have to read the whole POST body before
185 if r.Method == "POST" {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 105 2. send the data as a Basic auth'ed POST.
252 ''' Post a query to the server, and return a string response.
258 # Build up the MIME payload for the urllib2 POST data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 105 2. send the data as a Basic auth'ed POST.
252 ''' Post a query to the server, and return a string response.
258 # Build up the MIME payload for the urllib2 POST data
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsCoverageAlertJobServlet.java 278 .method(TaskOptions.Method.POST));
VtsPerformanceJobServlet.java 216 .method(TaskOptions.Method.POST);
VtsProfilingStatsJobServlet.java 97 .method(TaskOptions.Method.POST));
  /external/valgrind/coregrind/m_syswrap/
syswrap-s390x-linux.c 179 PRE/POST wrappers for s390x/Linux-specific syscalls
183 #define POST(name) DEFN_POST_TEMPLATE(s390x_linux, name)
271 POST(sys_ptrace)
397 #undef POST
408 // linux/arch/s390/kernel/syscalls.S to the appropriate PRE/POST sys_foo()
    [all...]
syswrap-arm64-linux.c 245 PRE/POST wrappers for arm/Linux-specific syscalls
249 #define POST(name) DEFN_POST_TEMPLATE(arm64_linux, name)
330 //ZZ POST(sys_lstat64)
346 //ZZ POST(sys_stat64)
360 //ZZ POST(sys_fstatat64)
372 //ZZ POST(sys_fstat64)
549 //ZZ POST(sys_ptrace)
592 //ZZ #undef POST
608 // linux/include/asm-arm/unistd.h) to the appropriate PRE/POST sys_foo()
    [all...]
syswrap-amd64-solaris.c 549 PRE/POST wrappers for AMD64/Solaris-specific syscalls
553 #define POST(name) DEFN_POST_TEMPLATE(amd64_solaris, name)
558 #undef POST
  /prebuilts/go/darwin-x86/src/net/http/
request.go 99 // Method specifies the HTTP method (GET, POST, PUT, etc.).
225 // field's query parameters and the POST or PUT form data.
230 // PostForm contains the parsed form data from POST, PATCH,
414 // multipart/form-data POST request, else returns nil and an error.
739 | "POST" ; Section 9.5
755 // methods Do, Post, and PostForm, and Transport.RoundTrip.
    [all...]
client.go 92 // running after Get, Head, Post, or Do return and will
109 // DefaultClient is the default Client and is used by Get, Head, and Post.
231 // Most the callers of send (Get, Post, et al) don't need
482 // Generally Get, Post, or PostForm will be used instead of Do.
708 // Post issues a POST to the specified URL.
715 // Post is a wrapper around DefaultClient.Post.
721 func Post(url string, contentType string, body io.Reader) (resp *Response, err error) {
722 return DefaultClient.Post(url, contentType, body
    [all...]
serve_test.go 164 "POST / HTTP/1.1\r\n" +
189 if req.Method != "POST" {
191 req.Method, "POST")
198 if req.Method != "POST" {
200 req.Method, "POST")
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request.go 99 // Method specifies the HTTP method (GET, POST, PUT, etc.).
225 // field's query parameters and the POST or PUT form data.
230 // PostForm contains the parsed form data from POST, PATCH,
414 // multipart/form-data POST request, else returns nil and an error.
739 | "POST" ; Section 9.5
755 // methods Do, Post, and PostForm, and Transport.RoundTrip.
    [all...]
client.go 92 // running after Get, Head, Post, or Do return and will
109 // DefaultClient is the default Client and is used by Get, Head, and Post.
231 // Most the callers of send (Get, Post, et al) don't need
482 // Generally Get, Post, or PostForm will be used instead of Do.
708 // Post issues a POST to the specified URL.
715 // Post is a wrapper around DefaultClient.Post.
721 func Post(url string, contentType string, body io.Reader) (resp *Response, err error) {
722 return DefaultClient.Post(url, contentType, body
    [all...]
serve_test.go 164 "POST / HTTP/1.1\r\n" +
189 if req.Method != "POST" {
191 req.Method, "POST")
198 if req.Method != "POST" {
200 req.Method, "POST")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 348 <FORM ACTION="%(FAQCGI)s" METHOD=POST>
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 348 <FORM ACTION="%(FAQCGI)s" METHOD=POST>
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 395 # to our central server via the post method
446 my $send= "POST $file HTTP/1.0\n";
767 if ( $VERBOSE ) { print "SEND THE DATA VIA THE POST REQUEST\n"; }

Completed in 904 milliseconds

1 2 3 45 6 7 8