/external/guava/guava-tests/test/com/google/common/io/ |
D | BaseEncodingTest.java | 310 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing() 312 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local 313 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local 317 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators() 323 testEncoding(encoding.withSeparator(separator, sepLength), decoded, in testEncodingWithSeparators() local 329 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding() 334 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes() 345 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes() 373 BaseEncoding encoding, String decoded, String encoded) throws IOException { in testStreamingEncodingWithCasing() 375 testStreamingEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testStreamingEncodingWithCasing() local [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/ |
D | BaseEncodingTest.java | 244 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing() 246 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local 247 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local 251 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators() 257 testEncoding(encoding.withSeparator(separator, sepLength), decoded, in testEncodingWithSeparators() local 263 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding() 268 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes() 279 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes()
|
/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 163 PyObject *codec_tuple(PyObject *decoded, in codec_tuple() 184 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl() local 299 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl() local 319 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl() local 341 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_decode_impl() local 363 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_le_decode_impl() local 385 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_be_decode_impl() local 415 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_ex_decode_impl() local 439 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_decode_impl() local 461 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_le_decode_impl() local [all …]
|
/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_tw.c | 49 Py_UCS4 decoded; in DECODER() local 108 Py_UCS4 decoded; in DECODER() local
|
D | _codecs_cn.c | 94 Py_UCS4 decoded; in DECODER() local 155 Py_UCS4 decoded; in DECODER() local 263 Py_UCS4 decoded; in DECODER() local 404 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/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 string decoded; in TEST() 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/google-tv-pairing-protocol/cpp/src/polo/encoding/ |
D | hexadecimalencoder.cc | 36 std::vector<uint8_t> decoded(bytes, bytes + length); in DecodeToBytes() local
|
/external/curl/tests/unit/ |
D | unit1302.c | 51 unsigned char *decoded; variable
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ConfigPropertySheet.cpp | 203 CConfigPropertySheet::DecodeDomainName( const char * raw, CString & decoded ) in DecodeDomainName() 262 CString decoded; in BrowseDomainsReply() local
|
/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/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_external_decoder_pcm16b.h | 36 int16_t* decoded, in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_decoder_pcm16b.cc | 32 int16_t* decoded, in DecodeInternal()
|