Searched refs:_codec (Results 1 – 14 of 14) sorted by relevance
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonParser.java | 1847 return _codec().readValue(this, valueType); in readValueAs() 1870 return (T) _codec().readValue(this, valueTypeRef); in readValueAs() 1878 return _codec().readValues(this, valueType); in readValuesAs() 1886 return _codec().readValues(this, valueTypeRef); in readValuesAs() 1900 return (T) _codec().readTree(this); in readValueAsTree() 1903 protected ObjectCodec _codec() { in _codec() method in JsonParser
|
/external/webrtc/modules/video_coding/ |
D | encoded_frame.cc | 28 _codec(kVideoCodecGeneric) { in VCMEncodedFrame() 50 _codec = kVideoCodecGeneric; in Reset()
|
D | encoded_frame.h | 125 webrtc::VideoCodecType _codec; variable
|
D | frame_buffer.cc | 94 _codec = packet.codec(); in InsertPacket()
|
/external/scapy/scapy/asn1/ |
D | asn1.py | 100 self._codec = codec 102 return self.__class__(self._key, self._value, self._context, self._codec) 110 self._codec[codecnum] = codec 113 c = self._codec[codec]
|
/external/pdfium/third_party/libtiff/ |
D | tif_compress.c | 178 typedef struct _codec { struct 179 struct _codec* next; argument
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | TokenBuffer.java | 1432 protected ObjectCodec _codec; field in TokenBuffer.Parser 1494 _codec = codec; in Parser() 1506 public ObjectCodec getCodec() { return _codec; } in getCodec() 1509 public void setCodec(ObjectCodec c) { _codec = c; } in setCodec()
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 1936 return self._codec(self.CHARSET_ALIASES.get(charset, charset)) \ 1937 or (charset and self._codec(charset.replace("-", ""))) \ 1938 or (charset and self._codec(charset.replace("-", "_"))) \ 1941 def _codec(self, charset): member in UnicodeDammit
|
/external/python/cpython3/Doc/c-api/ |
D | codec.rst | 1 .. _codec-registry:
|
/external/python/cpython2/Doc/c-api/ |
D | codec.rst | 1 .. _codec-registry:
|
/external/libvpx/libvpx/ |
D | configure | 417 ${action}_codec ${option}
|
/external/python/cpython2/Doc/library/ |
D | codecs.rst | 327 .. _codec-base-classes: 375 .. _codec-objects:
|
/external/python/cpython3/Doc/library/ |
D | codecs.rst | 271 .. _codec-base-classes: 457 .. _codec-objects:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 283 .. _codec-handling-improvements:
|