Searched defs:note (Results 1 – 7 of 7) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntity.java | 75 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/ |
D | loop_device_support.py | 23 note = "Kernel does not have loop device support" variable in LoopDeviceSupport
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ |
D | check_setup_cleanup.py | 47 def note(self): member in CheckSetupCleanup 51 def note(self, note): argument
|
/test/vts-testcase/kernel/ltp/ |
D | test_case.py | 57 def note(self): member in TestCase 62 def note(self, note): member in TestCase
|
D | KernelLtpTest.py | 215 def CheckResult(self, test_case, cmd_results, result=None, note=None): argument
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 64 Text note = new Text("note"); in testEntitySerialization() local 131 Text note = new Text("note"); in testJsonSerialization() local
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 154 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
|