Home
last modified time | relevance | path

Searched refs:test_record (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/misc/
Dbadblocks.c753 struct saved_blk_record *test_record; in test_nd() local
775 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()
776 if (!blkbuf || !test_record) { in test_nd()
807 do_write(dev, save_ptr, test_record[i].num, in test_nd()
808 block_size, test_record[i].block); in test_nd()
809 save_ptr += test_record[i].num * block_size; in test_nd()
877 test_record[num_saved].block = currently_testing; in test_nd()
878 test_record[num_saved].num = got; in test_nd()
939 currently_testing = test_record[used2].block; in test_nd()
940 try = test_record[used2].num; in test_nd()
[all …]
/external/python/mobly/mobly/
Dbase_instrumentation_test.py765 test_record = formatter.create_test_record(self.TAG)
766 if test_record:
767 self.results.add_record(test_record)
769 test_record.to_dict(), records.TestSummaryEntryType.RECORD
Drecords.py622 def add_class_error(self, test_record): argument
633 test_record.update_record()
634 self.error.append(test_record)
Dbase_test.py1056 test_record = records.TestResultRecord(test_name, self.TAG)
1057 test_record.test_skip(exception)
1058 self.results.add_record(test_record)
1060 test_record.to_dict(), records.TestSummaryEntryType.RECORD
/external/pigweed/pw_unit_test/py/pw_unit_test/
Drpc.py207 test_record = TestRecord(
241 return test_record
/external/pytorch/test/distributed/elastic/multiprocessing/errors/
Dapi_test.py172 def test_record(self): member in ApiTest
/external/python/mobly/tests/mobly/
Dbase_test_test.py460 test_record = bt_cls.results.passed[0]
504 test_record = bt_cls.results.passed[0]