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

1 2 3

  /external/valgrind/main/none/tests/
resolv.stdout.exp 2 POST _res.nscount = 1
  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 36 static final String POST = OAuthMessage.POST;
  /external/chromium/chrome/browser/chromeos/login/
client_login_response_handler.cc 37 URLFetcher::POST,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 221 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
683 #define POST(name) DEFN_POST_TEMPLATE(darwin, name)
704 // Set the POST handler for a mach_msg derivative
913 POST(ioctl)
    [all...]
syswrap-linux.c 159 "run_a_thread_NORETURN(tid=%lld): post-thread_wrapper\n",
485 PRE/POST wrappers for arch-generic, Linux-specific syscalls
488 // Nb: See the comment above the generic PRE/POST wrappers in
492 #define POST(name) DEFN_POST_TEMPLATE(linux, name)
595 POST(sys_getresuid16)
614 POST(sys_getresuid)
649 POST(sys_getresgid16)
668 POST(sys_getresgid)
726 POST(sys_llseek)
762 POST(sys_adjtimex
    [all...]
syswrap-amd64-linux.c 348 PRE/POST wrappers for AMD64/Linux-specific syscalls
352 #define POST(name) DEFN_POST_TEMPLATE(amd64_linux, name)
625 POST(sys_ptrace)
658 POST(sys_socket)
683 POST(sys_getsockopt)
707 POST(sys_accept)
724 POST(sys_accept4)
753 POST(sys_recvfrom)
776 POST(sys_recvmsg)
809 POST(sys_getsockname
    [all...]
syswrap-arm-linux.c 335 PRE/POST wrappers for arm/Linux-specific syscalls
339 #define POST(name) DEFN_POST_TEMPLATE(arm_linux, name)
556 POST(sys_socketcall)
666 POST(sys_socket)
691 POST(sys_getsockopt)
715 POST(sys_accept)
732 POST(sys_accept4)
761 POST(sys_recvfrom)
784 POST(sys_recvmsg)
836 POST(sys_semctl
    [all...]
syswrap-mips32-linux.c 365 PRE/POST wrappers for mips/Linux-specific syscalls
368 #define POST(name) DEFN_POST_TEMPLATE(mips_linux, name)
556 POST (sys_socketcall)
646 POST (sys_socket)
672 POST (sys_getsockopt)
697 POST (sys_accept)
729 POST (sys_recvfrom)
752 POST(sys_recvmsg)
804 POST (sys_semctl)
846 POST (sys_msgrcv)
    [all...]
syswrap-generic.c 184 it is called from is POST(sys_io_setup). In particular,
190 POST(sys_io_setup) does or how it works.
    [all...]
syswrap-ppc32-linux.c 401 PRE/POST wrappers for ppc32/Linux-specific syscalls
405 #define POST(name) DEFN_POST_TEMPLATE(ppc32_linux, name)
589 POST(sys_socketcall)
740 POST(sys_stat64)
753 POST(sys_lstat64)
770 POST(sys_fstatat64)
782 POST(sys_fstat64)
874 POST(sys_ipc)
    [all...]
syswrap-x86-linux.c 783 PRE/POST wrappers for x86/Linux-specific syscalls
787 #define POST(name) DEFN_POST_TEMPLATE(x86_linux, name)
    [all...]
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HurlStackTest.java 52 assertEquals("POST", mMockConnection.getRequestMethod());
66 TestRequest.Post request = new TestRequest.Post();
67 assertEquals(request.getMethod(), Method.POST);
70 assertEquals("POST", mMockConnection.getRequestMethod());
76 assertEquals(request.getMethod(), Method.POST);
79 assertEquals("POST", mMockConnection.getRequestMethod());
HttpClientStackTest.java 65 TestRequest.Post request = new TestRequest.Post();
66 assertEquals(request.getMethod(), Method.POST);
74 assertEquals(request.getMethod(), Method.POST);
  /frameworks/volley/src/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/chromium/chrome/browser/autofill/
form_structure.h 25 POST
72 // form's method be POST is only applied if |require_method_post| is true.
82 // The requirement that the form's method be POST is only applied if
173 // GET or POST.
  /external/chromium/chrome/common/net/
url_fetcher.h 66 POST,
128 // Sets data only needed by POSTs. All callers making POST requests should
139 // Indicates that the POST data is sent via chunked transfer encoding.
144 // Adds the given bytes to a request's POST data transmitted using chunked
219 // anyway. This doesn't prevent new URLFetchers from trying to post to the IO
  /frameworks/volley/tests/src/com/android/volley/mock/
TestRequest.java 57 /** Test example of a POST request in the deprecated style. */
81 * Test example of a POST request in the new style. In the new style, it is possible
82 * to have a POST with no body.
84 public static class Post extends Base {
85 public Post() {
86 super(Method.POST, TEST_URL, null);
90 /** Test example of a POST request in the new style with a body. */
91 public static class PostWithBody extends Post {
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 110 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
129 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
175 * typically OAuthMessage.POST or OAuthMessage.GET, or null to
266 final boolean isPost = POST.equalsIgnoreCase(request.method);
344 protected static final String POST = OAuthMessage.POST;
  /external/chromium/android/autofill/
url_fetcher_proxy.h 74 : URLFetcher(url /*unused*/, URLFetcher::POST /*unused*/, d),
  /external/chromium/chrome/browser/remoting/
directory_add_request.cc 52 new URLFetcher(GURL(kRemotingDirectoryUrl), URLFetcher::POST, this));
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 221 * use {@code POST} if {@link #setDoOutput setDoOutput(true)} has been called.
269 HttpEngine.POST,
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 75 contact form for the user to fill in. POST saves the new contact
82 def post(self): member in class:ContactInsertPage
83 data = ContactForm(data=self.request.POST)
97 with the current contact information filled in. POST saves new information
107 def post(self): member in class:ContactEditPage
110 data = ContactForm(data=self.request.POST, instance=contact)
137 to specify a file containing a new avatar image. POST is used to
152 def post(self): member in class:AvatarEditPage
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 92 POST
319 is_post = LowerCaseEqualsASCII(XMLCharToString(value), "post");
327 context->set_method(ParsingContext::POST);
332 context->set_suggestion_method(ParsingContext::POST);
576 // that use POST yet.
577 if (context.method() == ParsingContext::POST)
579 if (context.suggestion_method() == ParsingContext::POST)
  /external/chromium/chrome/browser/policy/
device_management_service.cc 171 URLFetcher::POST, this);

Completed in 991 milliseconds

1 2 3