Searched refs:_decoder (Results 1 – 16 of 16) sorted by relevance
/third_party/node/lib/internal/crypto/ |
D | cipher.js | 105 this._decoder = null; 164 this._decoder = getDecoder(this._decoder, outputEncoding); 165 return this._decoder.write(ret); 177 this._decoder = getDecoder(this._decoder, outputEncoding); 178 return this._decoder.end(ret);
|
/third_party/python/Lib/ |
D | _pyio.py | 2084 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/mindspore/tests/st/networks/models/bert/src/ |
D | CRF.py | 127 def _decoder(self, features): member in CRF 154 path_list, tag = self._decoder(features)
|
/third_party/libxml2/python/ |
D | drv_libxml2.py | 48 _decoder = codecs.lookup("utf8")[1] variable 53 return _decoder(s)[0]
|
/third_party/ffmpeg/libavcodec/ |
D | dsddec.c | 118 AVCodec ff_##name_##_decoder = { \
|
D | dpcm.c | 413 AVCodec ff_ ## name_ ## _decoder = { \
|
D | pcm.c | 575 AVCodec ff_ ## name_ ## _decoder = { \
|
D | adpcm.c | 2155 AVCodec ff_ ## name_ ## _decoder = { \
|
/third_party/libsnd/src/G72x/ |
D | README.original | 53 sample = {g721,g723_24,g723_40}_decoder(code, coding, &state);
|
/third_party/node/benchmark/ |
D | README.md | 39 | string\_decoder | Benchmarks for the `string_decoder` subsystem. …
|
/third_party/node/lib/ |
D | readline.js | 291 this._decoder = new StringDecoder('utf8'); 565 let string = this._decoder.write(b);
|
/third_party/ffmpeg/tools/ |
D | target_dec_fuzzer.c | 126 #define DECODER_SYMBOL0(CODEC) ff_##CODEC##_decoder in LLVMFuzzerTestOneInput()
|
/third_party/node/doc/api/ |
D | stream.md | 2187 this._decoder = new StringDecoder(options && options.defaultEncoding); 2192 chunk = this._decoder.write(chunk); 2198 this.data += this._decoder.end();
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 214 …node/commit/35bea0798e)] - **doc**: add support encoding link on string\_decoder.md (himself65) [#… 1240 …com/nodejs/node/commit/2f1ae4f2bf)] - **readline**: eagerly load string\_decoder (Ruben Bridgewate… 1608 …/nodejs/node/commit/d37d340472)] - **lib**: change var to let in string\_decoder (mkdorff) [#30393…
|
D | CHANGELOG_V12.md | 1082 …com/nodejs/node/commit/835151dadd)] - **readline**: eagerly load string\_decoder (Ruben Bridgewate…
|
D | CHANGELOG_V10.md | 4616 …/node/commit/bc6965bdd2)] - **test**: fix arg names in benchmark string\_decoder (Anatoli Papirovs…
|