Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultType.java28 NEUTRAL, enumConstant
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java231 reportLog.addValue("kptr_restrict", kptrRestrict, ResultType.NEUTRAL, ResultUnit.NONE); in assertNotKernelPointer()
241 reportLog.addValue("address" + i, ptr, ResultType.NEUTRAL, ResultUnit.NONE); in assertNotKernelPointer()
255 "is_kernel_pointer", isKernelPointer, ResultType.NEUTRAL, ResultUnit.NONE); in assertNotKernelPointer()
329 reportLog.addValue("path", driver, ResultType.NEUTRAL, ResultUnit.NONE); in containsDriver()
330 reportLog.addValue("exists", containsDriver, ResultType.NEUTRAL, ResultUnit.NONE); in containsDriver()
358 reportLog.addValue("test_name", testName, ResultType.NEUTRAL, ResultUnit.NONE); in buildMetricsReportLog()
/platform_testing/libraries/compatibility-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()