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 72 result.put(null, Collections.singletonList("HTTP/1.1 502 Bad Gateway"));
94 public static final String PUT = "PUT";
368 return method == POST || method == PUT;
442 cacheRequest = responseCache.put(uri, getHttpConnectionToCache());
596 cookieHandler.put(uri, headers.toMultimap());
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/pcre/
pcre_internal.h 348 #define PUT(a,n,d) \
360 #define PUT(a,n,d) \
373 #define PUT(a,n,d) \
392 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE
569 it is. This is called only in UTF-8 mode - we don't put a test within the macro
    [all...]

Completed in 520 milliseconds