Searched refs:sync_print (Results 1 – 10 of 10) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 189 pl.sync_print = root_sync_print 204 … pl.sync_print(f'Only processing a single file ({src_path[0]}), setting number of workers to 1') 224 pl.sync_print = print 249 if verbose: pl.sync_print('Writing patch to file', mangled_file) 253 if verbose: pl.sync_print('Applying patches from patch directory', patch_dir) 255 if verbose: pl.sync_print('Applying patch', patch_file) 259 if verbose: pl.sync_print(output.stdout) 273 pl.sync_print(format_str.format(' Found Warnings ')) 274 pl.sync_print(flatten_diags(warnings)) 275 pl.sync_print(format_str.format(' End warnings ')) [all …]
|
| H A D | test_main.py | 83 pl.sync_print('\tREPLACE', short_ref_name) 147 pl.sync_print('\tTEST ', short_name) 175 pl.sync_print('\tNOT OK ', short_name) 178 pl.sync_print('\tOK ', short_name) 183 pl.sync_print(patch_error[err_file].join(err_bars))
|
| H A D | queue_main.py | 174 pl.sync_print = LockPrinter(verbose, print_prefix, lock) # type: ignore[assignment] 175 pl.sync_print(printbar, 'Performing setup', printbar) 179 pl.sync_print(printbar, 'Entering queue ', printbar) 194 pl.sync_print(printbar, 'Exiting queue ', printbar)
|
| H A D | __init__.py | 9 sync_print = print variable
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 301 pl.sync_print('\n'.join(['Compile flags:', *compiler_flags])) 331 pl.sync_print('Deleting precompiled header', self.pch) 374 pl.sync_print(*args, **kwargs) 461 pl.sync_print('\n'.join(map(str, tu.diagnostics)))
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 71 pl.sync_print(*args, **kwargs) 241 old_sync_print = pl.sync_print 246 pl.sync_print = lock_sync_print 582 … pl.sync_print(f'Number of worker processes ({num_workers}) too small, disabling multiprocessing') 586 … pl.sync_print(f'Number of worker processes ({num_workers}) sufficient, enabling multiprocessing')
|
| H A D | _cursor.py | 104 pl.sync_print('=' * 30, 'CXCursorAndRangeVisitor Error', '=' * 30) 105 …pl.sync_print("It is possible that this is a false positive! E.g. some 'unexpected number of token… 106 pl.sync_print('=' * 30, 'CXCursorAndRangeVisitor End Error', '=' * 26) 543 pl.sync_print(self.formatted(**kwargs)) 609 pl.sync_print('\n'.join(_util.view_ast_from_cursor(cursor)))
|
| H A D | _patch.py | 330 pl.sync_print('Delta:', i, f'({delta})') 332 pl.sync_print(''.join(difflib.unified_diff(
|
| H A D | _linter.py | 125 pl.sync_print(last[-1][0]) 193 pl.sync_print(*args, **kwargs)
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 168 pl.sync_print(*args, **kwargs)
|