Home
last modified time | relevance | path

Searched defs:encoded (Results 1 - 25 of 105) 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
/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
/third_party/googletest/googlemock/src/
H A Dgmock-internal-utils.cc222 bool Base64Unescape(const std::string& encoded, std::string* decoded) { in Base64Unescape() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DEraRules.java292 private static int compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DEraRules.java294 private static int compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument
[all...]
/third_party/python/Tools/scripts/
H A Dhighlight.py249 encoded = raw_highlight(classified_text) variable
251 encoded = build_html_page(classified_text, title=sourcefile) variable
253 encoded = html_highlight(classified_text) variable
255 encoded = latex_highlight(classified_text, title=sourcefile) variable
257 encoded = ansi_highlight(classified_text) variable

Completed in 8 milliseconds

12345