Searched refs:test_record (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dwritable_expectations.py104 test_record = dict_to_modify.get(test_name, {})
107 test_tiles_list = test_record.get(
111 test_record[gm_json.JSONKEY_SOURCE_TILEDIMAGES] = test_tiles_list
113 test_record[gm_json.JSONKEY_SOURCE_WHOLEIMAGE] = expectations
114 dict_to_modify[test_name] = test_record
/external/chromium_org/v8/test/test262-es6/
H A Dtestcfg.py102 if not hasattr(testcase, "test_record"):
104 testcase.test_record = ParseTestRecord(self.GetSourceForTest(testcase),
106 return testcase.test_record
109 test_record = self.GetTestRecord(testcase)
110 if "includes" in test_record:
112 for f in test_record["includes"]]
123 test_record = self.GetTestRecord(testcase)
124 return "negative" in test_record
/external/e2fsprogs/misc/
H A Dbadblocks.c737 struct saved_blk_record *test_record; local
759 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record));
760 if (!blkbuf || !test_record) {
791 do_write(dev, save_ptr, test_record[i].num,
792 block_size, test_record[i].block);
793 save_ptr += test_record[i].num * block_size;
861 test_record[num_saved].block = currently_testing;
862 test_record[num_saved].num = got;
924 currently_testing = test_record[used2].block;
925 try = test_record[used
[all...]

Completed in 111 milliseconds