/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | TracingControllerTest.java | 54 public void write(byte[] chunk) { in write() method in TracingControllerTest.TracingReceiver 76 public void write(int b) { in write() method in TracingControllerTest.TracingReceiver 81 public void write(byte[] b, int off, int len) { in write() method in TracingControllerTest.TracingReceiver
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ISharedMemoryService.aidl | 24 void write(int index, byte value); in write() method
|
D | SharedMemoryService.java | 58 public void write(int index, byte value) throws RemoteException { in write() method in SharedMemoryService.SharedMemoryServiceImpl
|
D | IParcelFileDescriptorPeer.aidl | 40 void write(int oneByte); in write() method
|
D | ParcelFileDescriptorPeer.java | 133 public void write(int oneByte) throws RemoteException { in write() method in ParcelFileDescriptorPeer
|
D | ParcelFileDescriptorTest.java | 231 private static void write(ParcelFileDescriptor pfd, int oneByte) throws IOException{ in write() method in ParcelFileDescriptorTest
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioTrackNative.java | 96 public int write(@NonNull byte[] byteArray, in write() method in AudioTrackNative 102 public int write(@NonNull short[] shortArray, in write() method in AudioTrackNative 108 public int write(@NonNull float[] floatArray, in write() method in AudioTrackNative
|
D | MediaPlayerFlakyNetworkTest.java | 302 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection 321 public void write(int b) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
|
D | NonBlockingAudioTrack.java | 173 public void write(ByteBuffer data, int size, long pts) { in write() method in NonBlockingAudioTrack
|
D | StreamingMediaPlayerTest.java | 653 public void write(byte[] b) throws IOException { in createSessionOutputBuffer() method in StreamingMediaPlayerTest.RateLimitHttpServerConnection 658 public synchronized void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in StreamingMediaPlayerTest.RateLimitHttpServerConnection
|
D | NativeDecoderTest.java | 892 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection 911 public void write(int b) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
|
/cts/suite/audio_quality/lib/src/ |
D | RWBuffer.h | 75 template <typename T> void write(T v) { in write() function
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | PipeShort.java | 44 public int write(short[] buffer, int offset, int count) in write() method in PipeShort
|
/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/ |
D | JvmtiRunTestBasedTest.java | 49 public void write(int b) throws IOException { in write() method in JvmtiRunTestBasedTest.TeeLogcatOutputStream
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | JsonPrinter.java | 40 public void write() { in write() method in JsonPrinter
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 286 public void write(byte[] out) { in write() method in BluetoothChatService 575 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | ProtoOutputStreamSwitchedWriteTest.java | 43 abstract void write(Number val, long fieldId, ProtoOutputStream po); in write() method in ProtoOutputStreamSwitchedWriteTest.WriteTester
|
/cts/tests/tests/media/libaudiojni/ |
D | audio-track-native.cpp | 280 status_t write(const void *buffer, size_t size, bool isBlocking = false) { in write() function in AudioTrackNative
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 1784 @Override public void write(char[] buf, int offset, int count) { in write() method in GLSurfaceViewCustom.LogWriter
|