Home
last modified time | relevance | path

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

1234

/cts/hostsidetests/backup/src/android/cts/backup/
DBackupPreparer.java105 String output = mDevice.executeShellCommand("bmgr list transports"); in hasBackupTransport() local
117 String output = mDevice.executeShellCommand("bmgr enabled"); in enableBackup() local
132 String output = mDevice.executeShellCommand("bmgr transport " + transport); in setBackupTransport() 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/hostsidetests/multiuser/src/android/host/multiuser/
DBaseMultiUserTest.java78 final String output = getDevice().executeShellCommand(command); in createRestrictedProfile() local
101 final String output = getDevice().executeShellCommand(command); in createUser() local
DCreateUsersPermissionTest.java58 final String output = getDevice().executeShellCommand(setRestriction + "1"); in testCantSetUserRestriction() 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/tests/uirendering/src/android/uirendering/cts/differencevisualizers/
DPassFailVisualizer.java31 int[] output = new int[ideal.length]; in getDifferences() local
/cts/tests/backup/src/android/backup/cts/
DBackupQuotaTest.java99 String output = exec("bmgr enabled"); in enableBackup() local
113 String output = exec("bmgr transport " + transport); in setBackupTransport() local
124 String output = exec("bmgr list transports"); in hasBackupTransport() local
/cts/hostsidetests/security/src/android/cts/security/
DPerfEventParanoidTest.java39 String output = mDevice.executeShellCommand(cmd); in testPerfEventRestricted() local
DFileSystemPermissionTest.java46 String output = mDevice.executeShellCommand(cmd); in getAllInsecureDevicesInDirAndSubdir() 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/tests/tests/security/src/android/security/cts/
DPackageSignatureTest.java131 ByteArrayOutputStream output = new ByteArrayOutputStream(); in getSignature() local
170 FileOutputStream output = null; in writeSignature() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaPlayerStressTest.java67 private void writeTestOutput(String filename, Writer output) throws Exception{ in writeTestOutput()
79 private void writeTestSummary(Writer output) throws Exception{ in writeTestSummary()
166 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/libs/wrappedgtest/src/
DWrappedGTestActivity.java35 public void sendStatus(String output) { in sendStatus()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DStoragedDumpsysTest.java69 String output = mDevice.executeShellCommand("dumpsys storaged --force --hours 0.01"); in testStoragedOutput() local
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DDisplaySizeTest.java130 final String output = mDevice.executeShellCommand("wm density"); in setDensity() local
168 final String output = mDevice.executeShellCommand("dumpsys window"); in verifyWindowDisplayed() local
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java158 String output = getDevice().executeShellCommand("atrace"); in testSimpleRun() local
173 String output = getDevice().executeShellCommand("atrace --list_categories"); in testCategories() local
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java169 final String output = runCommand("dumpsys package " + packageName); in getUid() local
181 final String output = getDevice().executeShellCommand(command); in runCommand() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAbstractTimePickerActivity.java96 void expectAutoFill(String output, int hour, int minute) { in expectAutoFill()
154 private FillExpectation(String output, int hour, int minute) { in FillExpectation()
DAbstractDatePickerActivity.java107 void expectAutoFill(String output, int year, int month, int day) { in expectAutoFill()
164 private FillExpectation(String output, int year, int month, int day) { in FillExpectation()
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DIcmpMessage.java53 ByteArrayOutputStream output = new ByteArrayOutputStream(); in getEncoded() 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/permission2/src/android/permission2/cts/
DPrivappPermissionsTest.java117 String output = SystemUtil.runShellCommand( in getPrivAppPermissions() 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()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java55 int[] output = new int[COLOR_BIT_DEPTH * NUM_CHANNELS]; in calcHistograms() local

1234