/external/llvm/lib/Support/ |
D | MD5.cpp | 69 #define GET(n) (block[(n)]) macro 113 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 114 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 115 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 116 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 117 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 118 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 119 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 120 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 121 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/external/freetype/src/base/ |
D | md5.c | 76 #define GET(n) \ macro 85 #define GET(n) \ macro 131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 133 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 134 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 136 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 137 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 138 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | md5.c | 76 #define GET(n) \ macro 85 #define GET(n) \ macro 131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 133 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 134 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 136 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 137 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 138 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_md5.cc | 29 #define GET(n) \ macro 75 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 76 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 77 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 78 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 79 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 80 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 81 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 82 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 83 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/external/curl/lib/ |
D | md5.c | 262 #define GET(n) \ macro 271 #define GET(n) \ macro 317 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 318 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 319 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 320 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 321 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 322 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 323 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 324 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
D | md4.c | 93 #define GET(n) \ macro 102 #define GET(n) \ macro 148 STEP(G, a, b, c, d, GET(0) + 0x5a827999, 3) in body() 149 STEP(G, d, a, b, c, GET(4) + 0x5a827999, 5) in body() 150 STEP(G, c, d, a, b, GET(8) + 0x5a827999, 9) in body() 151 STEP(G, b, c, d, a, GET(12) + 0x5a827999, 13) in body() 152 STEP(G, a, b, c, d, GET(1) + 0x5a827999, 3) in body() 153 STEP(G, d, a, b, c, GET(5) + 0x5a827999, 5) in body() 154 STEP(G, c, d, a, b, GET(9) + 0x5a827999, 9) in body() 155 STEP(G, b, c, d, a, GET(13) + 0x5a827999, 13) in body() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | mock-archive.txt | 1 GET%www.zappos.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')] 2 GET%www.zappos.com%/css/print.20110525145237.css%%[('accept-encoding', 'gzip,deflate'), ('host', 'w… 3 GET%www.zappos.com%/favicon.ico%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')] 4 GET%www.zappos.com%/hydra/hydra.p.20110607.js%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.… 5 GET%www.zappos.com%/imgs/shadebg.20110525145241.png%%[('accept-encoding', 'gzip,deflate'), ('host',… 6 GET%www.msn.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com')] 7 GET%www.msn.com%/?euid=&userGroup=W:default&PM=z:1%%[('accept-encoding', 'gzip,deflate'), ('host', … 8 GET%www.msn.com%/?euid=342%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com'), ('x-requ… 9 GET%www.amazon.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.amazon.com')] 10 GET%www.google.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.google.com')]
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 244 #define GET(x) \ 249 GET(GetSet) 251 GET(Get) // expected-warning {{writable atomic property 'Get' cannot pair a synthesized setter with… 253 GET(GetSet_Nonatomic) 255 GET(Get_Nonatomic) 258 GET(GetSet_ReadOnly) 260 GET(Get_ReadOnly) 262 GET(GetSet_Nonatomic_ReadOnly) 264 GET(Get_Nonatomic_ReadOnly) 267 GET(GetSet_ReadWriteInExt) [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/ |
D | request.rst | 47 GET data 49 Query string variables are available in ``request.GET``. 51 ``.GET`` is a `MultiDict`_: it is like a dictionary but the same key can have 59 # GET([('check', 'a'), ('check', 'b'), ('name', 'Bob')]) 60 get_values = request.GET 63 check_value = request.GET['check'] 66 check_values = request.GET.getall('check') 70 request.GET.items() 72 The name ``GET`` is a bit misleading, but has historical reasons: 73 ``request.GET`` is not only available when the HTTP method is GET. It is [all …]
|
/external/curl/tests/data/ |
D | test528 | 5 HTTP GET 37 HTTP GET same file using different handles but same connection 47 GET /path/528 HTTP/1.1 51 GET /path/528 HTTP/1.1 55 GET /path/528 HTTP/1.1 59 GET /path/528 HTTP/1.1
|
D | test530 | 55 HTTP GET using pipelining 65 GET /path/5300001 HTTP/1.1 69 GET /path/5300002 HTTP/1.1 73 GET /path/5300003 HTTP/1.1 77 GET /path/5300004 HTTP/1.1
|
D | test584 | 52 HTTP GET using pipelining (nonzero length after zero length) 62 GET /path/5840001 HTTP/1.1 66 GET /path/5840002 HTTP/1.1 70 GET /path/5840003 HTTP/1.1 74 GET /path/5840004 HTTP/1.1
|
D | test157 | 5 HTTP GET 18 GET received and served just fine. Thank you very much 28 HTTP GET with --anyauth (when the server requires none) 41 GET /157 HTTP/1.1
|
D | test25 | 5 HTTP GET 80 GET /want/25 HTTP/1.1 85 GET /want/data/reply/25 HTTP/1.1 90 GET /want/data/reply/data/reply/25 HTTP/1.1 95 GET /want/data/reply/data/reply/data/reply/25 HTTP/1.1 100 GET /want/data/reply/data/reply/data/reply/data/reply/25 HTTP/1.1 105 GET /want/data/reply/data/reply/data/reply/data/reply/data/reply/25 HTTP/1.1
|
D | test27 | 5 HTTP GET 40 GET /want/27 HTTP/1.1 44 GET /want/27 HTTP/1.1 49 GET /want/27 HTTP/1.1
|
D | test1328 | 5 HTTP GET 47 HTTP GET a globbed range with -f 61 GET /13280000 HTTP/1.1 65 GET /13280001 HTTP/1.1
|
D | test198 | 5 HTTP GET 45 HTTP GET --retry on 503 error with output to file 59 GET /198 HTTP/1.1 63 GET /198 HTTP/1.1
|
D | test535 | 5 HTTP GET 48 HTTP GET multi two files with FAILONERROR 59 GET /535 HTTP/1.1 63 GET /5350001 HTTP/1.1
|
D | test1235 | 5 HTTP GET 47 GET /12350001 HTTP/1.1 52 GET /12350002 HTTP/1.1 57 GET /12350001 HTTP/1.1 62 GET /12350002 HTTP/1.1
|
D | test536 | 5 HTTP GET 53 HTTP GET multi two files with FAILONERROR and pipelining 64 GET /536 HTTP/1.1 68 GET /5360001 HTTP/1.1
|
D | test197 | 5 HTTP GET 36 HTTP GET --retry on 503 error with output to stdout 50 GET /197 HTTP/1.1 54 GET /197 HTTP/1.1
|
D | test1510 | 55 HTTP GET connection cache limit (CURLOPT_MAXCONNECTS) 65 GET /path/15100001 HTTP/1.1 69 GET /path/15100002 HTTP/1.1 73 GET /path/15100003 HTTP/1.1 77 GET /path/15100004 HTTP/1.1
|
D | test1506 | 55 HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS) 65 GET /path/15060001 HTTP/1.1 69 GET /path/15060002 HTTP/1.1 73 GET /path/15060003 HTTP/1.1 77 GET /path/15060004 HTTP/1.1
|
D | test193 | 5 HTTP GET 41 HTTP GET -w num_connects with redirected fetch (2 connects) 55 GET /193 HTTP/1.1 59 GET /193 HTTP/1.1
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
D | debugapp.py | 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():
|