Searched refs:decoded (Results 1 – 10 of 10) sorted by relevance
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipphelper.c | 1145 const char *decoded = "unknown"; in debuglist_printerStatus() local 1147 decoded = "Initializing"; in debuglist_printerStatus() 1149 decoded = "Shutting Down"; in debuglist_printerStatus() 1151 decoded = "Unable To Connect"; in debuglist_printerStatus() 1153 decoded = "Unknown"; in debuglist_printerStatus() 1155 decoded = "Offline"; in debuglist_printerStatus() 1157 decoded = "Idle"; in debuglist_printerStatus() 1159 decoded = "Printing"; in debuglist_printerStatus() 1161 decoded = "Out Of Paper"; in debuglist_printerStatus() 1163 decoded = "Out Of Ink"; in debuglist_printerStatus() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
D | DecoderUtil.java | 194 String decoded = decodeEncodedWord(body, begin, end); in decodeEncodedWords() local 195 if (decoded == null) { in decodeEncodedWords() 202 sb.append(decoded); in decodeEncodedWords() 206 previousWasEncoded = decoded != null; in decodeEncodedWords()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 176 …e place where it is stored. It is possible in JSON because the length of decoded string is always … 178 …ompare normal and *in situ* parsing. The JSON string values contain pointers to the decoded string. 182 …decoded string are copied to freshly allocated buffers. `"\\n"` (2 characters) is decoded as `"\n"… 230 During transcoding, the source string is decoded to into Unicode code points, and then the code poi…
|
D | encoding.md | 116 … it must decode the input sequence. And if the sequence was unable to be decoded, it must be inval…
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | BitmapUtil.java | 76 final Bitmap decoded = decodeByteArray(src, w, h); in decodeByteArrayWithCenterCrop() local 77 return centerCrop(decoded, w, h); in decodeByteArrayWithCenterCrop()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ImageCanvas.java | 68 void drawImage(Bitmap decoded, Object key); in drawImage() argument
|
/packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/ |
D | AddressUnitTests.java | 85 String decoded = DecoderUtil.decodeEncodedWords(encoded); in testBase64Decode() local 87 assertEquals(""+i, prefix, decoded); in testBase64Decode()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|