Home
last modified time | relevance | path

Searched defs:record (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/
DTestRecordProtoUtilTest.java43 TestRecord record = TestRecordProtoUtil.readFromFile(protoFile); in testRead() local
56 TestRecord record = builder.build(); in dumpTestRecord() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestRecordInterpreter.java33 public static CollectingTestListener interpreteRecord(TestRecord record) { in interpreteRecord()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DFileProtoResultReporterTest.java85 TestRecord record = TestRecordProtoUtil.readFromFile(mOutput); in testWriteResults() local
182 TestRecord record = TestRecordProtoUtil.readFromFile(mOutput, false); in testWriteReadAtestResults() local
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/
DTestRecordProtoUtil.java58 TestRecord record = null; in readFromFile() local
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py377 def _on_fail(self, record): argument
400 def _on_pass(self, record): argument
424 def _on_skip(self, record): argument
445 def _on_exception(self, record): argument
Dlogger.py86 def format(self, record): argument
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dsdp_lib.py26 def addService(self, record): argument
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoResultReporter.java91 private void writeRecordToSocket(TestRecord record) { in writeRecordToSocket()
DFileProtoResultReporter.java95 private void writeProto(TestRecord record) { in writeProto()
DProtoResultReporter.java210 TestRecord record = mInvocationRecordBuilder.build(); in invocationEnded() local
498 private ChildReference createChildReference(TestRecord record) { in createChildReference()
DProtoResultParser.java178 TestRecord record = null; in processFileProto() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultParser.java90 MoblyYamlResultRecordHandler.Record record = in reportToListeners() local
/tools/test/connectivity/acts/framework/tests/
Dacts_records_test.py35 def verify_record(self, record, result, details, extras): argument
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt155 records.forEach { appName, record -> in printPlainText() method
271 records.forEach { appName, record -> in printCSV() method
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py155 def emit(self, record): argument
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DCentralDirectoryRecord.java269 static String getName(ByteBuffer record, int position, int nameLengthBytes) { in getName()