/frameworks/base/core/tests/coretests/src/android/os/ |
D | MemoryFileTest.java | 55 newFile.writeBytes(testString, 0, 0, testString.length); in testPurge() 80 file.writeBytes(testString, 0, 2000, testString.length); in testRun() 129 file.writeBytes(testString, 0, 0, testString.length); in readIndexOutOfBoundsException() 174 file.writeBytes(testString, 0, 0, testString.length); in testReadEOF() 196 file.writeBytes(data, 0, 0, 128); in testCloseClose() 224 file.writeBytes(data, 0, 0, 128); in testCloseWrite() 236 file.writeBytes(data, 0, 0, 128); in testCloseAllowPurging() 254 file.writeBytes(testString, 0, 0, testString.length); in testCloseLeak()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/ |
D | RawBackupWriterTest.java | 52 mWriter.writeBytes(TEST_BYTES); in writeBytes_writesToOutputStream() 67 mWriter.writeBytes(TEST_BYTES); in getBytesWritten_returnsTotalSum() 68 mWriter.writeBytes(TEST_BYTES); in getBytesWritten_returnsTotalSum()
|
D | DiffScriptBackupWriterTest.java | 58 mBackupWriter.writeBytes(TEST_BYTES); in writeBytes_writesBytesToWriter() 75 mBackupWriter.writeBytes(TEST_BYTES); in getBytesWritten_returnsTotalSum() 76 mBackupWriter.writeBytes(TEST_BYTES); in getBytesWritten_returnsTotalSum()
|
D | InlineLengthsEncryptedChunkEncoderTest.java | 67 .writeBytes( in writeChunkToWriter_writesLengthThenNonceThenData() 70 inOrder.verify(mMockBackupWriter).writeBytes(TEST_NONCE); in writeChunkToWriter_writesLengthThenNonceThenData() 71 inOrder.verify(mMockBackupWriter).writeBytes(TEST_DATA); in writeChunkToWriter_writesLengthThenNonceThenData()
|
D | LengthlessEncryptedChunkEncoderTest.java | 65 inOrder.verify(mMockBackupWriter).writeBytes(TEST_NONCE); in writeChunkToWriter_writesNonceThenData() 66 inOrder.verify(mMockBackupWriter).writeBytes(TEST_DATA); in writeChunkToWriter_writesNonceThenData()
|
/frameworks/base/services/backup/java/com/android/server/backup/encryption/chunking/ |
D | LengthlessEncryptedChunkEncoder.java | 37 writer.writeBytes(chunk.nonce()); in writeChunkToWriter() 38 writer.writeBytes(chunk.encryptedBytes()); in writeChunkToWriter()
|
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
|
D | InlineLengthsEncryptedChunkEncoder.java | 41 writer.writeBytes(toByteArray(length)); in writeChunkToWriter()
|
/frameworks/base/apct-tests/perftests/core/src/android/database/ |
D | SQLiteDatabaseIoPerfTest.java | 144 private void sendResults(String testName, long writeBytes) { in sendResults() argument 145 Log.i(TAG, testName + " write_bytes: " + writeBytes); in sendResults() 147 status.putLong("write_bytes", writeBytes); in sendResults()
|
/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 323 writeBytes(buffer, offset, mOffset, count); in write()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | writer_test.js | 117 writer.writeBytes(3, new Uint8Array([1, 2, 3]));
|
D | utils_test.js | 598 writer.writeBytes(1, [Math.floor(i)]); 611 writer.writeBytes(123456789, [Math.floor(i)]);
|
D | reader_test.js | 564 writer.writeBytes(len, bytes); 675 writer.writeBytes(4, [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]); 837 writer.writeBytes(1, blob);
|
D | writer.js | 326 this.writeBytes(field, /** @type {?Uint8Array} */(value)); 709 jspb.BinaryWriter.prototype.writeBytes = function(field, value) { method in jspb.BinaryWriter 1130 this.writeBytes(field, value[i]);
|
D | encoder.js | 375 jspb.BinaryEncoder.prototype.writeBytes = function(bytes) { method in jspb.BinaryEncoder
|
/frameworks/base/obex/javax/obex/ |
D | PrivateInputStream.java | 147 public synchronized void writeBytes(byte[] body, int start) { in writeBytes() method in PrivateInputStream
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
D | BTtraffic.java | 306 writeBytes(outputStream, bytes.length); in doSending() 321 private static void writeBytes(OutputStream outputStream, int value) throws IOException { in writeBytes() method in BTtraffic.SenderRunnable
|
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/ |
D | GenericSoundModelTest.java | 167 out.writeBytes("trig " + model.uuid.toString() + "\r\n"); in testTriggerGenericSoundModel() 243 out.writeBytes("trig " + modelInfo.model.uuid + "\r\n"); in testFuzzGenericSoundModel()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 300 public abstract void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method in CodedOutputStream 1205 public final void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ArrayEncoder 1276 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension() 1569 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.NioEncoder 1616 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension() 2049 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ByteOutputEncoder 2119 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension() 2352 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.OutputStreamEncoder 2422 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); in writeRawMessageSetExtension()
|
D | UnknownFieldSetLite.java | 165 output.writeBytes(fieldNumber, (ByteString) objects[i]); in writeTo()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | NewDatabasePerformanceTests.java | 104 Long writeBytes = getIoStats().get("write_bytes"); in tearDown() local 105 if (writeBytes != null && sInitialWriteBytes != null) { in tearDown() 106 long testWriteBytes = writeBytes - mSetupWriteBytes; in tearDown() 107 long totalWriteBytes = (writeBytes - sInitialWriteBytes); in tearDown()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.h | 254 - (void)writeBytes:(int32_t)fieldNumber value:(NSData *)value;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedOutputByteBufferNano.java | 171 public void writeBytes(final int fieldNumber, final byte[] value) in writeBytes() method in CodedOutputByteBufferNano 1175 writeBytes(number, bytesValue); in writeField()
|