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

  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 37 static final String PUT = OAuthMessage.PUT;
  /external/libvpx/vp8/encoder/
parms.cpp 66 #define PUT(O,V) x[#V] = O->V;
79 ALLPARMS(ocf, PUT);
  /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 313 # define PUT(_ch) \
318 do { Int _qq = (_n); for (; _qq > 0; _qq--) PUT(padchar); } \
322 do { HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \
340 PUT(*format);
440 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3);
444 PUT('%');
451 PUT(*saved_format);
463 # undef PUT
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 213 into.put("URL", URL);
384 public static final String PUT = "PUT";
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 75 result.put(null, Collections.singletonList("HTTP/1.1 502 Bad Gateway"));
97 public static final String PUT = "PUT";
375 return method == POST || method == PUT;
455 cacheRequest = responseCache.put(uri, getHttpConnectionToCache());
614 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 389 milliseconds