/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/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | CircularBufferFloat.java | 35 public int write(float[] buffer) { in write() method in CircularBufferFloat 46 public int write(float[] buffer, int offset, int numSamples) { in write() method in CircularBufferFloat
|
/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/audio/src/android/media/audio/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
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | NativeDecoderTest.java | 263 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection 282 public void write(int b) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
|
/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/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 318 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection 337 public void write(int b) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
|
D | StreamingMediaPlayerTest.java | 699 public void write(byte[] b) throws IOException { in createSessionOutputBuffer() method in StreamingMediaPlayerTest.RateLimitHttpServerConnection 704 public synchronized void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in StreamingMediaPlayerTest.RateLimitHttpServerConnection
|
/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/tests/tests/media/common/src/android/media/cts/ |
D | NonBlockingAudioTrack.java | 190 public void write(ByteBuffer data, int size, long pts) { in write() method in NonBlockingAudioTrack
|
/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 | 297 public void write(byte[] out) { in write() method in BluetoothChatService 586 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
D | LatencyAnalyzer.h | 116 int32_t write(const int16_t *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function 128 int32_t write(const float *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function 140 int32_t write(float sample) { in write() function
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | IncrementalDeviceConnection.java | 118 public int write(ByteBuffer buffer, long timeoutMs) throws IOException { in write() method in IncrementalDeviceConnection
|
/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/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/ |
D | TranscodeTestUtils.java | 155 static void write(ParcelFileDescriptor parcelFileDescriptor, byte[] bytes, int byteCount, in write() method in TranscodeTestUtils
|
/cts/tests/tests/media/audio/jni/ |
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
|