/tools/netsim/scripts/ |
D | time_formatter.py | 32 def formatTime(self, record, datefmt=None): argument 42 def format(self, record): argument
|
D | utils.py | 161 def filter(self, record): argument
|
/tools/tradefederation/core/javatests/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/javatests/com/android/tradefed/service/management/ |
D | TestInvocationManagementServerTest.java | 106 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/ |
D | TestRecordInterpreter.java | 33 public static CollectingTestListener interpreteRecord(TestRecord record) { in interpreteRecord()
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/ |
D | FileProtoResultReporterTest.java | 93 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/ |
D | testtracker_results_writer.py | 68 def write_results(self, record): argument 135 def _create_result_proto(self, record): argument
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | FileProtoResultReporter.java | 87 protected ChildReference createModuleChildReference(TestRecord record) { in createModuleChildReference() 110 private void writeProto(TestRecord record) { in writeProto()
|
D | StreamProtoResultReporter.java | 131 private void writeRecordToSocket(TestRecord record) { in writeRecordToSocket() 186 TestRecord record = mToBeSent.poll(); in flushEvents() local
|
D | ProtoResultReporter.java | 245 TestRecord record = mInvocationRecordBuilder.build(); in invocationEnded() local 579 protected ChildReference createModuleChildReference(TestRecord record) { in createModuleChildReference() 583 private ChildReference createChildReference(TestRecord record) { in createChildReference()
|
D | ProtoResultParser.java | 220 TestRecord record = null; in processFileProto() local
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtil.java | 58 TestRecord record = null; in readFromFile() local
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 385 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
|
D | logger.py | 86 def format(self, record): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | sdp_lib.py | 25 def addService(self, record): argument
|
/tools/tradefederation/contrib/src/com/android/uicd/tests/ |
D | UiConductorTest.java | 458 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/ |
D | MoblyYamlResultParser.java | 110 MoblyYamlResultRecordHandler.Record record = in reportToListeners() local
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_records_test.py | 35 def verify_record(self, record, result, details, extras): argument
|
/tools/tradefederation/contrib/tests/src/com/android/uicd/tests/ |
D | UiConductorTestTest.java | 304 TestRecordProto.TestRecord.Builder record = TestRecordProto.TestRecord.newBuilder(); in testRun_withPreviousResults() local
|
/tools/security/fuzzing/orphans/widevine/trusty/ |
D | dispatch_fuzzer.cpp | 76 static CoverageRecord record(TIPC_DEV, &widevine_uuid, WIDEVINE_MODULE_NAME); variable
|
/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/core/src/com/android/tradefed/service/management/ |
D | TestInvocationManagementServer.java | 152 File record = null; in submitTestCommand() local
|
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/ |
D | BazelTest.java | 676 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/ |
D | CentralDirectoryRecord.java | 269 static String getName(ByteBuffer record, int position, int nameLengthBytes) { in getName()
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 155 def emit(self, record): argument
|