| /external/guava/android/guava-tests/test/com/google/common/io/ |
| D | BaseEncodingTest.java | 346 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing() 348 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local 349 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local 353 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators() 361 decoded, in testEncodingWithSeparators() local 367 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding() 372 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes() 377 BaseEncoding encoding, String decoded, int offset, int len, String encoded) { in testEncodesWithOffset() 381 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes() 413 BaseEncoding encoding, String decoded, String encoded) throws IOException { in testStreamingEncodingWithCasing() [all …]
|
| /external/guava/guava-tests/test/com/google/common/io/ |
| D | BaseEncodingTest.java | 346 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing() 348 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local 349 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local 353 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators() 361 decoded, in testEncodingWithSeparators() local 367 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding() 372 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes() 377 BaseEncoding encoding, String decoded, int offset, int len, String encoded) { in testEncodesWithOffset() 381 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes() 413 BaseEncoding encoding, String decoded, String encoded) throws IOException { in testStreamingEncodingWithCasing() [all …]
|
| /external/python/cpython3/Modules/ |
| D | _codecsmodule.c | 162 PyObject *codec_tuple(PyObject *decoded, in codec_tuple() 183 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl() local 266 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl() local 286 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl() local 308 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_decode_impl() local 330 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_le_decode_impl() local 352 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_be_decode_impl() local 382 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_ex_decode_impl() local 406 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_decode_impl() local 428 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_le_decode_impl() local [all …]
|
| /external/opencensus-java/api/src/test/java/io/opencensus/trace/ |
| D | LowerCaseBase16EncodingTest.java | 70 private static void testEncoding(String decoded, String encoded) { in testEncoding() 75 private static void testEncodes(String decoded, String encoded) { in testEncodes() 80 private static void testDecodes(String encoded, String decoded) { in testDecodes()
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/ |
| D | audio_decoder.cc | 22 int16_t* decoded, SpeechType* speech_type) { in Decode() 35 int16_t* decoded, SpeechType* speech_type) { in DecodeRedundant() 48 int sample_rate_hz, int16_t* decoded, in DecodeRedundantInternal() 56 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc()
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
| D | ilbc.c | 145 int16_t* decoded, in WebRtcIlbcfix_Decode() 198 int16_t* decoded, in WebRtcIlbcfix_Decode20Ms() 226 int16_t* decoded, in WebRtcIlbcfix_Decode30Ms() 252 int16_t* decoded, in WebRtcIlbcfix_DecodePlc() 267 int16_t* decoded, in WebRtcIlbcfix_NetEqPlc()
|
| D | audio_decoder_ilbc.cc | 34 int16_t* decoded, in DecodeInternal() 44 size_t AudioDecoderIlbc::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc()
|
| /external/python/cpython3/Modules/cjkcodecs/ |
| D | _codecs_jp.c | 88 Py_UCS4 decoded; in DECODER() local 245 Py_UCS4 code, decoded; in DECODER() local 386 Py_UCS4 decoded; in DECODER() local 512 Py_UCS4 decoded; in DECODER() local 675 Py_UCS4 code, decoded; in DECODER() local
|
| D | _codecs_cn.c | 100 Py_UCS4 decoded; in DECODER() local 161 Py_UCS4 decoded; in DECODER() local 269 Py_UCS4 decoded; in DECODER() local 414 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_tw.c | 49 Py_UCS4 decoded; in DECODER() local 108 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_kr.c | 111 Py_UCS4 decoded; in DECODER() local 208 Py_UCS4 decoded; in DECODER() local 365 Py_UCS4 decoded; in DECODER() local
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
| D | DecodeJob.java | 108 Resource<T> decoded = loadFromCache(resultKey.getOriginalKey()); in decodeSourceFromCache() local 127 Resource<T> decoded = decodeSource(); in decodeFromSource() local 136 private Resource<Z> transformEncodeAndTranscode(Resource<T> decoded) { in transformEncodeAndTranscode() 166 Resource<T> decoded = null; in decodeSource() local 184 final Resource<T> decoded; in decodeFromSourceData() local 230 private Resource<T> transform(Resource<T> decoded) { in transform()
|
| /external/perfetto/src/traced/probes/android_log/ |
| D | android_log_data_source_unittest.cc | 223 const auto& decoded = event_packet.android_log().events(); in TEST_F() local 275 const auto& decoded = event_packet.android_log().events(); in TEST_F() local 297 const auto& decoded = event_packet.android_log().events(); in TEST_F() local 321 const auto& decoded = event_packet.android_log().events(); in TEST_F() local 405 const auto& decoded = event_packet.android_log().events(); in TEST_F() local
|
| /external/webrtc/webrtc/base/ |
| D | urlencode.cc | 156 InternalUrlEncodeString(const std::string & decoded, in InternalUrlEncodeString() 167 UrlEncodeString(const std::string & decoded) { in UrlEncodeString() 172 UrlEncodeStringWithoutEncodingSpaceAsPlus(const std::string & decoded) { in UrlEncodeStringWithoutEncodingSpaceAsPlus() 177 UrlEncodeStringForOnlyUnsafeChars(const std::string & decoded) { in UrlEncodeStringForOnlyUnsafeChars()
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
| D | g711_interface.c | 35 int16_t* decoded, in WebRtcG711_DecodeA() 46 int16_t* decoded, in WebRtcG711_DecodeU()
|
| D | audio_decoder_pcm.cc | 26 int16_t* decoded, in DecodeInternal() 50 int16_t* decoded, in DecodeInternal()
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
| D | audio_decoder_isac_t_impl.h | 45 int16_t* decoded, in DecodeInternal() 66 size_t AudioDecoderIsacT<T>::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc()
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
| D | audio_decoder_opus.cc | 31 int16_t* decoded, in DecodeInternal() 46 int16_t* decoded, in DecodeRedundantInternal()
|
| D | opus_interface.c | 321 int16_t* decoded, int16_t* audio_type, int decode_fec) { in DecodeNative() 334 size_t encoded_bytes, int16_t* decoded, in WebRtcOpus_Decode() 360 int WebRtcOpus_DecodePlc(OpusDecInst* inst, int16_t* decoded, in WebRtcOpus_DecodePlc() 382 size_t encoded_bytes, int16_t* decoded, in WebRtcOpus_DecodeFec()
|
| /external/tensorflow/tensorflow/core/lib/strings/ |
| D | base64_test.cc | 28 tstring decoded; in TEST() local
|
| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ |
| D | PositionMappingTest.java | 91 String decoded = process(provider); in checkConvert() local 92 assertEquals(text(output), decoded); in checkConvert() local
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
| D | audio_decoder_g722.cc | 36 int16_t* decoded, in DecodeInternal() 75 int16_t* decoded, in DecodeInternal()
|
| /external/python/cpython2/Modules/ |
| D | _codecsmodule.c | 240 PyObject *decoded = NULL; in utf_7_decode() local 263 PyObject *decoded = NULL; in utf_8_decode() local 287 PyObject *decoded; in utf_16_decode() local 310 PyObject *decoded = NULL; in utf_16_le_decode() local 334 PyObject *decoded = NULL; in utf_16_be_decode() local 391 PyObject *decoded; in utf_32_decode() local 414 PyObject *decoded; in utf_32_le_decode() local 437 PyObject *decoded; in utf_32_be_decode() local 582 PyObject *decoded = NULL; in mbcs_decode() local
|
| /external/mdnsresponder/mDNSWindows/ControlPanel/ |
| D | ConfigPropertySheet.cpp | 203 CConfigPropertySheet::DecodeDomainName( const char * raw, CString & decoded ) in DecodeDomainName() 262 CString decoded; in BrowseDomainsReply() local
|
| /external/curl/tests/unit/ |
| D | unit1302.c | 51 unsigned char *decoded; variable
|