Searched refs:Decode (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | encodedstreamtest.cpp | 92 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestEncodedInputStream() 93 EXPECT_TRUE(MemoryEncoding::Decode(eis, &actual)); in TestEncodedInputStream() 110 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestEncodedInputStream() 111 EXPECT_TRUE(MemoryEncoding::Decode(eis, &actual)); in TestEncodedInputStream() 132 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestAutoUTFInputStream() 133 EXPECT_TRUE(AutoUTF<unsigned>::Decode(eis, &actual)); in TestAutoUTFInputStream() 151 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestAutoUTFInputStream() 152 EXPECT_TRUE(AutoUTF<unsigned>::Decode(eis, &actual)); in TestAutoUTFInputStream()
|
D | encodingstest.cpp | 318 bool result = UTF8<>::Decode(is, &decodedCodepoint); in TEST() 378 bool result = UTF16<>::Decode(is, &decodedCodepoint); in TEST() 409 bool result = UTF32<>::Decode(is, &decodedCodepoint); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | encodings.h | 124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 263 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 386 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 495 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 565 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 567 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode() 591 if (!SourceEncoding::Decode(is, &codepoint)) in Transcode()
|
D | writer.h | 265 if (!SourceEncoding::Decode(is, &codepoint)) in WriteString()
|
/packages/modules/adb/ |
D | compression_utils.h | 57 virtual DecodeResult Decode(std::span<char>* output) = 0; 93 DecodeResult Decode(std::span<char>* output) final { in Decode() function 142 DecodeResult Decode(std::span<char>* output) final { in Decode() function 246 DecodeResult Decode(std::span<char>* output) final { in Decode() function 394 DecodeResult Decode(std::span<char>* output) final { in Decode() function
|
/packages/modules/DnsResolver/tests/testdata/ |
D | README.md | 84 ## Decode packets in pbtext 124 Decode packet
|
/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 318 DecodeResult result = decoder->Decode(&output); in handle_send_file_data()
|
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 1213 DecodeResult result = decoder->Decode(&output); in sync_recv_v2()
|