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

  /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 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/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);
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 222 * Other HTTP methods ({@code OPTIONS}, {@code HEAD}, {@code PUT}, {@code
270 HttpEngine.PUT,
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 66 final boolean isPut = PUT.equalsIgnoreCase(method);
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 343 protected static final String PUT = OAuthMessage.PUT;
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /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());
HttpURLConnectionImpl.java 238 } else if (method != HttpEngine.POST && method != HttpEngine.PUT) {
239 // If the request method is neither POST nor PUT, then you're not writing
HttpResponseCache.java 119 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException { method in class:HttpResponseCache
129 || requestMethod.equals(HttpEngine.PUT)
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 213 into.put("URL", URL);
384 public static final String PUT = "PUT";
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 281 case 0x20: return MBlaze::PUT;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 419 milliseconds