Home
last modified time | relevance | path

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

/tools/netsim/scripts/
Dtime_formatter.py32 def formatTime(self, record, datefmt=None): argument
42 def format(self, record): argument
Dutils.py161 def filter(self, record): argument
/tools/tradefederation/core/javatests/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/javatests/com/android/tradefed/service/management/
DTestInvocationManagementServerTest.java106 File record = new File(responseDetails.getTestRecordPath()); in testSubmitTestCommand_andDetails() local
165 File record = new File(responseDetails.getTestRecordPath()); in testSubmitTestCommand_reservedDevice() local
208 File record = new File(responseDetails.getTestRecordPath()); in testSubmitTestCommand_reservedMultiDevice() local
251 File record = new File(responseDetails.getTestRecordPath()); in testSubmitTestCommand_andStop() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestRecordInterpreter.java33 public static CollectingTestListener interpreteRecord(TestRecord record) { in interpreteRecord()
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DFileProtoResultReporterTest.java93 TestRecord record = TestRecordProtoUtil.readFromFile(mOutput); in testWriteResults() local
194 TestRecord record = TestRecordProtoUtil.readFromFile(mOutput, false); in testWriteReadAtestResults() local
/tools/test/connectivity/acts/framework/acts/libs/testtracker/
Dtesttracker_results_writer.py68 def write_results(self, record): argument
135 def _create_result_proto(self, record): argument
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DFileProtoResultReporter.java87 protected ChildReference createModuleChildReference(TestRecord record) { in createModuleChildReference()
110 private void writeProto(TestRecord record) { in writeProto()
DStreamProtoResultReporter.java131 private void writeRecordToSocket(TestRecord record) { in writeRecordToSocket()
186 TestRecord record = mToBeSent.poll(); in flushEvents() local
DProtoResultReporter.java245 TestRecord record = mInvocationRecordBuilder.build(); in invocationEnded() local
579 protected ChildReference createModuleChildReference(TestRecord record) { in createModuleChildReference()
583 private ChildReference createChildReference(TestRecord record) { in createChildReference()
DProtoResultParser.java220 TestRecord record = null; in processFileProto() 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.py385 def _on_fail(self, record): argument
409 def _on_pass(self, record): argument
434 def _on_skip(self, record): argument
456 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.py25 def addService(self, record): argument
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java458 TestRecordProto.TestRecord record = TestRecordProtoUtil.readFromFile(mPreviousResults); in parsePreviousResults() local
502 TestRecordProto.TestRecord record, IInvocationContext context) { in processStartInvocation()
509 public void processFinalProto(TestRecordProto.TestRecord record) { in processFinalProto()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultParser.java110 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/tradefederation/contrib/tests/src/com/android/uicd/tests/
DUiConductorTestTest.java304 TestRecordProto.TestRecord.Builder record = TestRecordProto.TestRecord.newBuilder(); in testRun_withPreviousResults() local
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp76 static CoverageRecord record(TIPC_DEV, &widevine_uuid, WIDEVINE_MODULE_NAME); variable
/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/core/src/com/android/tradefed/service/management/
DTestInvocationManagementServer.java152 File record = null; in submitTestCommand() local
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java676 TestRecord record = TestRecordProtoUtil.readFromFile(protoResult); in reportEventsInTestOutputsArchiveNoTrace() local
747 IInvocationContext context, TestRecord record, String filePrefix) { in collectInvocationLogCalls()
757 TestRecord record, in parseResultsToListener()
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DCentralDirectoryRecord.java269 static String getName(ByteBuffer record, int position, int nameLengthBytes) { in getName()
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py155 def emit(self, record): argument