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

  /external/llvm/test/MC/AsmParser/
macro-args.s 3 .macro GET var,re2g
8 GET is_sse, %eax
  /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/chromium/chrome/common/net/
url_fetcher.h 7 // reading. This is useful for callers who simply want to get the data from a
37 // URLFetcher::GET, this);
65 GET,
  /external/chromium/chrome/browser/autofill/
form_structure.h 24 GET,
173 // GET or POST.
  /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);
  /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...]
  /system/security/keystore/
keystore.h 48 GET = 1,
74 'g', // GET
  /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 769 #define GET(type, struct) \
810 GET (T_CONN_REQ, conn_req);
817 GET (T_CONN_RES, conn_res);
832 GET (T_DISCON_REQ, discon_req);
839 GET (T_DATA_REQ, data_req);
846 GET (T_EXDATA_REQ, exdata_req);
853 GET (T_INFO_REQ, info_req);
861 GET (T_BIND_REQ, bind_req);
869 GET (T_UNBIND_REQ, unbind_req);
874 GET (T_UNITDATA_REQ, unitdata_req)
    [all...]
  /external/bluetooth/glib/tests/
sequence-test.c 86 GET, SET,
884 case GET:
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 91 GET,
102 method_(GET),
103 suggestion_method_(GET),
151 if (current_image_.get()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 37 private static final String GET = "GET"; //$NON-NLS-1$
373 HttpsURLConnection bugsconn = getConn(url, GET, true, false, EMPTY);
447 System.err.println(Messages.getString("UpdateBugStateTask.usingComment") + COLON + SP + args.get(COMMENT).toString()); //$NON-NLS-1$
451 String url = HTTPS_BUGS_ECLIPSE_ORG_BUGS_SHOW_BUG_CGI_ID + urlEncode(args.get(ID).toString()) + CTYPE_XML;
457 HttpsURLConnection xmlconn = getConn(url, GET, true, false, EMPTY);
473 if (args.get(elem).equals(EMPTY) && pxml.get(elem) != null)
475 args.put(elem, pxml.get(elem));
478 req += urlEncode(elem) + EQ + urlEncode(args.get(elem).toString()) + AMP
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 64 * network, or by both in the event of a conditional GET.
94 public static final String GET = "GET";
162 * The cache response currently being validated on a conditional get. Null
164 * conditional get succeeds, these will be used for the response headers and
256 CacheResponse candidate = responseCache.get(uri, method,
712 cookieHandler.get(uri, requestHeaders.getHeaders().toMultimap()));
738 * and port (like "GET http://android.com/foo HTTP/1.1") or only the path
739 * (like "GET /foo HTTP/1.1").
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 974 milliseconds