Home
last modified time | relevance | path

Searched refs:test_record (Results 1 – 4 of 4) 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()
940 currently_testing = test_record[used2].block; in test_nd()
941 try = test_record[used2].num; in test_nd()
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py174 def test_record(self): member in InstallTestCase
236 self.test_record()
/external/python/cpython3/Lib/distutils/tests/
Dtest_install.py173 def test_record(self): member in InstallTestCase
239 self.test_record()
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-builtin-bit-cast.cpp56 void test_record() { in test_record() function