/third_party/node/test/es-module/ |
D | test-esm-loader-chaining.mjs | 27 { encoding: 'utf8' }, property 47 { encoding: 'utf8' }, property 71 { encoding: 'utf8' }, property 96 { encoding: 'utf8' }, property 114 { encoding: 'utf8' }, property 140 { encoding: 'utf8' }, property 163 { encoding: 'utf8' }, property 185 { encoding: 'utf8' }, property 205 { encoding: 'utf8' }, property 226 { encoding: 'utf8' }, property [all …]
|
/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-fatal-single-byte.any.js | 15 {encoding: 'IBM866', bad: []}, property 16 {encoding: 'ISO-8859-2', bad: []}, property 17 {encoding: 'ISO-8859-3', bad: [0xA5, 0xAE, 0xBE, 0xC3, 0xD0, 0xE3, 0xF0]}, property 18 {encoding: 'ISO-8859-4', bad: []}, property 19 {encoding: 'ISO-8859-5', bad: []}, property 20 …{encoding: 'ISO-8859-6', bad: [0xA1, 0xA2, 0xA3, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xAB, 0xAE, 0… property 21 {encoding: 'ISO-8859-7', bad: [0xAE, 0xD2, 0xFF]}, property 22 …{encoding: 'ISO-8859-8', bad: [0xA1, 0xBF, 0xC0, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8, 0… property 23 …{encoding: 'ISO-8859-8-I', bad: [0xA1, 0xBF, 0xC0, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8,… property 24 {encoding: 'ISO-8859-10', bad: []}, property [all …]
|
D | textdecoder-fatal.any.js | 4 { encoding: 'utf-8', input: [0xFF], name: 'invalid code' }, property 5 { encoding: 'utf-8', input: [0xC0], name: 'ends early' }, property 6 { encoding: 'utf-8', input: [0xE0], name: 'ends early 2' }, property 7 { encoding: 'utf-8', input: [0xC0, 0x00], name: 'invalid trail' }, property 8 { encoding: 'utf-8', input: [0xC0, 0xC0], name: 'invalid trail 2' }, property 9 { encoding: 'utf-8', input: [0xE0, 0x00], name: 'invalid trail 3' }, property 10 { encoding: 'utf-8', input: [0xE0, 0xC0], name: 'invalid trail 4' }, property 11 { encoding: 'utf-8', input: [0xE0, 0x80, 0x00], name: 'invalid trail 5' }, property 12 { encoding: 'utf-8', input: [0xE0, 0x80, 0xC0], name: 'invalid trail 6' }, property 13 { encoding: 'utf-8', input: [0xFC, 0x80, 0x80, 0x80, 0x80, 0x80], name: '> 0x10FFFF' }, property [all …]
|
D | textdecoder-utf16-surrogates.any.js | 5 encoding: 'utf-16le', property 11 encoding: 'utf-16le', property 17 encoding: 'utf-16le', property 23 encoding: 'utf-16le', property 29 encoding: 'utf-16le', property
|
/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-textdecoder-fatal.js | 14 { encoding: 'utf-8', input: [0xFF], name: 'invalid code' }, property 15 { encoding: 'utf-8', input: [0xC0], name: 'ends early' }, property 16 { encoding: 'utf-8', input: [0xE0], name: 'ends early 2' }, property 17 { encoding: 'utf-8', input: [0xC0, 0x00], name: 'invalid trail' }, property 18 { encoding: 'utf-8', input: [0xC0, 0xC0], name: 'invalid trail 2' }, property 19 { encoding: 'utf-8', input: [0xE0, 0x00], name: 'invalid trail 3' }, property 20 { encoding: 'utf-8', input: [0xE0, 0xC0], name: 'invalid trail 4' }, property 21 { encoding: 'utf-8', input: [0xE0, 0x80, 0x00], name: 'invalid trail 5' }, property 22 { encoding: 'utf-8', input: [0xE0, 0x80, 0xC0], name: 'invalid trail 6' }, property 23 { encoding: 'utf-8', input: [0xFC, 0x80, 0x80, 0x80, 0x80, 0x80], property [all …]
|
D | test-fs-realpath-buffer-encoding.js | 19 let encoding; variable 24 result = fs.realpathSync(string_dir, { encoding }); field 30 result = fs.realpathSync(buffer_dir, { encoding }); field 38 buffer_result = fs.realpathSync(string_dir, { encoding: 'buffer' }); property 44 buffer_result = fs.realpathSync(buffer_dir, { encoding: 'buffer' }); property 56 { encoding }, field 66 { encoding }, field 76 fs.realpath(string_dir, { encoding: 'buffer' }, common.mustSucceed((res) => { property 84 fs.realpath(buffer_dir, { encoding: 'buffer' }, common.mustSucceed((res) => { property
|
D | test-stream-writev.js | 65 { encoding: 'buffer', property 67 { encoding: 'buffer', property 69 { encoding: 'buffer', property 71 { encoding: 'buffer', property 73 { encoding: 'buffer', property 76 { encoding: 'ascii', chunk: 'hello, ' }, property 77 { encoding: 'utf8', chunk: 'world' }, property 78 { encoding: 'buffer', chunk: [33] }, property 79 { encoding: 'latin1', chunk: '\nand then...' }, property 80 { encoding: 'hex', chunk: 'facebea7deadbeefdecafbad' }, property
|
D | test-fs-write-file-sync.js | 47 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 57 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 85 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 99 fs.writeFileSync(file, 'hello ', { encoding: 'utf8', flag: 'a' }); property 100 fs.writeFileSync(file, 'world!', { encoding: 'utf8', flag: 'a' }); property 101 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 118 fs.writeFileSync(file, data, { encoding: 'utf8', flag: 'a' }); property 119 const content = fs.readFileSync(file, { encoding: 'utf8' }); property
|
D | test-stream-writable-write-writev-finish.js | 13 writable._write = (chunks, encoding, cb) => { argument 29 writable._write = (chunks, encoding, cb) => { argument 45 writable._write = (chunks, encoding, cb) => { argument 70 writable._write = (chunks, encoding, cb) => { argument 106 ws._write = (chunk, encoding, done) => { argument 123 ws._write = (chunk, encoding, done) => { argument 131 w._write = (chunk, encoding, cb) => { argument 144 w._write = (chunk, encoding, cb) => { argument
|
D | test-fs-readfile-flags.js | 19 common.mustNotMutateObjectDeep({ encoding: 'utf8', flag: 'a+' }), property 26 common.mustNotMutateObjectDeep({ encoding: 'utf8', flag: 'ax+' }), property 37 common.mustNotMutateObjectDeep({ encoding: 'utf8', flag: 'a+' }), property 48 common.mustNotMutateObjectDeep({ encoding: 'utf8' }), property
|
D | test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js | 15 encoding: 'utf-16le', property 21 encoding: 'utf-16le', property 27 encoding: 'utf-16le', property 33 encoding: 'utf-16le', property 39 encoding: 'utf-16le', property
|
D | test-stream-writable-finished.js | 17 writable._write = (chunk, encoding, cb) => { argument 36 write(chunk, encoding, cb) { argument 49 write(chunk, encoding, cb) { argument 66 write(chunk, encoding, cb) { argument 88 write(chunk, encoding, cb) { argument
|
/third_party/node/deps/npm/node_modules/iconv-lite/lib/ |
D | index.js | 17 iconv.encode = function encode(str, encoding, options) { argument 28 iconv.decode = function decode(buf, encoding, options) { argument 61 iconv.getCodec = function getCodec(encoding) { argument 109 iconv._canonicalizeEncoding = function(encoding) { argument 114 iconv.getEncoder = function getEncoder(encoding, options) { argument 124 iconv.getDecoder = function getDecoder(encoding, options) { argument 151 iconv.encodeStream = function encodeStream(encoding, options) { argument 155 iconv.decodeStream = function decodeStream(encoding, options) { argument
|
/third_party/node/test/fixtures/ |
D | mime-whatwg.js | 16 "encoding": "GBK" property 22 "encoding": "GBK" property 29 "encoding": null property 35 "encoding": "GBK" property 42 "encoding": "GBK" property 48 "encoding": null property 55 "encoding": null property 61 "encoding": "GBK" property 67 "encoding": "GBK" property 73 "encoding": "GBK" property [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_assembler.cpp | 114 uint32_t encoding = (0b10 << 30); in emit_instruction() local 139 uint32_t encoding = (0b1011 << 28); in emit_instruction() local 151 uint32_t encoding = (0b101111101 << 23); in emit_instruction() local 159 uint32_t encoding = (0b101111110 << 23); in emit_instruction() local 168 uint32_t encoding = (0b101111111 << 23); in emit_instruction() local 182 uint32_t encoding = 0; in emit_instruction() local 274 uint32_t encoding = 0; in emit_instruction() local 283 uint32_t encoding = (0b0111111 << 25); in emit_instruction() local 293 uint32_t encoding = (0b0111110 << 25); in emit_instruction() local 302 uint32_t encoding = 0; in emit_instruction() local [all …]
|
/third_party/python/Lib/test/ |
D | test_codecencodings_jp.py | 10 encoding = 'cp932' variable in Test_CP932 44 encoding = 'euc_jis_2004' variable in Test_EUC_JIS_2004 54 encoding = 'euc_jisx0213' variable in Test_EUC_JISX0213 64 encoding = 'euc_jp' variable in Test_EUC_JP_COMPAT 78 encoding = 'shift_jis' variable in Test_SJIS_COMPAT 92 encoding = 'shift_jis_2004' variable in Test_SJIS_2004 110 encoding = 'shift_jisx0213' variable in Test_SJISX0213
|
D | test_codecmaps_jp.py | 11 encoding = 'cp932' variable in TestCP932Map 26 encoding = 'euc_jp' variable in TestEUCJPCOMPATMap 33 encoding = 'shift_jis' variable in TestSJISCOMPATMap 47 encoding = 'euc_jisx0213' variable in TestEUCJISX0213Map 54 encoding = 'shift_jisx0213' variable in TestSJISX0213Map
|
D | test_codecencodings_cn.py | 10 encoding = 'gb2312' variable in Test_GB2312 23 encoding = 'gbk' variable in Test_GBK 37 encoding = 'gb18030' variable in Test_GB18030 61 encoding = 'hz' variable in Test_HZ
|
D | test_codecmaps_cn.py | 11 encoding = 'gb2312' variable in TestGB2312Map 16 encoding = 'gbk' variable in TestGBKMap 21 encoding = 'gb18030' variable in TestGB18030Map
|
/third_party/node/deps/undici/src/node_modules/busboy/test/ |
D | test-types-urlencoded.js | 18 encoding: 'utf-8', property 30 encoding: 'utf-8', property 42 encoding: 'utf-8', property 49 encoding: 'utf-8', property 61 encoding: 'utf-8', property 68 encoding: 'utf-8', property 80 encoding: 'utf-8', property 87 encoding: 'utf-8', property 99 encoding: 'utf-8', property 106 encoding: 'utf-8', property [all …]
|
/third_party/python/Python/ |
D | codecs.c | 87 char *encoding; in normalizestring() local 126 PyObject *_PyCodec_Lookup(const char *encoding) in _PyCodec_Lookup() 213 int PyCodec_KnownEncoding(const char *encoding) in PyCodec_KnownEncoding() 255 PyObject *codec_getitem(const char *encoding, int index) in codec_getitem() 289 PyObject *codec_getincrementalcodec(const char *encoding, in codec_getincrementalcodec() 306 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() 350 PyObject *PyCodec_Encoder(const char *encoding) in PyCodec_Encoder() 355 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() 360 PyObject *PyCodec_IncrementalEncoder(const char *encoding, in PyCodec_IncrementalEncoder() 366 PyObject *PyCodec_IncrementalDecoder(const char *encoding, in PyCodec_IncrementalDecoder() [all …]
|
/third_party/node/lib/internal/crypto/ |
D | diffiehellman.js | 149 function dhGenerateKeys(encoding) { argument 176 function dhGetPrime(encoding) { argument 187 function dhGetGenerator(encoding) { argument 198 function dhGetPublicKey(encoding) { argument 209 function dhGetPrivateKey(encoding) { argument 216 DiffieHellman.prototype.setPublicKey = function setPublicKey(key, encoding) { argument 224 DiffieHellman.prototype.setPrivateKey = function setPrivateKey(key, encoding) { argument 245 ECDH.prototype.generateKeys = function generateKeys(encoding, format) { argument 251 ECDH.prototype.getPublicKey = function getPublicKey(encoding, format) { argument 268 function encode(buffer, encoding) { argument
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | decode-ignore-bom.any.js | 6 {encoding: 'utf-8', bytes: [0xEF, 0xBB, 0xBF, 0x61, 0x62, 0x63]}, property 7 {encoding: 'utf-16le', bytes: [0xFF, 0xFE, 0x61, 0x00, 0x62, 0x00, 0x63, 0x00]}, property 8 {encoding: 'utf-16be', bytes: [0xFE, 0xFF, 0x00, 0x61, 0x00, 0x62, 0x00, 0x63]} property 15 async function pipeAndAssemble(inputChunks, encoding, ignoreBOM) { argument
|
/third_party/node/src/api/ |
D | encoding.cc | 13 enum encoding ParseEncoding(const char* encoding, in ParseEncoding() 121 Utf8Value encoding(isolate, encoding_v); in ParseEncoding() local 129 enum encoding encoding) { in Encode() 145 enum encoding encoding) { in DecodeBytes() 156 enum encoding encoding) { in DecodeWrite()
|
/third_party/node/lib/internal/webstreams/ |
D | encoding.js | 104 get encoding() { getter in TextEncoderStream 134 encoding: this[kHandle].encoding, property 149 constructor(encoding = 'utf-8', options = kEmptyObject) { argument 171 get encoding() { getter in TextDecoderStream 221 encoding: this[kHandle].encoding, property 231 encoding: kEnumerableProperty, property 237 encoding: kEnumerableProperty, property
|