Home
last modified time | relevance | path

Searched refs:_codecs (Results 1 – 16 of 16) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h258 CCodecs *_codecs; variable
261 CReleaser(): _codecs(NULL) {} in CReleaser()
262 void Set(CCodecs *codecs) { _codecs = codecs; } in Set()
263 ~CReleaser() { if (_codecs) _codecs->CloseLibs(); } in ~CReleaser()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCRtpParameters.mm25 @synthesize codecs = _codecs;
58 _codecs = codecs;
77 for (RTC_OBJC_TYPE(RTCRtpCodecParameters) * codec in _codecs) {
/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py64 _codecs = [] variable in StructureCoder
68 cls._codecs.append(x)
72 return [(c.can_encode, c.do_encode) for c in cls._codecs]
76 return [(c.can_decode, c.do_decode) for c in cls._codecs]
/external/python/cpython2/RISCOS/
DMakefile86 @.^.Lib._codecs/pyd\
310 @.^.Lib._codecs/pyd: @.^.Modules.o._codecsmodule s.linktab
311 $(MAKEDLK) -d @.^.Lib._codecs/pyd -s s.linktab -o @.^.Modules.o._codecsmodule -e init_codecs
/external/python/cpython2/Lib/
Dcodecs.py15 from _codecs import *
/external/python/cpython3/Lib/
Dcodecs.py16 from _codecs import *
/external/python/cpython3/Modules/
DSetup109 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
/external/python/cpython3/Misc/NEWS.d/
D3.9.1rc1.rst399 Fix an incorrectly formatted error from :meth:`_codecs.charmap_decode` when
D3.9.0a4.rst164 Port _codecs extension module to multiphase initialization (:pep:`489`).
D3.5.0a1.rst3537 With the assistance of a new internal _codecs._forget_codec helping
/external/python/cpython2/Modules/
DSetup.dist120 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
/external/python/cpython3/Lib/test/
Dtest_codecs.py2759 from _codecs import _forget_codec
/external/python/cpython3/Doc/whatsnew/
D3.9.rst88 :mod:`_codecs`, :mod:`_contextvars`, :mod:`_crypt`, :mod:`_functools`,
/external/python/cpython2/
DREADME546 _codecs, _locale, _socket, _symtable, _testcapi, _weakref
/external/python/cpython3/Misc/
DHISTORY1750 - Issue #22166: With the assistance of a new internal _codecs._forget_codec
22402 - The _codecs support module for codecs.py was turned into a built-in
/external/python/cpython2/Misc/
DHISTORY5018 - The _codecs support module for codecs.py was turned into a built-in