/frameworks/base/core/tests/coretests/src/android/os/ |
D | MemoryFileTest.java | 53 newFile.writeBytes(testString, 0, 0, testString.length); in testPurge() 78 file.writeBytes(testString, 0, 2000, testString.length); in testRun() 127 file.writeBytes(testString, 0, 0, testString.length); in readIndexOutOfBoundsException() 172 file.writeBytes(testString, 0, 0, testString.length); in testReadEOF() 194 file.writeBytes(data, 0, 0, 128); in testCloseClose() 222 file.writeBytes(data, 0, 0, 128); in testCloseWrite() 234 file.writeBytes(data, 0, 0, 128); in testCloseAllowPurging() 252 file.writeBytes(testString, 0, 0, testString.length); in testCloseLeak()
|
/frameworks/base/core/java/android/os/ |
D | MemoryFile.java | 222 public void writeBytes(byte[] buffer, int srcOffset, int destOffset, int count) in writeBytes() method in MemoryFile 337 writeBytes(buffer, offset, mOffset, count); in write()
|
D | ParcelFileDescriptor.java | 508 file.writeBytes(data, 0, 0, data.length); in fromData()
|
/frameworks/base/obex/javax/obex/ |
D | PrivateInputStream.java | 147 public synchronized void writeBytes(byte[] body, int start) { in writeBytes() method in PrivateInputStream
|
D | ClientSession.java | 569 privateInput.writeBytes(body, 1); in sendRequest()
|
D | ServerOperation.java | 263 mPrivateInput.writeBytes(body, 1); in handleObexPacket()
|
/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/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/services/core/java/com/android/server/ |
D | RecoverySystemService.java | 215 dos.writeBytes(command); in setupOrClearBcb()
|
D | GraphicsStatsService.java | 213 mProcessBuffer.writeBytes(mPreviousData.mBuffer, 0, 0, ASHMEM_SIZE); in ActiveBuffer()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 1112 pos = writeBytes(result, pos, values[i]); in extractRelevantValues() 1349 private int writeBytes(byte[] out, int pos, byte[] value) { in writeBytes() method in SettingsBackupAgent
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21869 method public void writeBytes(byte[], int, int, int) throws java.io.IOException; 39825 method public abstract void writeBytes(java.lang.String) throws java.io.IOException; 39841 method public final void writeBytes(java.lang.String) throws java.io.IOException; 40172 method public void writeBytes(java.lang.String) throws java.io.IOException; 40461 method public final void writeBytes(java.lang.String) throws java.io.IOException; 46774 method public abstract void writeBytes(byte[]) throws java.sql.SQLException;
|
/frameworks/base/api/ |
D | current.txt | 28723 method public void writeBytes(byte[], int, int, int) throws java.io.IOException; 49044 method public abstract void writeBytes(java.lang.String) throws java.io.IOException; 49060 method public final void writeBytes(java.lang.String) throws java.io.IOException; 49391 method public void writeBytes(java.lang.String) throws java.io.IOException; 49680 method public final void writeBytes(java.lang.String) throws java.io.IOException; 56379 method public abstract void writeBytes(byte[]) throws java.sql.SQLException;
|
D | test-current.txt | 28792 method public void writeBytes(byte[], int, int, int) throws java.io.IOException; 49124 method public abstract void writeBytes(java.lang.String) throws java.io.IOException; 49140 method public final void writeBytes(java.lang.String) throws java.io.IOException; 49471 method public void writeBytes(java.lang.String) throws java.io.IOException; 49760 method public final void writeBytes(java.lang.String) throws java.io.IOException; 56459 method public abstract void writeBytes(byte[]) throws java.sql.SQLException;
|
D | system-current.txt | 31164 method public void writeBytes(byte[], int, int, int) throws java.io.IOException; 52401 method public abstract void writeBytes(java.lang.String) throws java.io.IOException; 52417 method public final void writeBytes(java.lang.String) throws java.io.IOException; 52748 method public void writeBytes(java.lang.String) throws java.io.IOException; 53037 method public final void writeBytes(java.lang.String) throws java.io.IOException; 59736 method public abstract void writeBytes(byte[]) throws java.sql.SQLException;
|