HomeSort by relevance Sort by last modified time
    Searched refs:test_record (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/misc/
badblocks.c 753 struct saved_blk_record *test_record; local
775 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record));
776 if (!blkbuf || !test_record) {
807 do_write(dev, save_ptr, test_record[i].num,
808 block_size, test_record[i].block);
809 save_ptr += test_record[i].num * block_size;
877 test_record[num_saved].block = currently_testing;
878 test_record[num_saved].num = got;
940 currently_testing = test_record[used2].block;
941 try = test_record[used2].num
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 174 def test_record(self): member in class:InstallTestCase
236 self.test_record()
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 172 def test_record(self): member in class:InstallTestCase
238 self.test_record()

Completed in 828 milliseconds