Home
last modified time | relevance | path

Searched refs:coder (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/util/
H A DBase64InputStream.java28 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 DBase64OutputStream.java30 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 Dmain.h28 void coder(
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A DvoAMRWBEnc.c151 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 Dhiddenapi-max-target-o.txt60881 Landroid/util/Base64InputStream;->coder:Landroid/util/Base64$Coder;
60890 Landroid/util/Base64OutputStream;->coder:Landroid/util/Base64$Coder;
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...