Home
last modified time | relevance | path

Searched defs:encoded (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/rust/crates/rustix/tests/net/
H A Daddr.rs11 let mut encoded = std::mem::MaybeUninit::<SocketAddrStorage>::uninit(); in encode_decode() variables
17 let mut encoded = std::mem::MaybeUninit::<SocketAddrStorage>::uninit(); in encode_decode() variables
25 let mut encoded = std::mem::MaybeUninit::<SocketAddrStorage>::uninit(); in encode_decode() variables
/third_party/mesa3d/src/asahi/lib/tests/
H A Dtest-lod-clamps.cpp30 uint16_t encoded; member
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dbase64.cpp37 static void CheckTestCase(std::string_view encoded, std::string_view decoded) in CheckTestCase() argument
/arkcompiler/toolchain/tooling/test/
H A Dpt_base64_test.cpp129 std::string encoded = "SWYgeW91IGNhbiBzZWUgdGhpcyBtZXNzYWdlLCBpdCBtZWFucyB0aGF0IFB0QmFzZ" \ in HWTEST_F_L0() local
209 std::string encoded = "AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4O" \ in HWTEST_F_L0() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_utils_test.cc41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); in TestEncoding() local
/third_party/skia/tools/viewer/
H A DImageSlide.cpp28 sk_sp<SkData> encoded = SkData::MakeFromFileName(fPath.c_str()); in load() local
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dbase64_utils.h36 std::string encoded; in Base64Encode() local
/third_party/node/deps/cares/src/lib/
H A Dares_expand_name.c39 ares_status_t ares__expand_name_validated(const unsigned char *encoded, in ares__expand_name_validated() argument
87 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() argument
106 ares_status_t ares__expand_name_for_response(const unsigned char *encoded, in ares__expand_name_for_response() argument
H A Dares_expand_string.c44 ares_status_t ares_expand_string_ex(const unsigned char *encoded, in ares_expand_string_ex() argument
97 int ares_expand_string(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_string() argument
/third_party/openssl/test/
H A Dpunycode_test.c20 const char *encoded; member
H A Dpemtest.c19 const char *encoded; member
41 const char *encoded = b64_pem_data[idx].encoded; in test_b64() local
69 const char *encoded = b64_pem_data[0].encoded; in test_invalid() local
/third_party/skia/bench/
H A DCodecBench.cpp19 CodecBench::CodecBench(SkString baseName, SkData* encoded, SkColorType colorType, in CodecBench() argument
H A DBitmapRegionDecoderBench.cpp15 BitmapRegionDecoderBench::BitmapRegionDecoderBench(const char* baseName, SkData* encoded, in BitmapRegionDecoderBench() argument
H A DAndroidCodecBench.cpp15 AndroidCodecBench::AndroidCodecBench(SkString baseName, SkData* encoded, int sampleSize) in AndroidCodecBench() argument
/third_party/rust/crates/os_str_bytes/src/
H A Dpattern.rs48 let mut encoded = EncodedChar { in __encode() variables
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dbase64_utils.cpp137 std::string Decode(const std::string &encoded) in Decode() argument
/foundation/communication/netstack/frameworks/js/napi/http/cache/base64/src/
H A Dbase64_utils.cpp143 std::string Decode(const std::string &encoded) in Decode() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbase64_utils.cpp137 std::vector<uint8_t> Decode(const std::string &encoded) in Decode() argument
/third_party/ffmpeg/libavutil/tests/
H A Dbase64.c35 char encoded[MAX_ENCODED_SIZE]; in test_encode_decode() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_g711_codec.cpp56 int32_t AudioG711Encoder::Encode(int16_t *decoded, int32_t nSamples, uint8_t *encoded) in Encode() argument
106 int32_t AudioG711Decoder::Decode(uint8_t *encoded, int32_t nSamples, int16_t *decoded) in Decode() argument
/third_party/ffmpeg/libavcodec/
H A D8bps.c63 const unsigned char *encoded = buf; in decode_frame() local
/third_party/skia/src/images/
H A DSkWebpEncoder.cpp128 WebPData encoded = { encodedData->bytes(), encodedData->size() }; in Encode() local
/third_party/python/Python/
H A Dimportdl.c41 PyObject *encoded = NULL; in get_encoded_name() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dprune_deopt.cpp126 EncodedDeoptBundle encoded; in EncodeDeoptBundle() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dhelpers.cpp141 bool DecodeBase64Bytecode(const std::string &encoded, std::vector<uint8_t> &decoded) in DecodeBase64Bytecode() argument

Completed in 7 milliseconds

12345