Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp92 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()
Dencodingstest.cpp318 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/
Dencodings.h124 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()
Dwriter.h265 if (!SourceEncoding::Decode(is, &codepoint)) in WriteString()
/packages/modules/adb/
Dcompression_utils.h57 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/
DREADME.md84 ## Decode packets in pbtext
124 Decode packet
/packages/modules/adb/daemon/
Dfile_sync_service.cpp318 DecodeResult result = decoder->Decode(&output); in handle_send_file_data()
/packages/modules/adb/client/
Dfile_sync_client.cpp1213 DecodeResult result = decoder->Decode(&output); in sync_recv_v2()