Home
last modified time | relevance | path

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

1234

/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
/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
/third_party/ffmpeg/libavutil/tests/
H A Dbase64.c35 char encoded[MAX_ENCODED_SIZE]; in test_encode_decode() local
[all...]
/third_party/ffmpeg/libavcodec/
H A D8bps.c63 const unsigned char *encoded = buf; in decode_frame() local
H A Dlibopenh264enc.c389 int encoded; in svc_encode_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
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp133 ColorT encoded; in EncodeThenZeroAndCopy() local
/third_party/skia/tests/
H A DNdkEncodeTest.cpp53 auto encoded = encode_ndk(bm.pixmap(), rec.format, rec.quality); in DEF_TEST() local
287 auto encoded = encode_ndk(bm.pixmap(), rec.format, rec.quality); in DEF_TEST() local
/third_party/skia/gm/
H A Dimage_shader.cpp85 sk_sp<SkData> encoded = src->encodeToData(SkEncodedImageFormat::kPNG, 100); in make_encode_gen() local
/third_party/icu/icu4c/source/i18n/
H A Derarules.cpp81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument
[all...]

Completed in 12 milliseconds

1234