Searched refs:run (Results 76 - 79 of 79) sorted by path

1234

/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp46 toBlock(disk_super_block &superBlock, block_run run) argument
48 return ((((off_t)run.AllocationGroup()) << superBlock.AllocationGroupShift()) | (off_t)run.Start());
53 toOffset(disk_super_block &superBlock, block_run run) argument
55 return toBlock(superBlock, run) << superBlock.BlockShift();
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp160 virtual void run( CppUnit::TestResult *result ) function in class:MimeTypeTestSuite
163 CppUnit::TestSuite::run(result);
1524 IconTest(helper); // First run all the icon tests
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py16 def run(fileSet, rules, outputFileName): function
92 run(files, cppRules, "styleviolations.html")
/haiku/src/tools/
H A Dhardlink_packages.py30 if subprocess.run(['package_repo'], None, None, None,

Completed in 118 milliseconds

1234