Home
last modified time | relevance | path

Searched refs:_codecs (Results 1 – 12 of 12) 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/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py51 _codecs = [] variable in StructureCoder
55 cls._codecs.append(x)
59 return [(c.can_encode, c.do_encode) for c in cls._codecs]
63 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/
DSetup.dist112 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
/external/python/cpython2/Modules/
DSetup.dist120 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
/external/python/cpython3/Lib/test/
Dtest_codecs.py2855 from _codecs import _forget_codec
/external/python/cpython2/
DREADME546 _codecs, _locale, _socket, _symtable, _testcapi, _weakref
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3537 With the assistance of a new internal _codecs._forget_codec helping
/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