Searched refs:_codecs (Results 1 – 16 of 16) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 258 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/ |
D | RTCRtpParameters.mm | 25 @synthesize codecs = _codecs; 58 _codecs = codecs; 77 for (RTC_OBJC_TYPE(RTCRtpCodecParameters) * codec in _codecs) {
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | nested_structure_coder.py | 64 _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/ |
D | Makefile | 86 @.^.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/ |
D | codecs.py | 15 from _codecs import *
|
/external/python/cpython3/Lib/ |
D | codecs.py | 16 from _codecs import *
|
/external/python/cpython3/Modules/ |
D | Setup | 109 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.1rc1.rst | 399 Fix an incorrectly formatted error from :meth:`_codecs.charmap_decode` when
|
D | 3.9.0a4.rst | 164 Port _codecs extension module to multiphase initialization (:pep:`489`).
|
D | 3.5.0a1.rst | 3537 With the assistance of a new internal _codecs._forget_codec helping
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 120 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
|
/external/python/cpython3/Lib/test/ |
D | test_codecs.py | 2759 from _codecs import _forget_codec
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 88 :mod:`_codecs`, :mod:`_contextvars`, :mod:`_crypt`, :mod:`_functools`,
|
/external/python/cpython2/ |
D | README | 546 _codecs, _locale, _socket, _symtable, _testcapi, _weakref
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1750 - 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/ |
D | HISTORY | 5018 - The _codecs support module for codecs.py was turned into a built-in
|