/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtilTest.java | 43 TestRecord record = TestRecordProtoUtil.readFromFile(protoFile); in testRead() local 56 TestRecord record = builder.build(); in dumpTestRecord() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestRecordInterpreter.java | 33 public static CollectingTestListener interpreteRecord(TestRecord record) { in interpreteRecord()
|
/tools/tradefederation/core/src/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtil.java | 47 TestRecord record = null; in readFromFile() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | FileProtoResultReporterTest.java | 69 TestRecord record = TestRecordProtoUtil.readFromFile(mOutput); in testWriteResults() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | StreamProtoResultReporter.java | 82 private void writeRecordToSocket(TestRecord record) { in writeRecordToSocket()
|
D | ProtoResultReporter.java | 178 TestRecord record = mInvocationRecordBuilder.build(); in invocationEnded() local 387 private ChildReference createChildReference(TestRecord record) { in createChildReference()
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 477 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
|
D | logger.py | 88 def format(self, record): argument
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_records_test.py | 33 def verify_record(self, record, result, details, extras): argument
|
/tools/test/connectivity/acts/framework/acts/libs/metrics/ |
D | metric.py | 103 def record(self, value, key, channel=None): member in RecordableMetric
|
/tools/trebuchet/trebuchet/startup-summarizer/src/ |
D | StartupSummarizer.kt | 155 records.forEach { appName, record -> in printPlainText() method 271 records.forEach { appName, record -> in printCSV() method
|
/tools/tradefederation/contrib/src/com/android/framework/tests/ |
D | BandwidthStats.java | 193 public void addRecord(ComparisonRecord record, float threshold) { in addRecord()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceUtilStatsMonitor.java | 161 DeviceUtilRecord record = getDeviceRecord(deviceDesc.getSerial()); in run() local
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 155 def emit(self, record): argument
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
D | CentralDirectoryRecord.java | 269 static String getName(ByteBuffer record, int position, int nameLengthBytes) { in getName()
|