Home
last modified time | relevance | path

Searched refs:NEUTRAL (Results 1 – 25 of 26) sorted by relevance

12

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java61 log.addValue("round", round, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
62 log.addValue("codec_name", codecName, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
63 log.addValue("mime_type", mime, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
64 log.addValue("width", width, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
65 log.addValue("height", height, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
67 ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
69 ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
71 ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
80 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog()
81 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog()
[all …]
DMediaUtils.java170 log.addValue("reason", reason, ResultType.NEUTRAL, ResultUnit.NONE); in skipTest()
172 "test", getTestNameWithClass(), ResultType.NEUTRAL, ResultUnit.NONE); in skipTest()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java71 reportLog.addValue(EXPECTED_PRODUCT_TAG, 1.0 * MULTIPLICATION_RESULT, ResultType.NEUTRAL, in testMultiplication()
73 reportLog.addValue(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication()
74 … reportLog.setSummary(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication()
120 reportLog.addValue(START_TAG, 1.0 * start, ResultType.NEUTRAL, ResultUnit.NONE); in countHelper()
121 reportLog.addValue(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE); in countHelper()
122 reportLog.setSummary(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE); in countHelper()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java98 "Initialize failed", 0, ResultType.NEUTRAL, ResultUnit.NONE); in activitySetUp()
159 "Record failed", 0, ResultType.NEUTRAL, ResultUnit.NONE); in activitySetUp()
185 ResultType.NEUTRAL, ResultUnit.NONE); in activitySetUp()
190 "Analysis succeed", 1, ResultType.NEUTRAL, ResultUnit.NONE); in activitySetUp()
207 ResultType.NEUTRAL, ResultUnit.COUNT); in activitySetUp()
209 ResultType.NEUTRAL, ResultUnit.COUNT); in activitySetUp()
212 ResultType.NEUTRAL, ResultUnit.MS); in activitySetUp()
214 ResultType.NEUTRAL, ResultUnit.MS); in activitySetUp()
216 ResultType.NEUTRAL, ResultUnit.MS); in activitySetUp()
218 ResultType.NEUTRAL, ResultUnit.RADIAN); in activitySetUp()
/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java187 mReportLog.addValue("mime", mime, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
188 mReportLog.addValue("is_goog", isGoog, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
189 mReportLog.addValue("pass", pass, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
190 mReportLog.addValue("vector_name", vectorName, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
191 mReportLog.addValue("decode_name", decoderName, ResultType.NEUTRAL, in decodeTestVectors()
DAudioRecordTest.java1119 log.addValue("total_record_time_expected", TEST_TIME_MS, ResultType.NEUTRAL, ResultUnit.MS); in doTest()
1120 log.addValue("total_record_time_actual", endTime - firstSampleTime, ResultType.NEUTRAL, in doTest()
1122 log.addValue("total_markers_expected", markerPeriods, ResultType.NEUTRAL, ResultUnit.COUNT); in doTest()
1123 log.addValue("total_markers_actual", markerList.size(), ResultType.NEUTRAL, in doTest()
1125 log.addValue("total_periods_expected", updatePeriods, ResultType.NEUTRAL, ResultUnit.COUNT); in doTest()
1126 log.addValue("total_periods_actual", periodicList.size(), ResultType.NEUTRAL, in doTest()
DVideoDecoderPerfTest.java273 log.addValue("video_res", video, ResultType.NEUTRAL, ResultUnit.NONE); in doDecode()
275 ResultType.NEUTRAL, ResultUnit.NONE); in doDecode()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java126 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testCameraLaunch()
240 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testSingleCapture()
408 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testMultipleCapture()
561 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testReprocessingLatency()
562 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); in testReprocessingLatency()
590 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testReprocessingThroughput()
591 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); in testReprocessingThroughput()
618 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testHighQualityReprocessingLatency()
619 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); in testHighQualityReprocessingLatency()
647 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testHighQualityReprocessingThroughput()
[all …]
/cts/tests/filesystem/src/android/filesystem/cts/
DSequentialRWTest.java58 report.addValue("files", numberOfFiles, ResultType.NEUTRAL, ResultUnit.COUNT); in testSingleSequentialWrite()
73 report.addValues("write_amount", wrAmount, ResultType.NEUTRAL, ResultUnit.BYTE); in testSingleSequentialWrite()
103 report.addValue("file_size", fileSize, ResultType.NEUTRAL, ResultUnit.NONE); in testSingleSequentialRead()
DFileUtil.java311 report.addValues("read_amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE); in doRandomReadTest()
362 report.addValues("write_amount", wrAmount, ResultType.NEUTRAL, ResultUnit.BYTE); in doRandomWriteTest()
390 report.addValue("round", i, ResultType.NEUTRAL, ResultUnit.NONE); in doSequentialUpdateTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
DSampleTestActivity.java82 getReportLog().addValues("Sample Values", metricValues, ResultType.NEUTRAL, in recordMetricsExample()
88 reportLog.addValues("Sample Values", metricValues, ResultType.NEUTRAL, ResultUnit.FPS); in recordMetricsExample()
/cts/common/util/src/com/android/compatibility/common/util/
DResultType.java28 NEUTRAL, enumConstant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackActivity.java316 ResultType.NEUTRAL, in recordTestResults()
322 ResultType.NEUTRAL, in recordTestResults()
328 ResultType.NEUTRAL, in recordTestResults()
338 ResultType.NEUTRAL, in recordHeasetPortFound()
DHeadsetHonorSystemActivity.java50 ResultType.NEUTRAL, in recordHeadsetPortFound()
DAudioFrequencyLineActivity.java490 ResultType.NEUTRAL, in recordTestResults()
496 ResultType.NEUTRAL, in recordTestResults()
506 ResultType.NEUTRAL, in recordHeasetPortFound()
DAudioFrequencyMicActivity.java649 ResultType.NEUTRAL, in recordTestResults()
655 ResultType.NEUTRAL, in recordTestResults()
665 ResultType.NEUTRAL, in recordHeasetPortFound()
DAudioFrequencySpeakerActivity.java516 ResultType.NEUTRAL, in recordTestResults()
522 ResultType.NEUTRAL, in recordTestResults()
DAudioFrequencyUnprocessedActivity.java946 ResultType.NEUTRAL, in recordTestResults()
952 ResultType.NEUTRAL, in recordTestResults()
962 ResultType.NEUTRAL, in recordHeasetPortFound()
/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java104 report.addValue("array_length", arrayLength, ResultType.NEUTRAL, ResultUnit.NONE); in doTestSort()
128 report.addValue("matrix_dimension", n, ResultType.NEUTRAL, ResultUnit.NONE); in doMatrixMultiplication()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java72 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_detailOnly()
78 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_full()
DMetricsXmlSerializerTest.java73 mLocalReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize()
/cts/tests/dram/src/android/dram/cts/
DBandwidthTest.java172 report.addValue("buffer_size", bufferSize, ResultType.NEUTRAL, ResultUnit.NONE); in doRunMemcpy()
207 report.addValue("buffer_size", bufferSize, ResultType.NEUTRAL, ResultUnit.NONE); in doRunMemset()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java263 summary.toString(), 1.0, ResultType.NEUTRAL, ResultUnit.NONE); in onReceive()
349 , 1.0, ResultType.NEUTRAL, ResultUnit.NONE); in onCreate()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java297 report.addValue(keyErrMsg, errMsg, ResultType.NEUTRAL, ResultUnit.NONE); in parse()
313 report.addValue(name, result, ResultType.NEUTRAL, ResultUnit.NONE); in parse()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java726 log.addValue("encoder_name", encoderName, ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults()
727 … log.addValues("decoder_names", Arrays.asList(decoderNames), ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults()
728 log.addValue("mime_type", mimeType, ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults()
729 log.addValue("width", mVideoWidth, ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults()
730 log.addValue("height", mVideoHeight, ResultType.NEUTRAL, ResultUnit.NONE); in logQualityResults()
767 log.addValues("encoder_raw_diff", msDiff, ResultType.NEUTRAL, ResultUnit.MS); in logPerformanceResults()

12