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

1 2 3 4 5 6 7 8 91011

  /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')
33 GET_CURRENT_URL = (_Method.GET, '/session/:sessionId/url')
34 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/chromium_org/third_party/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/freetype/src/base/
md5.c 76 #define GET(n) \
85 #define GET(n) \
131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
133 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
134 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
136 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
137 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
138 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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_org/chrome/browser/local_discovery/
privet_confirm_api_flow.cc 57 return net::URLFetcher::GET;
cloud_device_list_unittest.cc 58 EXPECT_EQ(net::URLFetcher::GET, device_list.GetRequestType());
cloud_print_printer_list_unittest.cc 44 EXPECT_EQ(net::URLFetcher::GET, device_list.GetRequestType());
gcd_api_flow.cc 21 return net::URLFetcher::GET;
  /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);
  /frameworks/volley/tests/src/com/android/volley/
RequestTest.java 54 super(Request.Method.GET, "", null);
88 super(Request.Method.GET, url, null);
  /frameworks/volley/tests/src/com/android/volley/mock/
MockRequest.java 31 super(Request.Method.GET, "http://foo.com", null);
35 super(Request.Method.GET, url, listener);
  /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_org/chrome/browser/apps/
install_chrome_app.cc 38 BrowserList::GetInstance(chrome::HOST_DESKTOP_TYPE_NATIVE)->get(0);
68 GetAppInstallUrl(app_id), net::URLFetcher::GET, this));
  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher.cc 28 url_fetcher_.reset(net::URLFetcher::Create(url_, net::URLFetcher::GET, this));
  /external/chromium_org/chrome/browser/extensions/
blob_reader.cc 32 blob_url, net::URLFetcher::GET,
63 source->GetResponseAsString(response.get());

Completed in 1764 milliseconds

1 2 3 4 5 6 7 8 91011