Home
last modified time | relevance | path

Searched defs:note (Results 1 – 8 of 8) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestAcknowledgmentEntity.java75 private String note; field in TestAcknowledgmentEntity
102 Text note) { in TestAcknowledgmentEntity()
139 Text note) { in TestAcknowledgmentEntity()
208 Text note = null; in fromEntity() local
247 Text note = null; in fromJson() local
299 String note = ""; in toJson() local
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py47 def note(self): member in CheckSetupCleanup
51 def note(self, note): member in CheckSetupCleanup
/test/vts-testcase/kernel/ltp/shell_environment/definitions/
Dloop_device_support.py23 note = "Kernel does not have loop device support" variable in LoopDeviceSupport
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py54 def note(self): member in TestCase
59 def note(self, note): member in TestCase
/test/vts-testcase/kernel/ltp/
Dtest_case.py57 def note(self): member in TestCase
62 def note(self, note): member in TestCase
DKernelLtpTest.py215 def CheckResult(self, test_case, cmd_results, result=None, note=None): argument
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java64 Text note = new Text("note"); in testEntitySerialization() local
131 Text note = new Text("note"); in testJsonSerialization() local
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument
179 'note': note property
207 function showModal(ack, key, test, branches, devices, testCases, note) { argument
326 function createAcknowledgment(key, test, branches, devices, testCases, note) { argument