Searched defs:PUT (Results 1 - 10 of 10) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpClient.java37 static final String PUT = OAuthMessage.PUT; field in interface:HttpClient
/external/chromium_org/net/url_request/
H A Durl_fetcher.h87 PUT, enumerator in enum:net::URLFetcher::RequestType
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java343 protected static final String PUT = OAuthMessage.PUT; field in class:OAuthClient
/external/chromium_org/net/tools/quic/test_tools/
H A Dhttp_message.h34 PUT, enumerator in enum:net::tools::test::HttpConstants::Method
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java384 public static final String PUT = "PUT"; field in class:OAuthMessage
/external/valgrind/main/VEX/priv/
H A Dmain_util.c322 # define PUT(_ch) \ macro
327 do { Int _qq = (_n); for (; _qq > 0; _qq--) PUT(padchar); } \
331 do { const HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \
349 PUT(*format);
454 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3);
458 PUT('%');
465 PUT(*saved_format);
477 # undef PUT macro
H A Dhost_generic_simd64.c1435 #define PUT( x, y ) ( ( x )<< ( y ) ) macro
1471 value = PUT(a, 11) | PUT(b, 10) | PUT(c, 9) | PUT(d, 8) | PUT(e, 7)
1472 | PUT(f, 6) | PUT(g, 5) | PUT(h, 4) | PUT(
1551 #undef PUT macro
[all...]
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java42 * <li>Supports parameter parsing of GET and POST methods (+ rudimentary PUT support in 1.25)</li>
286 if (Method.PUT.equals(method) || Method.POST.equals(method)) {
390 GET, PUT, POST, DELETE, HEAD, OPTIONS; enum constant in enum:NanoHTTPD.Method
1045 } else if (Method.PUT.equals(method)) {
/external/valgrind/main/helgrind/
H A Dlibhb_core.c1227 # define PUT(_n,_v) \ macro
1233 if (descr & TREE_DESCR_64) PUT(8, tree[0]); else
1234 if (descr & TREE_DESCR_32_0) PUT(4, tree[0]); else
1235 if (descr & TREE_DESCR_16_0) PUT(2, tree[0]); else
1236 if (descr & TREE_DESCR_8_0) PUT(1, tree[0]);
1238 if (descr & TREE_DESCR_8_1) PUT(1, tree[1]);
1240 if (descr & TREE_DESCR_16_1) PUT(2, tree[2]); else
1241 if (descr & TREE_DESCR_8_2) PUT(1, tree[2]);
1243 if (descr & TREE_DESCR_8_3) PUT(1, tree[3]);
1245 if (descr & TREE_DESCR_32_1) PUT(
1256 # undef PUT macro
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 234 milliseconds