Home
last modified time | relevance | path

Searched refs:_decoder (Results 1 – 25 of 25) sorted by relevance

/third_party/node/lib/internal/crypto/
Dcipher.js124 this._decoder = null;
189 this._decoder = getDecoder(this._decoder, outputEncoding);
190 return this._decoder.write(ret);
202 this._decoder = getDecoder(this._decoder, outputEncoding);
203 return this._decoder.end(ret);
/third_party/node/deps/undici/src/node_modules/busboy/lib/types/
Durlencoded.js48 this._decoder = getDecoder(charset);
90 this._key = this._decoder(this._key, this._encode);
98 this._key = this._decoder(this._key, this._encode);
162 this._val = this._decoder(this._val, this._encode);
225 this._key = this._decoder(this._key, this._encode);
227 this._val = this._decoder(this._val, this._encode);
/third_party/python/Lib/
D_pyio.py2084 self._decoder = None
2159 if (self._decoder is not None
2248 if self._decoder:
2249 self._decoder.reset()
2262 self._decoder = decoder
2300 if self._decoder is None:
2307 dec_buffer, dec_flags = self._decoder.getstate()
2317 decoded_chars = self._decoder.decode(input_chunk, eof)
2355 decoder = self._decoder
2493 if self._decoder:
[all …]
/third_party/ffmpeg/libavcodec/
Ddsddec.c118 AVCodec ff_##name_##_decoder = { \
Ddpcm.c413 AVCodec ff_ ## name_ ## _decoder = { \
Dpcm.c575 AVCodec ff_ ## name_ ## _decoder = { \
Dadpcm.c2155 AVCodec ff_ ## name_ ## _decoder = { \
/third_party/libsnd/src/G72x/
DREADME.original53 sample = {g721,g723_24,g723_40}_decoder(code, coding, &state);
/third_party/node/lib/
Dreadline.js354 _decoder: { property
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c126 #define DECODER_SYMBOL0(CODEC) ff_##CODEC##_decoder in LLVMFuzzerTestOneInput()
/third_party/node/doc/api/
Dstream.md3799 this._decoder = new StringDecoder(options && options.defaultEncoding);
3804 chunk = this._decoder.write(chunk);
3810 this.data += this._decoder.end();
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md731 * \[[`25513a473a`](https://github.com/nodejs/node/commit/25513a473a)] - **string\_decoder**: fix pe…
859 …s://github.com/nodejs/node/commit/725ad5b1ce)] - **lib**: remove string\_decoder.js var redeclarat…
1499 …tps://github.com/nodejs/node/commit/d383d624de)] - **doc**: sort string\_decoder alphabetically (T…
DCHANGELOG_V13.md577 …node/commit/35bea0798e)] - **doc**: add support encoding link on string\_decoder.md (himself65) [#…
1322 * \[[`cf563bbd7f`](https://github.com/nodejs/node/commit/cf563bbd7f)] - **doc,string\_decoder**: us…
1612 …com/nodejs/node/commit/2f1ae4f2bf)] - **readline**: eagerly load string\_decoder (Ruben Bridgewate…
1982 …/nodejs/node/commit/d37d340472)] - **lib**: change var to let in string\_decoder (mkdorff) [#30393…
DCHANGELOG_IOJS.md1176 * \[[`898d423820`](https://github.com/nodejs/node/commit/898d423820)] - **string\_decoder**: don't …
1394 * \[[`0fa6c4a6fc`](https://github.com/nodejs/node/commit/0fa6c4a6fc)] - **string\_decoder**: don't …
1725 * \[[`8a945814dd`](https://github.com/nodejs/node/commit/8a945814dd)] - **string\_decoder**: optimi…
DCHANGELOG_V9.md878 * \[[`9af1e4b286`](https://github.com/nodejs/node/commit/9af1e4b286)] - **string\_decoder**: reset …
981 …s://github.com/nodejs/node/commit/97e882061d)] - **benchmark**: (string\_decoder) use destructurin…
2289 …ithub.com/nodejs/node/commit/eb4940e2d2)] - **(SEMVER-MAJOR)** **string\_decoder**: Migrate to use…
DCHANGELOG_V10.md2422 * \[[`a10d03d4fe`](https://github.com/nodejs/node/commit/a10d03d4fe)] - **string\_decoder**: suppor…
3874 * \[[`0ace8f9835`](https://github.com/nodejs/node/commit/0ace8f9835)] - **string\_decoder**: lazy l…
4889 * \[[`e782715d0a`](https://github.com/nodejs/node/commit/e782715d0a)] - **string\_decoder**: fix re…
4890 * \[[`180af17b52`](https://github.com/nodejs/node/commit/180af17b52)] - **string\_decoder**: reimpl…
4896 …/node/commit/bc6965bdd2)] - **test**: fix arg names in benchmark string\_decoder (Anatoli Papirovs…
DCHANGELOG_V6.md3713 * \[[`dd51b1f428`](https://github.com/nodejs/node/commit/dd51b1f428)] - **buffer,string\_decoder**:…
4349 * \[[`962ac37e1f`](https://github.com/nodejs/node/commit/962ac37e1f)] - **string\_decoder**: fix ba…
4501 …com/nodejs/node/commit/1c1256718e)] - **doc**: addresses nits in string\_decoder, url, util (Jerem…
4522 …dejs/node/commit/f3ae42168a)] - **doc**: general improvements to string\_decoder.md copy (James M …
4569 * \[[`79ad172589`](https://github.com/nodejs/node/commit/79ad172589)] - **string\_decoder**: rewrit…
DCHANGELOG_V4.md2068 * \[[`cc0e36ff98`](https://github.com/nodejs/node/commit/cc0e36ff98)] - **string\_decoder**: fix pe…
2256 …s://github.com/nodejs/node/commit/ea16d8d7c5)] - **lib**: remove string\_decoder.js var redeclarat…
2826 …tps://github.com/nodejs/node/commit/34b8d28725)] - **doc**: sort string\_decoder alphabetically (T…
DCHANGELOG_V15.md961 * \[[`d2b9e7cb01`](https://github.com/nodejs/node/commit/d2b9e7cb01)] - **string\_decoder**: throw …
1320 * \[[`a15addc153`](https://github.com/nodejs/node/commit/a15addc153)] - **string\_decoder**: refact…
DCHANGELOG_ARCHIVE.md868 * string\_decoder: Add 'end' method, do base64 properly (isaacs)
DCHANGELOG_V8.md1133 * \[[`f96b0bf494`](https://github.com/nodejs/node/commit/f96b0bf494)] - **string\_decoder**: reset …
2481 …/nodejs/node/commit/0eb2826688)] - **test**: reduce run time for string\_decoder benchmark (Rich T…
2665 …s://github.com/nodejs/node/commit/27e0532eab)] - **test**: added string\_decoder.js a parallel tes…
4500 …ithub.com/nodejs/node/commit/24ef1e6775)] - **(SEMVER-MAJOR)** **string\_decoder**: align UTF-8 ha…
DCHANGELOG_V12.md2349 …node/commit/ab1136a7ed)] - **doc**: add support encoding link on string\_decoder.md (himself65) [#…
3361 * \[[`b0e4a02dca`](https://github.com/nodejs/node/commit/b0e4a02dca)] - **doc,string\_decoder**: us…
3492 …com/nodejs/node/commit/835151dadd)] - **readline**: eagerly load string\_decoder (Ruben Bridgewate…
3792 …/nodejs/node/commit/45e9c31885)] - **lib**: change var to let in string\_decoder (mkdorff) [#30393…
DCHANGELOG_V17.md223 * \[[`3492a0eb1e`](https://github.com/nodejs/node/commit/3492a0eb1e)] - **string\_decoder**: fix cr…
DCHANGELOG_V14.md1160 * \[[`1dc4dea215`](https://github.com/nodejs/node/commit/1dc4dea215)] - **string\_decoder**: throw …
1161 * \[[`0db9101922`](https://github.com/nodejs/node/commit/0db9101922)] - **string\_decoder**: refact…
DCHANGELOG_V11.md2657 …ithub.com/nodejs/node/commit/06f6ac179c)] - **(SEMVER-MAJOR)** **string\_decoder**: fix number of …