Home
last modified time | relevance | path

Searched refs:test_encode (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dconcat_macros.h53 void test_encode(OutIt& out_it, char16_t value) { in test_encode() function
68 void test_encode(OutIt& out_it, char32_t value) { in test_encode() function
70 test_encode(out_it, static_cast<char16_t>(value)); in test_encode()
91 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
96 test_encode(out_it, static_cast<char16_t>(value)); in test_transcode()
101 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
111 test_encode(out_it, value); in test_transcode()
113 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
130 test_encode(out_it, value); in test_transcode()
132 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_uu.py23 def test_encode(self): member in UUTest
95 def test_encode(self): member in UUStdIOTest
118 def test_encode(self): member in UUFileTest
Dtest_quopri.py146 def test_encode(self): member in QuopriTestCase
Dtest_base64.py40 def test_encode(self): member in LegacyBase64TestCase
Dtest_multibytecodec.py249 def test_encode(self): member in TestStateful
Dtest_pydoc.py553 def test_encode(self): member in TestUnicode
Dtest_codecs.py1065 def test_encode(self): member in PunycodeTest
1394 def test_encode(self): member in CodecsModuleTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_uu.py61 def test_encode(self): member in UUTest
188 def test_encode(self): member in UUStdIOTest
213 def test_encode(self): member in UUFileTest
Dtest_quopri.py153 def test_encode(self): member in QuopriTestCase
Dtest_codecs.py1338 def test_encode(self): member in PunycodeTest
1651 def test_encode(self): member in CodecsModuleTest
3251 def test_encode(self): member in ASCIITest
3290 def test_encode(self): member in Latin1Test
3488 def test_encode(self): member in Rot13Test
Dtest_multibytecodec.py378 def test_encode(self): member in TestStateful
Dtest_base64.py59 def test_encode(self): member in LegacyBase64TestCase
/aosp_15_r20/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_shell.py32 def test_encode(self): member in ShellTest
/aosp_15_r20/external/skia/tests/
H A DEncodeTest.cpp70 static void test_encode(skiatest::Reporter* r, SkEncodedImageFormat format) { in test_encode() function
114 test_encode(r, SkEncodedImageFormat::kJPEG); in DEF_TEST()
115 test_encode(r, SkEncodedImageFormat::kPNG); in DEF_TEST()
H A DImageTest.cpp220 static void test_encode(skiatest::Reporter* reporter, GrDirectContext* dContext, SkImage* image) { in test_encode() function
242 test_encode(reporter, nullptr, create_image().get()); in DEF_TEST()
250 test_encode(reporter, dContext, create_gpu_image(dContext).get()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dexprs.m39 void test_encode() { function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
Dtests.py98 def test_encode(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
Dtests.py98 def test_encode(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
Dtests.py98 def test_encode(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
Dtests.py98 def test_encode(): function
/aosp_15_r20/external/libopus/tests/
H A Dtest_opus_encode.c143 int test_encode(OpusEncoder *enc, int channels, int frame_size, OpusDecoder *dec) in test_encode() function
282 if(test_encode(enc, num_channels, frame_size, dec)) { in fuzz_encoder_settings()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
H A Dlib.rs438 fn test_encode() { in test_encode() function
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/
Dlib.rs438 fn test_encode() { in test_encode() function
/aosp_15_r20/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py2611 def test_encode(self): member in TestBase64
2745 def test_encode(self): member in TestQuopri
Dtest_email.py2849 def test_encode(self): member in TestBase64
2983 def test_encode(self): member in TestQuopri

12