/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunking/ |
D | BackupWriter.java | 24 void writeBytes(byte[] bytes) throws IOException; in writeBytes() method
|
D | RawBackupWriter.java | 33 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in RawBackupWriter
|
D | DiffScriptBackupWriter.java | 52 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in DiffScriptBackupWriter
|
/frameworks/base/obex/javax/obex/ |
D | PrivateInputStream.java | 147 public synchronized void writeBytes(byte[] body, int start) { in writeBytes() method in PrivateInputStream
|
/frameworks/base/apct-tests/perftests/core/src/android/database/ |
D | SQLiteDatabaseIoPerfTest.java | 144 private void sendResults(String testName, long writeBytes) { in sendResults()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | TrafficRecorder.h | 137 void TrafficRecorder<Time, Bytes>::writeBytes(Bytes bytes) { in writeBytes() function
|
/frameworks/base/core/java/android/os/incremental/ |
D | V4Signature.java | 268 private static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes() method in V4Signature 277 private static void writeBytes(ByteBuffer buffer, byte[] bytes) { in writeBytes() method in V4Signature
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastDataOutput.java | 225 public void writeBytes(String s) throws IOException { in writeBytes() method in FastDataOutput
|
/frameworks/base/core/tests/utiltests/src/android/util/ |
D | AtomicFileTest.java | 260 private static void writeBytes(@NonNull File file, @NonNull byte[] bytes) throws IOException { in writeBytes() method in AtomicFileTest
|
/frameworks/base/core/java/android/os/ |
D | MemoryFile.java | 209 public void writeBytes(byte[] buffer, int srcOffset, int destOffset, int count) in writeBytes() method in MemoryFile
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | NewDatabasePerformanceTests.java | 104 Long writeBytes = getIoStats().get("write_bytes"); in tearDown() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 1337 private static int writeBytes(byte[] out, int pos, byte[] value) { in writeBytes() method in SettingsBackupAgent
|
/frameworks/base/core/java/android/util/proto/ |
D | ProtoOutputStream.java | 1896 public void writeBytes(long fieldId, @Nullable byte[] val) { in writeBytes() method in ProtoOutputStream
|