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

1 2 34 5 6 7 8

  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Subscriber.java 110 // Self provisioning POST key/values. VVM3 API 2.1.0 12.3
235 new StringRequest(Request.Method.POST, url, future, future) {
264 new StringRequest(Request.Method.POST, subscribeLink, future, future);
292 new StringRequest(Request.Method.POST, voicemailManagementGateway, future, future) {
  /external/autotest/client/common_lib/cros/fake_device_server/
devices.py 28 POST .../ # Creates a new device with id <id>.
123 def POST(self, *args, **kwargs):
128 POST /devices/<device-id>/patchState
registration_tickets.py 24 client: POST .../ # Creates a new ticket with id <id> claims the ticket.
26 device: POST .../<id>/finalize # Finalize the device registration.
112 def POST(self, *args, **kwargs):
117 POST ... creates a new ticket
118 POST .../ticket_number/claim claims a given ticket with a fake email.
119 POST .../ticket_number/finalize finalizes a ticket with a robot account.
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 65 final boolean isPost = POST.equalsIgnoreCase(method);
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-linux.c 188 PRE/POST wrappers for AMD64/Linux-specific syscalls
192 #define POST(name) DEFN_POST_TEMPLATE(amd64_linux, name)
349 POST(sys_ptrace)
406 PRE/POST wrappers for AMD64/Linux-variant specific syscalls
433 POST(sys_syscall184)
440 #undef POST
452 // linux/include/asm-x86_64/unistd.h) to the appropriate PRE/POST sys_foo()
    [all...]
syswrap-xen.c 66 #define POST(name) static DEFN_POST_TEMPLATE(xen, name)
    [all...]
syswrap-mips64-linux.c 209 PRE/POST wrappers for mips/Linux-specific syscalls
213 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name)
365 POST(sys_ptrace)
444 POST(sys_pipe)
510 POST(sys_prctl)
523 #undef POST
syswrap-ppc64-linux.c 371 PRE/POST wrappers for ppc64/Linux-specific syscalls
375 #define POST(name) DEFN_POST_TEMPLATE(ppc64_linux, name)
439 //zz POST(sys_stat64)
452 //zz POST(sys_lstat64)
467 //zz POST(sys_fstat64)
515 #undef POST
526 // linux/include/asm-ppc/unistd.h) to the appropriate PRE/POST sys_foo()
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
est.php 95 } else if ($method == "POST" && $cmd == "simpleenroll") {
114 error_log("EST: simpleenroll - POST data from php://input: " . $data);
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.h 315 POST,
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 175 return (ds->method() == DataSocket::POST && ds->content_length() > 0) ||
182 if (ds->method() != DataSocket::GET && ds->method() != DataSocket::POST)
217 // Regardless of GET or POST, we look for the peer_id parameter
  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 173 var post = [];
176 post.push('url'+ index + '=' + entry);
184 req.open('POST', log_url, true);
186 req.send(post.join("&"));
187 console.log(post.join("&"));
191 var post = ["status=good"];
195 post.push(name + "_successful_loads=" + cycle.successful_loads);
196 post.push(name + "_failed_loads=" + cycle.failed_loads);
203 req.open('POST', status_url, true);
205 req.send(post.join("&"))
    [all...]
  /prebuilts/sdk/tools/
jack-admin 384 -X POST \
549 -X POST \
  /external/volley/src/main/java/com/android/volley/
Request.java 40 * Default encoding for POST or PUT parameters. See {@link #getParamsEncoding()}.
50 int POST = 1;
75 * Request method of this request. Currently supports GET, POST, PUT, DELETE, HEAD, OPTIONS,
248 mainThread.post(new Runnable() {
368 * Returns a Map of POST parameters to be used for this request, or null if
384 * Returns which encoding should be used when converting POST parameters returned by
385 * {@link #getPostParams()} into a raw POST body.
411 * Returns the raw POST body to be sent.
422 // overridden these two member functions for POST requests.
431 * Returns a Map of parameters to be used for a POST or PUT request. Can thro
    [all...]
  /external/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 103 // If the request's post body is null, then the assumption is that the request is
104 // GET. Otherwise, it is assumed that the request is a POST.
121 case Method.POST: {
HurlStack.java 201 // If the request's post body is null, then the assumption is that the request is
202 // GET. Otherwise, it is assumed that the request is a POST.
205 connection.setRequestMethod("POST");
217 case Method.POST:
218 connection.setRequestMethod("POST");
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsInactivityJobServlet.java 133 .method(TaskOptions.Method.POST);
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 288 postReq := `POST /test.cgi?a=b HTTP/1.0
301 "env-REQUEST_METHOD": "POST",
315 postReq := `POST /test.cgi?a=b HTTP/1.1
426 t.Fatalf("post-conn.Close, expected child to be gone")
  /prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go 288 postReq := `POST /test.cgi?a=b HTTP/1.0
301 "env-REQUEST_METHOD": "POST",
315 postReq := `POST /test.cgi?a=b HTTP/1.1
426 t.Fatalf("post-conn.Close, expected child to be gone")
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 123 | 3 | :method | POST |
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 123 | 3 | :method | POST |
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py 106 2. send the data as a Basic auth'ed POST.
253 ''' Post a query to the server, and return a string response.
259 # Build up the MIME payload for the urllib2 POST data
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 383 public static final String POST = "POST";
  /external/python/cpython2/Lib/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

Completed in 1568 milliseconds

1 2 34 5 6 7 8