/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | concat_macros.h | 53 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/ |
D | test_uu.py | 23 def test_encode(self): member in UUTest 95 def test_encode(self): member in UUStdIOTest 118 def test_encode(self): member in UUFileTest
|
D | test_quopri.py | 146 def test_encode(self): member in QuopriTestCase
|
D | test_base64.py | 40 def test_encode(self): member in LegacyBase64TestCase
|
D | test_multibytecodec.py | 249 def test_encode(self): member in TestStateful
|
D | test_pydoc.py | 553 def test_encode(self): member in TestUnicode
|
D | test_codecs.py | 1065 def test_encode(self): member in PunycodeTest 1394 def test_encode(self): member in CodecsModuleTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_uu.py | 61 def test_encode(self): member in UUTest 188 def test_encode(self): member in UUStdIOTest 213 def test_encode(self): member in UUFileTest
|
D | test_quopri.py | 153 def test_encode(self): member in QuopriTestCase
|
D | test_codecs.py | 1338 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
|
D | test_multibytecodec.py | 378 def test_encode(self): member in TestStateful
|
D | test_base64.py | 59 def test_encode(self): member in LegacyBase64TestCase
|
/aosp_15_r20/external/clang/tools/scan-build-py/tests/unit/ |
H A D | test_shell.py | 32 def test_encode(self): member in ShellTest
|
/aosp_15_r20/external/skia/tests/ |
H A D | EncodeTest.cpp | 70 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 D | ImageTest.cpp | 220 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 D | exprs.m | 39 void test_encode() { function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 98 def test_encode(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 98 def test_encode(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 98 def test_encode(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 98 def test_encode(): function
|
/aosp_15_r20/external/libopus/tests/ |
H A D | test_opus_encode.c | 143 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 D | lib.rs | 438 fn test_encode() { in test_encode() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/ |
D | lib.rs | 438 fn test_encode() { in test_encode() function
|
/aosp_15_r20/external/python/cpython2/Lib/email/test/ |
D | test_email_renamed.py | 2611 def test_encode(self): member in TestBase64 2745 def test_encode(self): member in TestQuopri
|
D | test_email.py | 2849 def test_encode(self): member in TestBase64 2983 def test_encode(self): member in TestQuopri
|