/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/ |
H A D | EOLConvertingOutputStream.java | 30 public void write(int oneByte) throws IOException { in write() argument 31 if (oneByte == '\n') { in write() 36 super.write(oneByte); in write() 37 lastChar = oneByte; in write()
|
H A D | CountingOutputStream.java | 44 public void write(int oneByte) throws IOException { in write() argument 45 outputStream.write(oneByte); in write()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothOutputStream.java | 54 public void write(int oneByte) throws IOException { in write() argument 56 b[0] = (byte) oneByte; in write()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
H A D | InterruptableOutputStream.java | 37 public void write(int oneByte) throws IOException { in write() argument 39 mOutputStream.write(oneByte); in write()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | AssetFileDescriptor.java | 331 public void write(int oneByte) throws IOException { in write() argument 334 super.write(oneByte); in write() 339 super.write(oneByte); in write()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
H A D | JPEGOutputStream.java | 121 public void write(int oneByte) throws IOException { in write() argument 122 mTmpBuffer[0] = (byte) oneByte; in write()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | LoggingPrintStream.java | 66 public void write(int oneByte) throws IOException { in LoggingPrintStream() 113 public void write(int oneByte) { in write() argument 114 write(new byte[] { (byte) oneByte }, 0, 1); in write()
|
/aosp12/frameworks/base/drm/java/android/drm/ |
H A D | DrmOutputStream.java | 116 public void write(int oneByte) throws IOException { in write() argument 117 Streams.writeSingleByte(this, oneByte); in write()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | MemoryFile.java | 328 public void write(int oneByte) throws IOException { in write() argument 332 mSingleByte[0] = (byte)oneByte; in write()
|
H A D | FileBridge.java | 191 public void write(int oneByte) throws IOException { in write() argument 192 Streams.writeSingleByte(this, oneByte); in write()
|
/aosp12/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
H A D | FileUtilsTest.java | 245 byte[] oneByte = FileUtils.readBytes(file, 1); in testReadBytes() 246 assertEquals(1, oneByte.length); in testReadBytes() 247 assertEquals(contents[0], oneByte[0]); in testReadBytes()
|
/aosp12/packages/apps/SecureElement/src/com/android/se/security/ |
H A D | AccessRuleCache.java | 496 for (byte oneByte : mRefreshTag) writer.printf("%02X:", oneByte); in dump()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ExifOutputStream.java | 196 public void write(int oneByte) throws IOException { in write() argument 197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A D | ExifOutputStream.java | 196 public void write(int oneByte) throws IOException { in write() argument 197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifOutputStream.java | 196 public void write(int oneByte) throws IOException { in write() argument 197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifOutputStream.java | 197 public void write(int oneByte) throws IOException { in write() argument 198 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |