Home
last modified time | relevance | path

Searched refs:sync_print (Results 1 – 10 of 10) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dmain.py189 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 Dtest_main.py83 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 Dqueue_main.py174 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__.py9 sync_print = print variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py301 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.py71 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.py104 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.py330 pl.sync_print('Delta:', i, f'({delta})')
332 pl.sync_print(''.join(difflib.unified_diff(
H A D_linter.py125 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.py168 pl.sync_print(*args, **kwargs)