HomeSort by relevance Sort by last modified time
    Searched refs:GET (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/test/chromedriver/client/
command_executor.py 10 GET = 'GET'
17 GET_SESSION_CAPABILITIES = (_Method.GET, '/session/:sessionId')
19 GET_CURRENT_WINDOW_HANDLE = (_Method.GET, '/session/:sessionId/window_handle')
20 GET_WINDOW_HANDLES = (_Method.GET, '/session/:sessionId/window_handles')
21 GET = (_Method.POST, '/session/:sessionId/url')
22 GET_ALERT = (_Method.GET, '/session/:sessionId/alert')
25 GET_ALERT_TEXT = (_Method.GET, '/session/:sessionId/alert_text')
32 GET_CURRENT_URL = (_Method.GET, '/session/:sessionId/url')
33 GET_TITLE = (_Method.GET, '/session/:sessionId/title'
    [all...]
  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 35 static final String GET = OAuthMessage.GET;
  /external/freetype/src/base/
md5.c 75 #define GET(n) \
84 #define GET(n) \
130 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
131 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
132 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
133 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
134 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
135 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
136 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
137 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 29 #define GET(n) \
77 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
78 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
79 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
80 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
81 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
82 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
83 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
84 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
85 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 69 #define GET(n) (block[(n)])
113 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
114 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
115 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
116 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
117 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
118 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
119 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
120 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
121 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5
    [all...]
  /external/llvm/test/MC/AsmParser/
macro-args.s 3 .macro GET var,re2g
11 GET is_sse, %eax
  /external/valgrind/main/memcheck/tests/
metadata.stdout.exp 1 result of GET is 1 (1 for success)
  /external/smack/src/org/jivesoftware/smackx/ping/packet/
Ping.java 30 setType(IQ.Type.GET);
  /external/smack/src/org/jivesoftware/smack/packet/
IQ.java 26 * The base IQ (Info/Query) packet. IQ packets are used to get and set information
29 * is being taken: "get", "set", "result", or "error".<p>
44 private Type type = Type.GET;
70 this.type = Type.GET;
90 buf.append("type=\"get\">");
121 * IQ based on a {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET}
130 * @param iq the {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET} IQ packet.
132 * {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET}
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
issue_response_handler.cc 30 new URLFetcher(GURL(token_url_), URLFetcher::GET, catcher);
mock_auth_response_handler.cc 60 return new URLFetcher(GURL(), URLFetcher::GET, delegate);
image_downloader.cc 31 image_fetcher_.reset(new URLFetcher(GURL(image_url), URLFetcher::GET, this));
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
blob_reader.cc 18 blob_url, net::URLFetcher::GET,
33 source->GetResponseAsString(response.get());
  /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...]
  /frameworks/volley/src/com/android/volley/toolbox/
ClearCacheRequest.java 41 super(Method.GET, null, null);
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptSearchManager.java 57 search.setType(IQ.Type.GET);
90 search.setType(IQ.Type.GET);
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 135 URLFetcher::GET,
137 fetcher->SetRequestContext(request_context_getter_.get());
151 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_dir));
157 URLFetcher::GET,
159 fetcher->SetRequestContext(request_context_getter_.get());
172 URLFetcher::GET,
174 fetcher->SetRequestContext(request_context_getter_.get());
207 URLFetcher::GET,
209 fetcher1->SetRequestContext(request_context_getter_.get());
212 URLFetcher::GET,
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
LeafNode.java 43 * Get information on the items in the node in standard
60 * Get the current items stored in the node.
69 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId()));
77 * Get the current items stored in the node based
90 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), subscriptionId));
98 * Get the items specified from the node. This would typically be
119 PubSub request = createPubsubPacket(Type.GET, new ItemsExtension(ItemsExtension.ItemsElementType.items, getId(), itemList));
127 * Get items persisted on the node, limited to the specified number.
138 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), maxItems));
146 * Get items persisted on the node, limited to the specified number
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
utils.js 35 xhr.open("GET", url, true);
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 26 // and get a different dictionary, but there is no reason to have it in the
44 if (fetch_queue_.empty() || current_fetch_.get() || task_is_pending_)
65 current_fetch_.reset(new URLFetcher(fetch_queue_.front(), URLFetcher::GET,
  /external/chromium_org/chrome/browser/extensions/
webstore_data_fetcher.cc 41 webstore_data_url, net::URLFetcher::GET, this));
66 CHECK_EQ(webstore_data_url_fetcher_.get(), source);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.cc 23 net::URLFetcher::Create(url_, net::URLFetcher::GET, this));
68 decoded_image.deepCopyTo(bitmap_.get(), decoded_image.getConfig());
71 delegate_->OnFetchComplete(url_, bitmap_.get());
  /external/chromium_org/chrome/browser/translate/
translate_url_fetcher.cc 50 net::URLFetcher::GET,
68 DCHECK(fetcher_.get() == source);
  /external/chromium_org/net/tools/quic/test_tools/
http_message_test_utils.h 31 GET,
58 // Default constructor makes an empty HTTP/1.1 GET request. This is typically
  /external/chromium_org/remoting/host/
dns_blackhole_checker.cc 49 if (!url_fetcher_.get()) {
61 net::URLFetcher::GET, this));
62 url_fetcher_->SetRequestContext(url_request_context_getter_.get());

Completed in 1723 milliseconds

1 2 3 4 5 6 7 8 910