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

  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 35 static final String GET = OAuthMessage.GET;
  /external/libvpx/vp8/encoder/
parms.cpp 65 #define GET(O,V) O->V = x[#V];
95 ALLPARMS(ocf, GET);
  /external/libffi/src/
closures.c 539 #define GET(idx, len) do { p[idx] = dlmalloc (len); printf ("allocated %zi for p[%i]\n", (len), (idx)); } while (0)
541 GET (0, malloc_getpagesize / 2);
542 GET (1, 2 * malloc_getpagesize - 64 * sizeof (void*));
544 GET (1, 2 * malloc_getpagesize);
545 GET (2, malloc_getpagesize / 2);
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 76 /** A caller is about to get a parameter. */
112 return getParameterMap().get(name);
193 * Get a stream from which to read the body of the HTTP request or response.
256 if (pMap.get(OAuth.OAUTH_TOKEN) == null && accessor.accessToken != null) {
260 if (pMap.get(OAuth.OAUTH_CONSUMER_KEY) == null) {
263 String signatureMethod = pMap.get(OAuth.OAUTH_SIGNATURE_METHOD);
271 if (pMap.get(OAuth.OAUTH_TIMESTAMP) == null) {
274 if (pMap.get(OAuth.OAUTH_NONCE) == null) {
277 if (pMap.get(OAuth.OAUTH_VERSION) == null) {
382 public static final String GET = "GET"
    [all...]
  /external/strace/
stream.c 665 #define GET(type, struct) \
706 GET (T_CONN_REQ, conn_req);
713 GET (T_CONN_RES, conn_res);
728 GET (T_DISCON_REQ, discon_req);
735 GET (T_DATA_REQ, data_req);
742 GET (T_EXDATA_REQ, exdata_req);
749 GET (T_INFO_REQ, info_req);
757 GET (T_BIND_REQ, bind_req);
765 GET (T_UNBIND_REQ, unbind_req);
770 GET (T_UNITDATA_REQ, unitdata_req)
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 144 // This is faster than repeatedly calling Get/Set on a v8::Object.
189 #define GET(TYPE) \
192 reflection->Get##TYPE(instance, field))
203 return message_type->ToJs(GET(Message));
206 const string& value = GET(String);
211 return Integer::New(GET(Int32));
214 return Integer::NewFromUnsigned(GET(UInt32));
217 return Number::New(GET(Int64));
220 return Number::New(GET(UInt64));
223 return Number::New(GET(Float))
    [all...]
  /frameworks/base/cmds/keystore/
keystore.c 264 static int8_t get() function
456 GET = 2,
475 {get, 'g', NO_ERROR, GET, {KEY_SIZE}},
492 {AID_SYSTEM, ~0, ~GET},
493 {AID_VPN, AID_SYSTEM, GET},
494 {AID_WIFI, AID_SYSTEM, GET},
495 {AID_ROOT, AID_SYSTEM, GET},
496 {~0, ~0, TEST | GET | INSERT | DELETE | EXIST | SAW},
  /external/bluetooth/glib/tests/
sequence-test.c 86 GET, SET,
884 case GET:
  /external/elfcopy/
dwarf.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 73 public static final String GET = "GET";
94 GET,
285 return HttpConnectionPool.INSTANCE.get(address, getConnectTimeout());
306 cacheResponse = responseCache.get(uri, method, requestHeader.getFieldMap());
375 * connection (which may get recycled).
444 return responseHeader.get(pos);
471 return responseHeader.get(key);
533 if (transparentGzip && "gzip".equalsIgnoreCase(responseHeader.get("Content-Encoding"))) {
551 if ("chunked".equalsIgnoreCase(responseHeader.get("Transfer-Encoding")))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 108 #define GET(y) *(Uchar *)(c + y)
116 #define YEAR _YEAR(GET(V_YEAR))
117 #define WEEK GET(V_WEEK) & 0xFF
126 #define VERSION GET(V_VERSION)
127 #define REVISION GET(V_REVISION)
131 #define INPUT_TYPE _INPUT_TYPE(GET(D_INPUT))
133 #define INPUT_VOLTAGE _INPUT_VOLTAGE(GET(D_INPUT))
135 #define SETUP _SETUP(GET(D_INPUT))
137 #define SYNC _SYNC(GET(D_INPUT))
139 #define DFP _DFP(GET(D_INPUT)
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 5154 milliseconds