Searched refs:searchin (Results 1 – 4 of 4) sorted by relevance
| /petsc/config/ |
| H A D | query_tests.py | 240 fields, labels, searchin): argument 261 if searchin.strip(): 262 if not searchin.startswith('!'): 264 if fnmatch.filter([key],searchin): 268 if not fnmatch.filter([key],searchin[1:]): 373 searchin=opts.searchin 416 petsc_dir, petsc_arch, field, labels, searchin)
|
| /petsc/doc/manual/ |
| H A D | tests.md | 91 characters cannot be used in a search, so the `searchin` argument is 95 Like `searchin`, it does not use wildcards, but rather whether the 102 $ make test searchin='tutorials' # Run all tutorials 103 $ make test search='ts*' searchin='tutorials' # Run all TS tutorials
|
| /petsc/ |
| H A D | gmakefile.test | 376 ifndef searchin 377 searchin = " " 380 searchin = $(i) 396 …r=$(TESTDIR) --petsc-dir=$(PETSC_DIR) --petsc-arch=$(PETSC_ARCH) --searchin=$(searchin) 'name' '$(… 398 …r=$(TESTDIR) --petsc-dir=$(PETSC_DIR) --petsc-arch=$(PETSC_ARCH) --searchin=$(searchin) 'name' '$(… 402 …r=$(TESTDIR) --petsc-dir=$(PETSC_DIR) --petsc-arch=$(PETSC_ARCH) --searchin=$(searchin) '$(query)'… 404 …r=$(TESTDIR) --petsc-dir=$(PETSC_DIR) --petsc-arch=$(PETSC_ARCH) --searchin=$(searchin) '$(q)' '$(… 534 -@echo " To filter results from other searches, use searchin" 535 -@echo " ${OMAKE} test s='src/sys/tests/' searchin='*options*'"
|
| /petsc/doc/developers/ |
| H A D | testing.md | 687 To filter results from other searches, use searchin 688 /usr/bin/gmake --no-print-directory test s='src/sys/tests/' searchin='*options*' 772 - `searchin` (or `i`)
|