Searched refs:parse (Results 1 – 19 of 19) sorted by relevance
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-fortran-coverage.sh | 6 before=$(git rev-parse HEAD~1) 7 after=$(git rev-parse HEAD)
|
| H A D | check-merge-branch.sh | 4 if $(git rev-parse --is-shallow-repository); then
|
| H A D | builddist | 81 version=-`git rev-parse --short HEAD`
|
| /petsc/ |
| H A D | makefile | 396 …-@pushd ${PETSC_DIR_ABI_OLD} >> /dev/null ; echo " Branch = "`git rev-parse --… 399 -@echo " Branch = "`git rev-parse --abbrev-ref HEAD` 419 …echo "Doing ABI/API comparison between" ${branch} " and " `git rev-parse --abbrev-ref HEAD` "using… 429 PETSC_DIR=`pwd` PETSC_ARCH=arch-branch-`git rev-parse ${branch}` ./configure $${OPTIONS} ;\ 430 PETSC_DIR=`pwd` PETSC_ARCH=arch-branch-`git rev-parse ${branch}` make all test ;\ 434 …PETSC_DIR_ABI_OLD=$${PETSC_DIR_OLD} PETSC_ARCH_ABI_OLD=arch-branch-`git rev-parse ${branch}` make … 503 ….*' --exclude-throw-branches --exclude-unreachable-branches --gcov-ignore-parse-errors -j 8 --gcov…
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _docs.py | 33 for section in docstring.parse().sections:
|
| /petsc/lib/petsc/bin/ |
| H A D | xml2flamegraph.py | 82 root = objectify.parse(args.infile).find("//timertree")
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 403 tu = index.parse( 456 tu = index.parse(
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 36 parse: yes 52 #exclude-parse:
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBagRead.m | 80 errstr = sprintf('Could not parse %s.',petscbagh);
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | queue_main.py | 73 errors_left, errors_fixed, warnings, patches = linter.parse(filename).diagnostics()
|
| H A D | README.rst | 73 naive next solution might be to parse ``__func__`` and try and find ``i`` in it. But this
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex63.cxx | 119 …if (cmdp.parse(argc, argv) != Teuchos::CommandLineProcessor::PARSE_SUCCESSFUL) std::cerr << "Optio… in main()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _linter.py | 381 def parse(self, filename: PathLike) -> Linter: member in Linter 396 tu = self.index.parse(str(filename), args=self.flags, options=self.clang_opts)
|
| H A D | _pool.py | 549 err_left, err_fixed, warnings, patches = self.linter.parse(item).diagnostics()
|
| /petsc/config/BuildSystem/ |
| H A D | retrieval.py | 5 from urllib import parse as urlparse_local
|
| H A D | nargs.py | 500 from urllib import parse as urlparse_local
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 1111 def parse(self) -> PetscDocString: member in PetscDocString
|
| /petsc/doc/manual/ |
| H A D | other.md | 150 With `-options_file`, PETSc will parse the file as YAML if it ends in a standard 155 parse the file as YAML if it matches certain criteria, for example.
|
| /petsc/doc/ |
| H A D | petsc.bib | 13411 title = {The (New) {Y}ale {S}parse {M}atrix {P}ackage}, 13420 chaptertitle = {The (New) {Y}ale {S}parse {M}atrix {P}ackage},
|