/third_party/rust/crates/rustix/tests/net/ |
H A D | addr.rs | 11 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 D | test-lod-clamps.cpp | 30 uint16_t encoded; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_utils_test.cc | 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); in TestEncoding() local
|
/third_party/skia/tools/viewer/ |
H A D | ImageSlide.cpp | 28 sk_sp<SkData> encoded = SkData::MakeFromFileName(fPath.c_str()); in load() local
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_expand_name.c | 39 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 D | ares_expand_string.c | 44 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 D | punycode_test.c | 20 const char *encoded; member
|
H A D | pemtest.c | 19 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 D | CodecBench.cpp | 19 CodecBench::CodecBench(SkString baseName, SkData* encoded, SkColorType colorType, in CodecBench() argument
|
H A D | BitmapRegionDecoderBench.cpp | 15 BitmapRegionDecoderBench::BitmapRegionDecoderBench(const char* baseName, SkData* encoded, in BitmapRegionDecoderBench() argument
|
H A D | AndroidCodecBench.cpp | 15 AndroidCodecBench::AndroidCodecBench(SkString baseName, SkData* encoded, int sampleSize) in AndroidCodecBench() argument
|
/third_party/rust/crates/os_str_bytes/src/ |
H A D | pattern.rs | 48 let mut encoded = EncodedChar { in __encode() variables
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | base64.c | 35 char encoded[MAX_ENCODED_SIZE]; in test_encode_decode() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | 8bps.c | 63 const unsigned char *encoded = buf; in decode_frame() local
|
H A D | libopenh264enc.c | 389 int encoded; in svc_encode_frame() local
|
/third_party/skia/src/images/ |
H A D | SkWebpEncoder.cpp | 128 WebPData encoded = { encodedData->bytes(), encodedData->size() }; in Encode() local
|
/third_party/python/Python/ |
H A D | importdl.c | 41 PyObject *encoded = NULL; in get_encoded_name() local
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 222 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 D | EraRules.java | 292 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 D | EraRules.java | 294 private static int compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument [all...] |
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 249 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 D | TextureUploadFormatTest.cpp | 133 ColorT encoded; in EncodeThenZeroAndCopy() local
|
/third_party/skia/tests/ |
H A D | NdkEncodeTest.cpp | 53 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 D | image_shader.cpp | 85 sk_sp<SkData> encoded = src->encodeToData(SkEncodedImageFormat::kPNG, 100); in make_encode_gen() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | erarules.cpp | 81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument [all...] |