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

  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 37 static final String PUT = OAuthMessage.PUT;
  /external/chromium_org/net/url_request/
url_fetcher.h 80 PUT,
  /external/chromium_org/net/tools/quic/test_tools/
http_message_test_utils.h 34 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.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 135 PUT = 'p' # store stack top in memo; index is string arg
246 self.write(self.put(memo_len))
249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i.
250 def put(self, i, pack=struct.pack): member in class:Pickler
257 return PUT + repr(i) + '\n'
568 # now is to throw away everything we put on the stack, and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 135 PUT = 'p' # store stack top in memo; index is string arg
246 self.write(self.put(memo_len))
249 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i.
250 def put(self, i, pack=struct.pack): member in class:Pickler
257 return PUT + repr(i) + '\n'
568 # now is to throw away everything we put on the stack, and
    [all...]
  /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 253 milliseconds