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

1 2

  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 37 static final String PUT = OAuthMessage.PUT;
  /external/valgrind/main/VEX/priv/
main_util.c 322 # define PUT(_ch) \
327 do { Int _qq = (_n); for (; _qq > 0; _qq--) PUT(padchar); } \
331 do { const HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \
349 PUT(*format);
454 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3);
458 PUT('%');
465 PUT(*saved_format);
477 # undef PUT
host_generic_simd64.c     [all...]
  /external/chromium_org/net/tools/quic/test_tools/
http_message.h 34 PUT,
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HurlStackTest.java 84 TestRequest.Put request = new TestRequest.Put();
85 assertEquals(request.getMethod(), Method.PUT);
88 assertEquals("PUT", mMockConnection.getRequestMethod());
94 assertEquals(request.getMethod(), Method.PUT);
97 assertEquals("PUT", mMockConnection.getRequestMethod());
HttpClientStackTest.java 85 TestRequest.Put request = new TestRequest.Put();
86 assertEquals(request.getMethod(), Method.PUT);
94 assertEquals(request.getMethod(), Method.PUT);
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 37 PUT,
77 } else if ("put".equalsIgnoreCase(arg)) {
78 mVerb = CommandVerb.PUT;
104 // keep going; there's another PUT arg
105 } else { // PUT, final arg
140 case PUT:
183 System.err.println("Invalid table; no put performed");
208 System.err.println("Invalid table; no put performed");
245 System.err.println(" settings [--user NUM] put namespace key value");
  /external/chromium_org/net/url_request/
url_fetcher.h 87 PUT,
url_fetcher_core.cc 536 case URLFetcher::PUT:
543 request_type_ == URLFetcher::PUT ? "PUT" : "PATCH");
  /frameworks/volley/tests/src/com/android/volley/mock/
TestRequest.java 64 mPostParams.put("requestpost", "foo");
96 mParams.put("testKey", "testValue");
106 * Test example of a PUT request in the new style. In the new style, it is possible to have a
107 * PUT with no body.
109 public static class Put extends Base {
110 public Put() {
111 super(Method.PUT, TEST_URL, null);
115 /** Test example of a PUT request in the new style with a body. */
116 public static class PutWithBody extends Put {
121 mParams.put("testKey", "testValue")
    [all...]
  /external/chromium_org/remoting/webapp/
xhr.js 101 * Execute an XHR PUT asynchronously.
103 * @param {string} url The base URL to PUT, excluding parameters.
115 remoting.xhr.put = function(url, onDone, opt_parameters, opt_headers,
117 return remoting.xhr.doMethod('PUT', url, onDone, opt_parameters,
160 var useBody = (methodName == 'POST') || (methodName == 'PUT');
  /external/pcre/dist/
pcre_internal.h 429 #define PUT(a,n,d) \
441 #define PUT(a,n,d) \
454 #define PUT(a,n,d) \
478 #define PUT(a,n,d) \
492 #define PUT(a,n,d) \
513 #define PUT(a,n,d) \
528 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE
791 it is. This is called only in UTF-8 mode - we don't put a test within the macro
886 it is. This is called only in UTF-16 mode - we don't put a test within the
947 it is. This is called only in UTF-32 mode - we don't put a test within th
    [all...]
pcre_compile.c 111 below is therefore a minimum, and we put a maximum on it for safety. The
226 searched linearly. Put all the names into a single string, in order to reduce
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 66 final boolean isPut = PUT.equalsIgnoreCase(method);
  /external/nanohttpd/
README.md 15 * Rudimentary PUT support (added in 1.25).
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 343 protected static final String PUT = OAuthMessage.PUT;
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader.cc 175 url_fetcher_.reset(net::URLFetcher::Create(upload_url_, net::URLFetcher::PUT,
  /external/libvterm/src/
screen.c 639 #define PUT(c) \
666 PUT(UNICODE_SPACE);
670 PUT(cell->chars[i]);
676 PUT(UNICODE_LINEFEED);
  /frameworks/volley/src/com/android/volley/
Request.java 41 * Default encoding for POST or PUT parameters. See {@link #getParamsEncoding()}.
52 int PUT = 2;
64 * Request method of this request. Currently supports GET, POST, PUT, DELETE, HEAD, OPTIONS,
396 * Returns a Map of parameters to be used for a POST or PUT request. Can throw
408 * Returns which encoding should be used when converting POST or PUT parameters returned by
409 * {@link #getParams()} into a raw POST or PUT body.
428 * Returns the raw POST or PUT body to be sent.
  /frameworks/volley/src/com/android/volley/toolbox/
HttpClientStack.java 123 case Method.PUT: {
HurlStack.java 212 case Method.PUT:
213 connection.setRequestMethod("PUT");
  /external/eigen/blas/testing/
cblat2.f 28 * CGEMV T PUT F FOR NO TEST. SAME COLUMNS.
29 * CGBMV T PUT F FOR NO TEST. SAME COLUMNS.
30 * CHEMV T PUT F FOR NO TEST. SAME COLUMNS.
31 * CHBMV T PUT F FOR NO TEST. SAME COLUMNS.
32 * CHPMV T PUT F FOR NO TEST. SAME COLUMNS.
33 * CTRMV T PUT F FOR NO TEST. SAME COLUMNS.
34 * CTBMV T PUT F FOR NO TEST. SAME COLUMNS.
35 * CTPMV T PUT F FOR NO TEST. SAME COLUMNS.
36 * CTRSV T PUT F FOR NO TEST. SAME COLUMNS.
37 * CTBSV T PUT F FOR NO TEST. SAME COLUMNS
    [all...]
zblat2.f 28 * ZGEMV T PUT F FOR NO TEST. SAME COLUMNS.
29 * ZGBMV T PUT F FOR NO TEST. SAME COLUMNS.
30 * ZHEMV T PUT F FOR NO TEST. SAME COLUMNS.
31 * ZHBMV T PUT F FOR NO TEST. SAME COLUMNS.
32 * ZHPMV T PUT F FOR NO TEST. SAME COLUMNS.
33 * ZTRMV T PUT F FOR NO TEST. SAME COLUMNS.
34 * ZTBMV T PUT F FOR NO TEST. SAME COLUMNS.
35 * ZTPMV T PUT F FOR NO TEST. SAME COLUMNS.
36 * ZTRSV T PUT F FOR NO TEST. SAME COLUMNS.
37 * ZTBSV T PUT F FOR NO TEST. SAME COLUMNS
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/chromium_org/google_apis/drive/
base_requests.cc 273 // upload data string for POST, PUT and PATCH methods, explicitly.
277 request_type == URLFetcher::PUT ||
525 return URLFetcher::PUT;
620 // For uploading an empty document, just PUT an empty content.

Completed in 771 milliseconds

1 2