HomeSort by relevance Sort by last modified time
    Searched refs:_encoder (Results 1 - 20 of 20) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
application.py 17 _encoder=encoders.encode_base64, **_params):
25 _encoder is a function which will perform the actual encoding for
36 _encoder(self)
image.py 21 _encoder=encoders.encode_base64, **_params):
30 _encoder is a function which will perform the actual encoding for
47 _encoder(self)
audio.py 48 _encoder=encoders.encode_base64, **_params):
58 _encoder is a function which will perform the actual encoding for
75 _encoder(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
application.py 17 _encoder=encoders.encode_base64, **_params):
25 _encoder is a function which will perform the actual encoding for
36 _encoder(self)
image.py 21 _encoder=encoders.encode_base64, **_params):
30 _encoder is a function which will perform the actual encoding for
47 _encoder(self)
audio.py 48 _encoder=encoders.encode_base64, **_params):
58 _encoder is a function which will perform the actual encoding for
75 _encoder(self)
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 32 _encoder = 0;
33 _encoder = Lzma2Enc_Create(&g_Alloc, &g_BigAlloc);
34 if (_encoder == 0)
40 if (_encoder != 0)
41 Lzma2Enc_Destroy(_encoder);
68 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props));
73 Byte prop = Lzma2Enc_WriteProperties(_encoder);
84 SRes res = Lzma2Enc_Encode(_encoder, &outWrap.p, &inWrap.p, progress ? &progressWrap.p : NULL);
LzmaEncoder.cpp 25 _encoder = 0;
26 _encoder = LzmaEnc_Create(&g_Alloc);
27 if (_encoder == 0)
33 if (_encoder != 0)
34 LzmaEnc_Destroy(_encoder, &g_Alloc, &g_BigAlloc);
121 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props));
128 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size));
139 SRes res = LzmaEnc_Encode(_encoder, &outWrap.p, &inWrap.p, progress ? &progressWrap.p : NULL, &g_Alloc, &g_BigAlloc);
Lzma2Encoder.h 21 CLzma2EncHandle _encoder; member in class:NCompress::NLzma2::CEncoder
LzmaEncoder.h 21 CLzmaEncHandle _encoder; member in class:NCompress::NLzma::CEncoder
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
encoder.py 227 _encoder = encode_basestring_ascii
229 _encoder = encode_basestring
231 def _encoder(o, _orig_encoder=_encoder, _encoding=self.encoding): function in function:JSONEncoder.iterencode
262 markers, self.default, _encoder, self.indent,
267 markers, self.default, _encoder, self.indent, floatstr,
272 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr,
313 yield buf + _encoder(value)
387 yield _encoder(key)
390 yield _encoder(value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
encoder.py 227 _encoder = encode_basestring_ascii
229 _encoder = encode_basestring
231 def _encoder(o, _orig_encoder=_encoder, _encoding=self.encoding): function in function:JSONEncoder.iterencode
262 markers, self.default, _encoder, self.indent,
267 markers, self.default, _encoder, self.indent, floatstr,
272 def _make_iterencode(markers, _default, _encoder, _indent, _floatstr,
313 yield buf + _encoder(value)
387 yield _encoder(key)
390 yield _encoder(value
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 451 if enabled ${cf}_encoder && enabled ${cf}_decoder; then
453 elif enabled ${cf}_encoder; then
  /external/libvpx/libvpx/
configure 469 if enabled ${cf}_encoder && enabled ${cf}_decoder; then
471 elif enabled ${cf}_encoder; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 205 field_descriptor._encoder = field_encoder
783 field_descriptor._encoder(write_bytes, field_value)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 215 field_descriptor._encoder = field_encoder
829 field_descriptor._encoder(write_bytes, field_value)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py     [all...]

Completed in 920 milliseconds