/external/freetype/src/base/ |
D | md5.c | 83 #define GET(n) \ macro 92 #define GET(n) \ macro 138 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 139 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 140 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 141 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 142 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 143 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 144 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 145 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | MD5.cpp | 74 #define GET(n) (block[(n)]) macro 118 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 119 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 120 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 121 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 122 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 123 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 124 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 125 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 126 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | MD5.cpp | 73 #define GET(n) (block[(n)]) macro 117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 119 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 120 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 122 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 123 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 124 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 125 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_md5.cpp | 28 #define GET(n) \ macro 74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 82 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) 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 | 311 #define GET(n) \ macro 320 #define GET(n) \ macro 367 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 368 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 369 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 370 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 371 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 372 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 373 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 374 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
D | md4.c | 313 #define GET(n) \ macro 322 #define GET(n) \ macro 369 STEP(G, a, b, c, d, GET(0) + 0x5a827999, 3) in body() 370 STEP(G, d, a, b, c, GET(4) + 0x5a827999, 5) in body() 371 STEP(G, c, d, a, b, GET(8) + 0x5a827999, 9) in body() 372 STEP(G, b, c, d, a, GET(12) + 0x5a827999, 13) in body() 373 STEP(G, a, b, c, d, GET(1) + 0x5a827999, 3) in body() 374 STEP(G, d, a, b, c, GET(5) + 0x5a827999, 5) in body() 375 STEP(G, c, d, a, b, GET(9) + 0x5a827999, 9) in body() 376 STEP(G, b, c, d, a, GET(13) + 0x5a827999, 13) in body() [all …]
|
/external/llvm-project/clang/test/SemaObjC/ |
D | atomic-property-synthesis-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/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/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | LottiefilesService.kt | 5 import retrofit2.http.GET 10 @GET("recent") 13 @GET("popular") 16 @GET("collections/{collection}") 19 @GET("search/{query}")
|
/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 | test25 | 5 HTTP GET 77 GET /want/25 HTTP/1.1 82 GET /want/data/reply/25 HTTP/1.1 87 GET /want/data/reply/data/reply/25 HTTP/1.1 92 GET /want/data/reply/data/reply/data/reply/25 HTTP/1.1 97 GET /want/data/reply/data/reply/data/reply/data/reply/25 HTTP/1.1 102 GET /want/data/reply/data/reply/data/reply/data/reply/data/reply/25 HTTP/1.1
|
D | test2049 | 5 HTTP GET 42 GET /2049 HTTP/1.1 47 GET /2049 HTTP/1.1 52 GET /2049 HTTP/1.1 57 GET /2049 HTTP/1.1
|
D | test2054 | 5 HTTP GET 42 GET /2054 HTTP/1.1 47 GET /2054 HTTP/1.1 52 GET /2054 HTTP/1.1 57 GET /2054 HTTP/1.1
|
D | test1235 | 5 HTTP GET 44 GET /12350001 HTTP/1.1 49 GET /12350002 HTTP/1.1 54 GET /12350001 HTTP/1.1 59 GET /12350002 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) 38 GET /157 HTTP/1.1
|
D | test1567 | 52 GET /1567 HTTP/1.1 56 GET /15670002 HTTP/1.1 60 GET /1567 HTTP/1.1 64 GET /15670002 HTTP/1.1
|
D | test1551 | 51 GET /1551 HTTP/1.1 55 GET /15510002 HTTP/1.1 59 GET /1551 HTTP/1.1 63 GET /15510002 HTTP/1.1
|
D | test1280 | 37 GET /a/1280 HTTP/1.1 42 GET /b/1280 HTTP/1.1 47 GET /c/1280 HTTP/1.1 52 GET /d/1280 HTTP/1.1
|
D | test27 | 5 HTTP GET 37 GET /want/27 HTTP/1.1 42 GET /want/27 HTTP/1.1 48 GET /want/27 HTTP/1.1
|
D | test198 | 5 HTTP GET 46 HTTP GET --retry on 503 error with output to file 57 GET /198 HTTP/1.1 62 GET /198 HTTP/1.1
|
D | test1909 | 5 HTTP GET 36 HTTP GET --retry-all-errors to overcome partial transfer 47 GET /1909 HTTP/1.1 52 GET /1909 HTTP/1.1
|
/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | views.py | 109 if 'error' in request.GET: 110 reason = request.GET.get( 111 'error_description', request.GET.get('error', '')) 116 encoded_state = request.GET['state'] 117 code = request.GET['code'] 172 return_url = request.GET.get('return_url', None) 184 scopes = request.GET.getlist('scopes', django_util.oauth2_settings.scopes)
|
/external/bcc/examples/networking/http_filter/ |
D | README.md | 3 … parses HTTP packets and extracts (and prints on screen) the URL contained in the GET/POST request. 11 GET /pipermail/iovisor-dev/ HTTP/1.1 13 GET /favicon.ico HTTP/1.1 15 GET /pipermail/iovisor-dev/2016-January/thread.html HTTP/1.1 17 GET /pipermail/iovisor-dev/2016-January/000046.html HTTP/1.1 26 This component filters IP and TCP packets containing the "HTTP", "GET", "POST" strings in their pay… 33 …ts belonging to the same session, and prints on stdout the first line of the HTTP GET/POST request.
|