/aosp12/frameworks/base/core/java/android/util/ |
H A D | Base64InputStream.java | 28 private final Base64.Coder coder; field in Base64InputStream 66 coder = new Base64.Encoder(flags, null); in Base64InputStream() 68 coder = new Base64.Decoder(flags, null); in Base64InputStream() 70 coder.output = new byte[coder.maxOutputSize(BUFFER_SIZE)]; in Base64InputStream() 115 return coder.output[outputStart++] & 0xff; in read() 127 System.arraycopy(coder.output, outputStart, b, off, bytes); in read() 143 success = coder.process(EMPTY, 0, 0, true); in refill() 145 success = coder.process(inputBuffer, 0, bytesRead, false); in refill() 150 outputEnd = coder.op; in refill()
|
H A D | Base64OutputStream.java | 30 private final Base64.Coder coder; field in Base64OutputStream 67 coder = new Base64.Encoder(flags, null); in Base64OutputStream() 69 coder = new Base64.Decoder(flags, null); in Base64OutputStream() 142 coder.output = embiggen(coder.output, coder.maxOutputSize(len)); in internalWrite() 143 if (!coder.process(b, off, len, finish)) { in internalWrite() 146 out.write(coder.output, 0, coder.op); in internalWrite()
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/ |
H A D | main.h | 28 void coder(
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | voAMRWBEnc.c | 151 void coder( in coder() function 1585 coder(&coding_mode, signal, prms, &nb_bits, gData, allow_dtx); in AMR_Enc_Encode()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60881 Landroid/util/Base64InputStream;->coder:Landroid/util/Base64$Coder; 60890 Landroid/util/Base64OutputStream;->coder:Landroid/util/Base64$Coder;
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |