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

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
get-op.s 1 # For 'g'-type operands: GET.
3 Main GET X,rJ
4 GET $45,rG
5 GET $245,rZZ
get-op.l 1 GAS for MMIX .*/get-op\.s page 1
6 3 0000 FE7B0004 Main GET X,rJ
7 4 0004 FE2D0013 GET \$45,rG
8 5 0008 FEF5001F GET \$245,rZZ
11 GAS for MMIX .*/get-op\.s page 2
15 .*/get-op\.s:3 \.text:0000000000000000 Main
builtin1.s 1 # When disallowing built-in names, we have to treat GET and PUT
5 Main GET $5,rJ
6 GET $6,:rJ
err-builtin.s 3 % When disallowing built-in names, we have to treat GET and PUT
11 Main GET $5,RJ % { dg-error "invalid operands" "" }
13 GET garbage % { dg-error "invalid operands" "" }
  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 35 static final String GET = OAuthMessage.GET;
  /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/third_party/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/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 29 #define GET(n) \
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(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/curl/lib/
md5.c 262 #define GET(n) \
271 #define GET(n) \
317 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
318 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
319 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
320 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
321 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
322 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
323 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
324 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20
    [all...]
md4.c 93 #define GET(n) \
102 #define GET(n) \
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(13) + 0x5a827999, 13
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
meta_handler.py 25 def GET(self, *args, **kwargs):
26 """Handle GET requests to this URL."""
commands_unittest.py 33 # 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.
108 """Check that we get all the commands we expect given a state.
114 returned_json = self.commands.GET(deviceId=DEVICE_ID, state=state)
devices_unittest.py 58 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()
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pr12815-2.s 8 GET $0,rJ
  /external/llvm/test/MC/AsmParser/
macro-args.s 3 .macro GET var,re2g
11 GET is_sse, %eax
  /external/valgrind/memcheck/tests/
metadata.stdout.exp 1 result of GET is 1 (1 for success)
  /external/chromium-trace/catapult/third_party/webtest/webtest/
debugapp.py 24 if req.path_info == '/form.html' and req.method == 'GET':
29 if 'error' in req.GET:
32 if 'errorlog' in req.GET:
33 log = req.GET['errorlog']
38 status = str(req.GET.get('status', '200 OK'))
67 for name, value in req.GET.items():
  /external/autotest/frontend/tko/
views.py 30 id = request.GET['id']
31 max_age = request.GET['max_age']
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpMethods.java 31 public final static String GET= "GET",
54 GET_BUFFER= CACHE.add(GET, GET_ORDINAL),
  /toolchain/binutils/binutils-2.25/gas/
app.c 344 /* This function is called to process input characters. The GET
345 parameter is used to retrieve more input characters. GET should
356 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen)
412 get squashed into "cmp r1,r2||trap#1", with the all important space
417 #define GET() \
421 fromlen = (*get) (input_buffer, sizeof input_buffer), \
457 fromlen = (*get) (input_buffer, sizeof input_buffer);
486 ch = GET ();
499 while ((ch = GET ()) == '*')
519 ch = GET ();
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPMessage.java 27 public enum Method {GET, PUT, POST}
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ClearCacheRequest.java 41 super(Method.GET, null, null);
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_request.py 15 'Hello world!\n', 'The get is %s' % str(request.GET),
16 ' and Val is %s\n' % request.GET.get('name'),
25 res = app.get('/')
27 assert "get is MultiDict([])" in res
29 res = app.get('/?name=george')
30 res.mustcontain("get is MultiDict([('name', 'george')])")
35 res = app.get('/')
38 res = app.get('/', headers={'Accept-Language':'da, en-gb;q=0.8, en;q=0.7'}
    [all...]
  /frameworks/volley/src/test/java/com/android/volley/
RequestTest.java 51 super(Request.Method.GET, "", null);
85 super(Request.Method.GET, url, null);

Completed in 2310 milliseconds

1 2 3 4 5 6 7 8 9