Searched defs:PUT (Results 1 - 11 of 11) 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/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java343 protected static final String PUT = OAuthMessage.PUT; field in class:OAuthClient
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpMethods.java34 PUT= "PUT", field in class:HttpMethods
57 PUT_BUFFER= CACHE.add(PUT, PUT_ORDINAL),
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java384 public static final String PUT = "PUT"; field in class:OAuthMessage
/external/valgrind/VEX/priv/
H A Dmain_util.c327 # define PUT(_ch) \ macro
332 do { Int _qq = (_n); for (; _qq > 0; _qq--) PUT(padchar); } \
336 do { const HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \
355 PUT(*format);
467 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3);
471 PUT('%');
478 PUT(*saved_format);
490 # 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/libvterm/src/
H A Dscreen.c680 #define PUT(c) \ macro
707 PUT(UNICODE_SPACE);
711 PUT(cell->chars[i]);
717 PUT(UNICODE_LINEFEED);
/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/pcre/dist/
H A Dpcre_internal.h429 #define PUT(a,n,d) \ macro
441 #define PUT(a,n,d) \ macro
454 #define PUT(a,n,d) \ macro
478 #define PUT(a,n,d) \ macro
492 #define PUT(a,n,d) \ macro
513 #define PUT(a,n,d) \ macro
528 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE
/external/valgrind/helgrind/
H A Dlibhb_core.c1419 # define PUT(_n,_v) \ macro
1425 if (descr & TREE_DESCR_64) PUT(8, tree[0]); else
1426 if (descr & TREE_DESCR_32_0) PUT(4, tree[0]); else
1427 if (descr & TREE_DESCR_16_0) PUT(2, tree[0]); else
1428 if (descr & TREE_DESCR_8_0) PUT(1, tree[0]);
1430 if (descr & TREE_DESCR_8_1) PUT(1, tree[1]);
1432 if (descr & TREE_DESCR_16_1) PUT(2, tree[2]); else
1433 if (descr & TREE_DESCR_8_2) PUT(1, tree[2]);
1435 if (descr & TREE_DESCR_8_3) PUT(1, tree[3]);
1437 if (descr & TREE_DESCR_32_1) PUT(
1448 # 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 339 milliseconds