Home
last modified time | relevance | path

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

/external/v8/test/test262/
Dtestcfg.py89 test_record = self.suite.GetTestRecord(testcase)
90 if "noStrict" in test_record:
92 if "onlyStrict" in test_record:
153 testcase.test_record = ParseTestRecord(self.GetSourceForTest(testcase),
155 return testcase.test_record
158 test_record = self.GetTestRecord(testcase)
159 if "includes" in test_record:
161 for f in test_record["includes"]]
172 test_record = self.GetTestRecord(testcase)
173 return "negative" in test_record
/external/e2fsprogs/misc/
Dbadblocks.c737 struct saved_blk_record *test_record; in test_nd() local
759 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()
760 if (!blkbuf || !test_record) { in test_nd()
791 do_write(dev, save_ptr, test_record[i].num, in test_nd()
792 block_size, test_record[i].block); in test_nd()
793 save_ptr += test_record[i].num * block_size; in test_nd()
861 test_record[num_saved].block = currently_testing; in test_nd()
862 test_record[num_saved].num = got; in test_nd()
924 currently_testing = test_record[used2].block; in test_nd()
925 try = test_record[used2].num; in test_nd()
[all …]