/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streamdepacketizer_fuzzer/ |
H A D | streamdepacketizer_fuzzer.cpp | 39 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 D | decoder.rs | 43 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 D | encoder.rs | 750 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 D | decoder.rs | 46 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 D | test_util.rs | 16 pub fn decode(str: &str) -> Option<Vec<u8>> { in decode() function
|
/aosp14/frameworks/base/errorprone/tests/res/libcore/util/ |
H A D | HexEncoding.java | 24 public static byte[] decode(String encoded) { in decode() method in HexEncoding
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | mod.rs | 20 mod decode; module
|
/aosp14/frameworks/base/errorprone/tests/res/android/util/ |
H A D | Base64.java | 20 public static byte[] decode(String str, int flags) { in decode() method in Base64
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | Base64.java | 119 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 D | Record.java | 148 String decode(String rawField) { in decode() method in Record
|
/ohos5.0/build/lite/ |
H A D | utils.py | 33 def decode(data, encoding: str = 'utf-8'): function
|
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/ |
H A D | GainmapDecodeTest.kt | 63 private fun decode(mode: DecodeMode) { regex
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/ |
H A D | dcamera_time_statistician.cpp | 29 int64_t decode = frameInfo.timePonit.finishDecode - frameInfo.timePonit.startDecode; in CalProcessTime() local
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | UriCodec.java | 76 public static String decode( in decode() method in UriCodec
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | Sound.cpp | 48 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 D | DisplaySinkService.java | 174 private void decode(ByteBuffer content) { in decode() method in DisplaySinkService
|
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/ |
H A D | RemoteProvisioningShellCommand.java | 228 private DataItem decode(byte[] data) throws CborException { in decode() method in RemoteProvisioningShellCommand
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/huffman/ |
H A D | mod.rs | 225 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 D | UsbMidiPacketConverter.java | 179 public void decode(byte[] usbMidiBytes, int size) { in decode() method in UsbMidiPacketConverter.UsbMidiDecoder
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | URLUtil.java | 113 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 D | MediaDecoder.java | 321 private void decode() { in decode() method in MediaDecoder
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/ |
H A D | part.rs | 70 pub(crate) fn decode<'a>( in decode() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | headers.rs | 158 pub(crate) fn decode<'a>( in decode() method
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | ImageDecoder.cpp | 399 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 D | VpnProfile.java | 285 public static VpnProfile decode(String key, byte[] value) { in decode() method in VpnProfile
|