Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 25 of 30) sorted by relevance

12

/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DCategoryTest.java32 String out = receiver.getOutput(); in testDefaultCategories()
48 String out = receiver.getOutput(); in testSingleCategory()
62 String out = receiver2.getOutput(); in testSingleCategory()
79 String out = receiver.getOutput(); in testMultipleCategories()
DPackageTest.java41 String out = receiver.getOutput(); in testSinglePackage()
55 String out = receiver2.getOutput(); in testSinglePackage()
71 String out = receiver.getOutput(); in testMultiplePackages()
/cts/hostsidetests/security/src/android/security/cts/
DProcessMustUseSeccompTest.java60 String[] lines = Out.getOutput().split(System.getProperty("line.separator")); in getPidFromCmd()
88 String[] lines = Out.getOutput().split(System.getProperty("line.separator")); in pidHasSeccompBpf()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectation.java102 return pattern.matcher(outcome.getOutput()).matches(); in patternMatches()
DOutcome.java90 public String getOutput() { in getOutput() method in Outcome
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java102 return parser.parseFrom(receiver.getOutput()); in getDump()
176 return receiver.getOutput(); in execCommandAndGet()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java180 .parseFrom(receiver.getOutput()) in getReportList()
331 return receiver.getOutput();
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java187 assertSuccess(out.getOutput()); in verifyPrimaryInternal()
207 assertSuccess(out.getOutput()); in verifyPrimaryInternal()
DUtils.java202 String output = receiver.getOutput(); in isBootCompleted()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java113 String output = receiver.getOutput(); in runPoc()
343 String exitStatus = receiver.getOutput().trim(); in runPocGetExitStatus()
/cts/hostsidetests/os/src/android/os/cts/
DOsHostTests.java96 final String output = outputReceiver.getOutput(); in testNonExportedActivities()
/cts/tests/media/jni/
DNativeCodecTestBase.h72 callbackObject getOutput();
DNativeCodecEncoderSurfaceTest.cpp304 callbackObject element = mAsyncHandleEncoder.getOutput(); in tryEncoderOutput()
364 callbackObject element = mAsyncHandleDecoder.getOutput(); in queueEOS()
DNativeCodecTestBase.cpp96 callbackObject CodecAsyncHandler::getOutput() { in getOutput() function in CodecAsyncHandler
500 callbackObject element = mAsyncHandle.getOutput(); in waitForAllOutputs()
DNativeCodecUnitTest.cpp850 callbackObject element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()
1308 callbackObject element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()
1411 callbackObject element = mAsyncHandle.getOutput(); in testGetBufferFormatInRunningState()
/cts/hostsidetests/statsd/src/android/cts/statsd/subscriber/
DShellSubscriberTest.java80 byte[] output = receiver.getOutput(); in testShellSubscription()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DBaseTestCase.java92 return parser.parseFrom(receiver.getOutput()); in getDump()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScript.java293 public Allocation getOutput() { in getOutput() method in Script
DScriptGraph.java623 Allocation output = mScripts.get(OUTPUT_SCRIPT_LOCATION).getOutput(); in getOutputAllocation()
/cts/hostsidetests/backup/src/android/cts/backup/
DBackupPreparer.java182 String output = receiver.getOutput(); in waitForBroadcastIdle()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBaseDumpsysTest.java210 final String output = receiver.getOutput(); in execCommandAndFind()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderSurfaceTest.java312 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandleEncoder.getOutput(); in tryEncoderOutput()
359 Pair<Integer, MediaCodec.BufferInfo> decOp = mAsyncHandleDecoder.getOutput(); in queueEOS()
DCodecUnitTest.java1166 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()
1270 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testGetOutputFormatInRunningState()
1690 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testGetOutputImageInRunningState()
1920 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java237 return parser.parseFrom(receiver.getOutput()); in getDump()
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java234 return receiver.getOutput().contains("OK "); in generateDeviceImages()

12