Searched refs:GET (Results 1 - 25 of 109) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dmacro-args.s3 .macro GET var,re2g
8 GET is_sse, %eax label
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpClient.java35 static final String GET = OAuthMessage.GET; field in interface:HttpClient
/external/freetype/src/base/
H A Dmd5.c83 #define GET(n) \ macro
92 #define GET(n) \ macro
138 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
139 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
140 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
141 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
142 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
143 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
144 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
145 STEP(G, b, c, d, a, GET(
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dmd5.c76 #define GET(n) \ macro
85 #define GET(n) \ macro
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(
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cc29 #define GET(n) \ macro
75 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
76 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
77 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
78 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
79 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
80 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
81 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
82 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
83 STEP(G, a, b, c, d, GET(
[all...]
/external/llvm/lib/Support/
H A DMD5.cpp69 #define GET(n) (block[(n)]) macro
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(
[all...]
/external/curl/lib/
H A Dmd5.c264 #define GET(n) \ macro
273 #define GET(n) \ macro
319 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
320 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
321 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
322 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
323 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
324 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
325 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
326 STEP(G, b, c, d, a, GET(
[all...]
H A Dmd4.c93 #define GET(n) \ macro
102 #define GET(n) \ macro
148 STEP(G, a, b, c, d, GET(0) + 0x5a827999, 3)
149 STEP(G, d, a, b, c, GET(4) + 0x5a827999, 5)
150 STEP(G, c, d, a, b, GET(8) + 0x5a827999, 9)
151 STEP(G, b, c, d, a, GET(12) + 0x5a827999, 13)
152 STEP(G, a, b, c, d, GET(1) + 0x5a827999, 3)
153 STEP(G, d, a, b, c, GET(5) + 0x5a827999, 5)
154 STEP(G, c, d, a, b, GET(9) + 0x5a827999, 9)
155 STEP(G, b, c, d, a, GET(1
[all...]
/external/autotest/client/common_lib/cros/fake_device_server/
H A Dmeta_handler.py25 def GET(self, *args, **kwargs): member in class:MetaHandler
26 """Handle GET requests to this URL."""
H A Dcommands_unittest.py33 # module bypass cherrypy by directly invoking commands.GET.
81 returned_json = self.commands.GET(COMMAND_ID, deviceId=DEVICE_ID)
87 self.commands.GET, BAD_COMMAND_ID)
91 """Tests that we can get a listing back correctly using the GET method.
114 returned_json = self.commands.GET(deviceId=DEVICE_ID, state=state)
H A Ddevices_unittest.py58 returned_json = self.devices.GET(1234)
63 self.devices.GET, 1235)
67 """Tests that we can get a listing back correctly using the GET method.
72 returned_json = self.devices.GET()
/external/curl/docs/cmdline-opts/
H A Dget.d3 Help: Put the post data in the URL and use GET
6 or --data-urlencode to be used in an HTTP GET request instead of the POST
14 because undoing a GET doesn't make sense, but you should then instead enforce
H A Dpost301.d2 Help: Do not switch to GET after following a 301
7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
H A Dpost302.d2 Help: Do not switch to GET after following a 302
7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
H A Dpost303.d2 Help: Do not switch to GET after following a 303
7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
H A Dnext.d18 For example, you can do both a GET and a POST in a single command line:
/external/llvm/test/MC/AsmParser/
H A Dmacro-args.s3 .macro GET var,re2g
11 GET is_sse, %eax label
/external/valgrind/memcheck/tests/
H A Dmetadata.stdout.exp1 result of GET is 1 (1 for success)
/external/valgrind/none/tests/amd64/
H A Dfb_test_amd64.c131 #define GET(n) \ macro
140 #define GET(n) \ macro
186 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
187 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
188 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
189 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
190 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
191 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
192 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
193 STEP(G, b, c, d, a, GET(
[all...]
/external/pcre/dist2/src/
H A Dpcre2_pattern_info.c367 cc += GET(cc, 1);
379 cb.pattern_position = GET(cc, 1);
380 cb.next_item_length = GET(cc, 1 + LINK_SIZE);
391 cb.pattern_position = GET(cc, 1);
392 cb.next_item_length = GET(cc, 1 + LINK_SIZE);
394 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE);
396 GET(cc, 1 + 2*LINK_SIZE) - (1 + 4*LINK_SIZE) - 2;
400 cc += GET(cc, 1 + 2*LINK_SIZE);
H A Dpcre2_find_bracket.c83 if (c == OP_XCLASS) code += GET(code, 1);
84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE);
/external/volley/src/main/java/com/android/volley/toolbox/
H A DClearCacheRequest.java41 super(Method.GET, null, null);
/external/volley/src/test/java/com/android/volley/
H A DRequestTest.java51 super(Request.Method.GET, "", null);
85 super(Request.Method.GET, url, null);
/external/volley/src/test/java/com/android/volley/mock/
H A DMockRequest.java31 super(Request.Method.GET, "http://foo.com", null);
35 super(Request.Method.GET, url, listener);
/external/libmicrohttpd/doc/examples/
H A Dsimplepost.c21 #define GET 0 macro
145 con_info->connectiontype = GET;
152 if (0 == strcmp (method, "GET"))

Completed in 740 milliseconds

12345