Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 68) sorted by relevance

123

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java151 String output = getOutput(); in testSinglePass() local
187 String output = getOutput(); in testSingleFail() local
225 final String output = getOutput(); in testIncludeTestLogTags() local
241 String output = getOutput(); in testDeviceSetup() local
252 String output = mOutputStream.toString(); in getOutput() local
/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java89 InputSurface output = new InputSurface(holder.getSurface()); in testThroughput() local
145 private long runThroughputTest(InputSurface output, long frameTimeNsec, float mult) { in runThroughputTest()
223 InputSurface output = new InputSurface(holder.getSurface()); in suppressed_testChoreographed() local
245 private ChoreographedWrapper(PresentationSyncTest test, InputSurface output, in ChoreographedWrapper()
262 public static void runTest(PresentationSyncTest obj, InputSurface output, in runTest()
277 private void runChoreographedTest(InputSurface output, int frameDelay) { in runChoreographedTest()
327 public ChoRunner(InputSurface output) { in ChoRunner()
/cts/tests/tests/uirendering/src/android/uirendering/cts/differencevisualizers/
DPassFailVisualizer.java31 int[] output = new int[ideal.length]; in getDifferences() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaPlayerStressTest.java61 private void writeTestOutput(String filename, Writer output) throws Exception{ in writeTestOutput()
73 private void writeTestSummary(Writer output) throws Exception{ in writeTestSummary()
114 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true)); in doTestVideoPlayback() local
DMediaRecorderStressTest.java176 Writer output = new BufferedWriter(new FileWriter(stressOutFile, true)); in testStressCamera() local
220 Writer output = new BufferedWriter(new FileWriter(stressOutFile, true)); in testStressRecorder() local
303 Writer output = new BufferedWriter(new FileWriter(stressOutFile, true)); in testStressCameraSwitchRecorder() local
407 Writer output = new BufferedWriter( in testStressRecordVideoAndPlayback() local
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DCreateUsersPermissionTest.java49 final String output = getDevice().executeShellCommand(setRestriction + "1"); in testCantSetUserRestriction() local
DBaseMultiUserTest.java74 final String output = getDevice().executeShellCommand(command); in createRestrictedProfile() local
/cts/hostsidetests/security/src/android/cts/security/
DPerfEventParanoidTest.java39 String output = mDevice.executeShellCommand(cmd); in testPerfEventRestricted() local
/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java68 String output = executeShellCommand("bmgr transport " + transport, uiAutomation); in setBackupTransport() local
81 String output = executeShellCommand("bmgr enabled", uiAutomation); in setBackupEnabled() local
96 String output = executeShellCommand("bmgr list transports", uiAutomation); in hasBackupTransport() local
/cts/tests/backup/src/android/backup/cts/
DBackupQuotaTest.java86 String output = exec("bmgr enabled"); in enableBackup() local
100 String output = exec("bmgr transport " + transport); in setBackupTransport() local
111 String output = exec("bmgr list transports"); in hasBackupTransport() local
/cts/libs/wrappedgtest/src/
DWrappedGTestActivity.java35 public void sendStatus(String output) { in sendStatus()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java109 final String output = device.executeShellCommand("pm get-max-users"); in isMultiUserSupportedOnDevice() local
143 final String output = device.executeShellCommand("pm create-user " + name); in createUserOnDevice() local
161 final String output = device.executeShellCommand("pm remove-user " + userId); in removeUserOnDevice() local
/cts/tests/tests/security/src/android/security/cts/
DPackageSignatureTest.java132 ByteArrayOutputStream output = new ByteArrayOutputStream(); in getSignature() local
171 FileOutputStream output = null; in writeSignature() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp91 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSBlurTest_blurTest() local
131 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
177 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
220 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
264 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
312 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSBlendTest_blendTest() local
431 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
435 jfloat * output = (jfloat *) env->GetPrimitiveArrayCritical(outputFloatArray, 0); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
457 jbyte * output = (jbyte *) env->GetPrimitiveArrayCritical(outputByteArray, 0); in Java_android_cts_rscpp_RSYuvTest_yuvTest() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DWrappedGTestResultParser.java73 List<String> output = new ArrayList<String>(); in parseInstrumentation() local
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DDisplaySizeTest.java127 final String output = mDevice.executeShellCommand("wm density"); in setDensity() local
165 final String output = mDevice.executeShellCommand("dumpsys window"); in verifyWindowDisplayed() local
/cts/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java208 String output = exec("bmgr enabled"); in enableBackup() local
234 String output = exec("bmgr transport " + transport); in setBackupTransport() local
249 String output = exec("bmgr list transports"); in hasBackupTransport() local
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java157 String output = getDevice().executeShellCommand("atrace"); in testSimpleRun() local
172 String output = getDevice().executeShellCommand("atrace --list_categories"); in testCategories() local
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DIcmpMessage.java53 ByteArrayOutputStream output = new ByteArrayOutputStream(); in getEncoded() local
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java170 final String output = runCommand("dumpsys package " + packageName); in getUid() local
182 final String output = getDevice().executeShellCommand(command); in runCommand() local
/cts/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
DManifestGeneratorTest.java59 OutputStream output = new OutputStream() { in testManifest() local
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSLUTTest.java34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest()
DRSBlendTest.java34 … native boolean blendTest(String path, int X, int Y, byte[] input, byte[] output, int optionFlag); in blendTest()
DRS3DLUTTest.java36 …oolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[] output); in lutTest()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java55 int[] output = new int[COLOR_BIT_DEPTH * NUM_CHANNELS]; in calcHistograms() local

123