Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamdepacketizer_fuzzer/
H A Dstreamdepacketizer_fuzzer.cpp39 Communication::SoftBus::StreamDepacketizer decode(1); in DepacketizeHeaderTest() local
53 Communication::SoftBus::StreamDepacketizer decode(1); in DepacketizeBufferTest() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs43 pub(crate) fn decode( in decode() method
82 pub(crate) fn decode( in decode() method
210 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() method
239 fn decode(self, buf: &[u8]) -> DecResult<(usize, EncoderInstruction), InstDecodeState> { in decode() method
297 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() method
351 fn decode( in decode() method
539 fn decode(mut self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() method
585 fn decode(mut self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() method
660 fn decode(self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() method
701 fn decode(mut self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() method
[all …]
H A Dencoder.rs750 pub(crate) fn decode( in decode() method
794 fn decode(self, buf: &mut &[u8]) -> DecResult<DecoderInstruction, InstDecodeState> { in decode() method
814 fn decode( in decode() method
846 fn decode( in decode() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Ddecoder.rs46 pub(crate) fn decode(&mut self) -> Result<Option<Representation>, H2Error> { in decode() method
168 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() method
206 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() method
235 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() method
278 fn decode(self, buf: &mut &[u8]) -> DecResult<(PrefixBit, usize), IndexInner> { in decode() method
326 fn decode(mut self, buf: &mut &[u8]) -> DecResult<(PrefixBit, usize), IndexInner> { in decode() method
360 fn decode(self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() method
406 fn decode(mut self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() method
449 fn decode(mut self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() method
493 fn decode(mut self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() method
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/util/
H A Dtest_util.rs16 pub fn decode(str: &str) -> Option<Vec<u8>> { in decode() function
/aosp14/frameworks/base/errorprone/tests/res/libcore/util/
H A DHexEncoding.java24 public static byte[] decode(String encoded) { in decode() method in HexEncoding
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmod.rs20 mod decode; module
/aosp14/frameworks/base/errorprone/tests/res/android/util/
H A DBase64.java20 public static byte[] decode(String str, int flags) { in decode() method in Base64
/aosp14/frameworks/base/core/java/android/util/
H A DBase64.java119 public static byte[] decode(String str, int flags) { in decode() method in Base64
137 public static byte[] decode(byte[] input, int flags) { in decode() method in Base64
157 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode() method in Base64
/aosp14/frameworks/base/tools/preload/
H A DRecord.java148 String decode(String rawField) { in decode() method in Record
/ohos5.0/build/lite/
H A Dutils.py33 def decode(data, encoding: str = 'utf-8'): function
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapDecodeTest.kt63 private fun decode(mode: DecodeMode) { regex
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp29 int64_t decode = frameInfo.timePonit.finishDecode - frameInfo.timePonit.startDecode; in CalProcessTime() local
/aosp14/frameworks/base/core/java/android/net/
H A DUriCodec.java76 public static String decode( in decode() method in UriCodec
/aosp14/frameworks/base/media/jni/soundpool/
H A DSound.cpp48 static status_t decode(int fd, int64_t offset, int64_t length, in decode() function
/aosp14/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java174 private void decode(ByteBuffer content) { in decode() method in DisplaySinkService
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommand.java228 private DataItem decode(byte[] data) throws CborException { in decode() method in RemoteProvisioningShellCommand
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
H A Dmod.rs225 pub(crate) fn decode(&mut self, src: &[u8]) -> Result<(), HuffmanDecodeError> { in decode() method
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbMidiPacketConverter.java179 public void decode(byte[] usbMidiBytes, int size) { in decode() method in UsbMidiPacketConverter.UsbMidiDecoder
/aosp14/frameworks/base/core/java/android/webkit/
H A DURLUtil.java113 public static byte[] decode(byte[] url) throws IllegalArgumentException { in decode() method in URLUtil
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java321 private void decode() { in decode() method in MediaDecoder
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dpart.rs70 pub(crate) fn decode<'a>( in decode() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dheaders.rs158 pub(crate) fn decode<'a>( in decode() method
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp399 SkCodec::Result ImageDecoder::decode(void* pixels, size_t rowBytes) { in decode() function in ImageDecoder
/aosp14/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java285 public static VpnProfile decode(String key, byte[] value) { in decode() method in VpnProfile

12