Home
last modified time | relevance | path

Searched defs:record (Results 1 – 15 of 15) 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/src/com/android/tradefed/util/proto/
DTestRecordProtoUtil.java47 TestRecord record = null; in readFromFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DFileProtoResultReporterTest.java69 TestRecord record = TestRecordProtoUtil.readFromFile(mOutput); in testWriteResults() local
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoResultReporter.java82 private void writeRecordToSocket(TestRecord record) { in writeRecordToSocket()
DProtoResultReporter.java178 TestRecord record = mInvocationRecordBuilder.build(); in invocationEnded() local
387 private ChildReference createChildReference(TestRecord record) { in createChildReference()
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py477 def _on_fail(self, record): argument
501 def _on_pass(self, record): argument
526 def _on_skip(self, record): argument
548 def _on_exception(self, record): argument
Dlogger.py88 def format(self, record): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_records_test.py33 def verify_record(self, record, result, details, extras): argument
/tools/test/connectivity/acts/framework/acts/libs/metrics/
Dmetric.py103 def record(self, value, key, channel=None): member in RecordableMetric
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt155 records.forEach { appName, record -> in printPlainText() method
271 records.forEach { appName, record -> in printCSV() method
/tools/tradefederation/contrib/src/com/android/framework/tests/
DBandwidthStats.java193 public void addRecord(ComparisonRecord record, float threshold) { in addRecord()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceUtilStatsMonitor.java161 DeviceUtilRecord record = getDeviceRecord(deviceDesc.getSerial()); in run() local
/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()