Searched refs:rfc (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
H A D | step-01-download-rfc.py | 8 response = urllib2.urlopen('https://tools.ietf.org/rfc/rfc7932.txt') 13 with open(path, "w") as rfc: 14 rfc.write(text)
|
H A D | step-02-rfc-to-bin.py | 10 with open(rfc_path, "r") as rfc: 11 lines = rfc.readlines()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 407 int rfc = simpenrose_do_rendering(exec.ct1ca, exec.ct1ea); in vc4_simulator_submit_cl_ioctl() local 408 if (rfc != 1) { in vc4_simulator_submit_cl_ioctl() 410 rfc); in vc4_simulator_submit_cl_ioctl()
|
/third_party/python/Lib/xmlrpc/ |
H A D | server.py | 729 all, scheme, rfc, pep, selfdot, name = match.groups() 733 elif rfc: 734 url = 'https://www.rfc-editor.org/rfc/rfc%d.txt' % int(rfc)
|
/third_party/node/test/parallel/ |
H A D | test-crypto-hmac.js | 119 // Test HMAC-SHA-* (rfc 4231 Test Cases) 282 `Test HMAC-${hash} rfc 4231 case ${i + 1}: ${actual} must be ${expected}` 293 // Test HMAC-MD5/SHA1 (rfc 2202 Test Cases)
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 27 $copyright = "###################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n"; 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 27 $copyright = "###################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n"; 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/third_party/python/Lib/ |
H A D | pydoc.py | 695 all, scheme, rfc, pep, selfdot, name = match.groups() 699 elif rfc: 700 url = 'https://www.rfc-editor.org/rfc/rfc%d.txt' % int(rfc)
|
Completed in 9 milliseconds