Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57558 Landroid/util/Base64InputStream;->coder:Landroid/util/Base64$Coder;
57567 Landroid/util/Base64OutputStream;->coder:Landroid/util/Base64$Coder;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt25115 HSPLjava/lang/String;->coder()B