Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioStreamTest.java27 AudioStream stream = new AudioStream(address); in testRtpStream() local
50 AudioStream stream = new AudioStream(InetAddress.getByName("::1")); in testSetDtmfType() local
73 AudioStream stream = new AudioStream(InetAddress.getByName("::1")); in testSetCodec() local
90 AudioStream stream = new AudioStream(InetAddress.getByName("::1")); in testDoubleRelease() local
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DIcmpMessage.java31 IcmpMessage(DataInputStream stream, int length) throws IOException { in IcmpMessage()
54 DataOutputStream stream = new DataOutputStream(output); in getEncoded() local
DIpv4Packet.java42 public Ipv4Packet(DataInputStream stream) throws IOException { in Ipv4Packet()
97 DataOutputStream stream = new DataOutputStream(output); in getEncoded() local
DPingReflector.java67 DataInputStream stream = new DataInputStream(new ByteArrayInputStream(buf)); in processPacket() local
/cts/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java107 FileOutputStream stream = new FileOutputStream(file); in createFileFromStr() local
/cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java120 FileOutputStream stream = null; in createFileFromStr() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DCtsAudioClientActivity.java68 int setVolume(int stream, int level) { in setVolume()
/cts/tools/vm-tests-tf/src/util/build/
DExecuteFile.java77 public void setErr(@Nonnull OutputStream stream) { in setErr()
81 public void setOut(@Nonnull OutputStream stream) { in setOut()
85 public void setIn(@Nonnull InputStream stream) { in setIn()
/cts/hostsidetests/theme/app/src/android/theme/app/
DGenerateBitmapTask.java79 FileOutputStream stream = null; in doInBackground() local
/cts/tests/tests/net/src/android/net/http/cts/
DApacheHttpClientTest.java81 InputStream stream = response.getEntity().getContent(); in assertDownloadResponse() local
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DDynamicConfigHandler.java82 OutputStream stream = new FileOutputStream(mergedConfigFile); in storeMergedConfigFile() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java82 Stream stream = (Stream) o; in equals() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java168 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
DResultReporter.java486 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnTest.java214 DataOutputStream stream = new DataOutputStream(output); in createIcmpMessage() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java289 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in compressDecompress() local
402 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in checkParameters() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPlan.java216 public void serialize(OutputStream stream) throws IOException { in serialize()
/cts/hostsidetests/aadb/src/android/aadb/cts/
DTestDeviceFuncTest.java288 FileOutputStream stream = new FileOutputStream(tmpFile); in doTestSyncFiles() local
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java352 int stream = 0; in waitUntilLoaded() local
DAudioManagerTest.java756 private void testStreamMuting(int stream) { in testStreamMuting()
/cts/tests/camera/libctscamera2jni/
Ddng-validate-jni.cpp89 dng_stream stream(data, count); in dng_validate() local
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java235 OutputStream stream = new FileOutputStream(resultFile); in writeResults() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsXmlResultReporter.java397 OutputStream stream = null; in createXmlResult() local
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java548 FileInputStream stream = null; in consumeAssetFileDescriptor() local
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java63 FileOutputStream stream = new FileOutputStream(myFile); in testCreateFileHasSanePermissions() local

12