HomeSort by relevance Sort by last modified time
    Searched defs:PUT (Results 1 - 13 of 13) sorted by null

  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 37 static final String PUT = OAuthMessage.PUT;
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 81 TestRequest.Put request = new TestRequest.Put();
82 assertEquals(request.getMethod(), Method.PUT);
90 assertEquals(request.getMethod(), Method.PUT);
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());
  /external/libffi/src/
closures.c 540 #define PUT(idx) do { printf ("freeing p[%i]\n", (idx)); dlfree (p[idx]); } while (0)
543 PUT (1);
546 PUT (1);
547 PUT (0);
548 PUT (2);
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 343 protected 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 { HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \
349 PUT(*format);
449 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3);
453 PUT('%');
460 PUT(*saved_format);
472 # undef PUT
host_generic_simd64.c     [all...]
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 36 PUT
75 } else if ("put".equalsIgnoreCase(arg)) {
76 mVerb = CommandVerb.PUT;
100 // keep going; there's another PUT arg
101 } else { // PUT, final arg
136 case PUT:
175 System.err.println("Invalid table; no put performed");
200 System.err.println("Invalid table; no put performed");
216 System.err.println(" settings [--user NUM] put namespace key value");
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 213 into.put("URL", URL);
384 public static final String PUT = "PUT";
  /frameworks/volley/src/com/android/volley/
Request.java 41 * Default encoding for POST or PUT parameters. See {@link #getParamsEncoding()}.
52 int PUT = 2;
59 /** Request method of this request. Currently supports GET, POST, PUT, and DELETE. */
353 * Returns a Map of parameters to be used for a POST or PUT request. Can throw
365 * Returns which encoding should be used when converting POST or PUT parameters returned by
366 * {@link #getParams()} into a raw POST or PUT body.
385 * Returns the raw POST or PUT body to be sent.
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 75 result.put(null, Collections.singletonList("HTTP/1.1 504 Gateway Timeout"));
97 public static final String PUT = "PUT";
376 return method == POST || method == PUT;
456 cacheRequest = responseCache.put(uri, getHttpConnectionToCache());
633 cookieHandler.put(uri, headers.toMultimap());
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1666 milliseconds