Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 36) sorted by relevance

12

/cts/tools/vm-tests-tf/build/src/util/build/
DFileUtil.java33 int read = fis.read(tmp, pos, tmp.length - pos); in readFile() local
/cts/tests/tests/os/src/android/os/cts/
DISharedMemoryService.aidl23 byte read(int index); in read() method
DSharedMemoryService.java49 public byte read(int index) throws RemoteException { in read() method in SharedMemoryService.SharedMemoryServiceImpl
DRecoverySystemTest.java50 int read; in getAsset() local
DIParcelFileDescriptorPeer.aidl39 int read(); in read() method
DParcelFileDescriptorPeer.java124 public int read() throws RemoteException { in read() method in ParcelFileDescriptorPeer
DParcelFileDescriptorTest.java241 private static int read(ParcelFileDescriptor pfd) throws IOException { in read() method in ParcelFileDescriptorTest
/cts/tests/tests/media/common/src/android/media/cts/
DStreamUtils.java40 public abstract ByteBuffer read() throws IOException; in read() method in StreamUtils.ByteBufferStream
111 public ByteBuffer read() throws IOException { in read() method in StreamUtils.MediaCodecStream
250 public int read() throws IOException { in read() method in StreamUtils.ByteBufferInputStream
303 public ByteBuffer read() throws IOException { in read() method in StreamUtils.PcmAudioBufferStream
DAudioHelper.java584 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit
598 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit
612 public int read(short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioHelper.AudioRecordAudit
626 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readMode) { in read() method in AudioHelper.AudioRecordAudit
640 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readMode) { in read() method in AudioHelper.AudioRecordAudit
654 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit
670 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserInputReader.java44 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() method in MockMediaParserInputReader
DMockMediaParserOutputConsumer.java351 public int read(byte[] target, int offset, int length) throws IOException { in read() method in MockMediaParserOutputConsumer.DataReaderAdapter
/cts/tests/app/src/android/app/cts/
DUserHandleTest.java53 UserHandle read = p.readParcelable(UserHandleTest.class.getClassLoader()); in assertParcel() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordNative.java91 public int read(@NonNull byte[] byteArray, in read() method in AudioRecordNative
97 public int read(@NonNull short[] shortArray, in read() method in AudioRecordNative
103 public int read(@NonNull float[] floatArray, in read() method in AudioRecordNative
DAudioTrackOffloadTest.java191 final int read = audioInputStream.read(data); in testAudioTrackOffload() local
346 int read = inputStream.read(resourceContent); in readResource() local
DAudioNativeTest.java446 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readFlags) { in read() method in AudioNativeTest.AudioRecordAuditNative
456 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readFlags) { in read() method in AudioNativeTest.AudioRecordAuditNative
/cts/tests/backup/app/src/android/backup/app/
DKeyValueBackupAgent.java54 int read; in onBackup() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPassthroughTestHelper.java118 private void passthrough(PrintStream print, InputStream read) throws Exception { in passthrough()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioRecordHelper.java105 int read = audioRecord.read(data, 0, bufferSize); in startPullingData() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java86 public int read(short[] buffer, int offset, int count) in read() method in PipeShort
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DDeviceTestCompanion.java96 int read = 0; in echoBytes() local
/cts/tests/mediapc/src/android/mediapc/cts/
DPost.java156 int read; /* declare this here so that the for loop can be aligned */ in connectStreams() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java180 public static String read(@NonNull File file) throws IOException { in read() method in Helper
/cts/tests/tests/content/src/android/content/pm/cts/
DIncrementalDeviceConnection.java83 public int read(ByteBuffer buffer, long timeoutMs) throws IOException { in read() method in IncrementalDeviceConnection
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java204 int read = Os.read(socket, reply, 0, echo.length); in checkPing() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java143 static XMPMeta read(InputStream is, boolean skipExtendedContent) { in read() method in XmpDepthDecode

12