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

  /external/e2fsprogs/misc/
badblocks.c 744 struct saved_blk_record *test_record; local
766 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record));
767 if (!blkbuf || !test_record) {
798 do_write(dev, save_ptr, test_record[i].num,
799 block_size, test_record[i].block);
800 save_ptr += test_record[i].num * block_size;
868 test_record[num_saved].block = currently_testing;
869 test_record[num_saved].num = got;
931 currently_testing = test_record[used2].block;
932 try = test_record[used2].num
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 173 def test_record(self): member in class:InstallTestCase
235 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()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 175 def test_record(self): member in class:InstallTestCase
237 self.test_record()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 175 def test_record(self): member in class:InstallTestCase
237 self.test_record()
  /test/vts/runners/host/
base_test.py 356 def _testEntry(self, test_record):
360 test_record: The TestResultRecord object for the test case going to
363 self._current_record = test_record
365 self.web.AddTestReport(test_record.test_name)
    [all...]

Completed in 506 milliseconds