| /honee/tests/ |
| H A D | junit_common.py | 276 def find_matching(line: str, open: str = '(', close: str = ')') -> Tuple[int, int]: 295 start: int = line.find(open) 299 for i in range(start + 1, len(line)): 300 if line[i] == open: 302 if line[i] == close: 309 def parse_test_line(line: str, fallback_name: str = '') -> TestSpec: 322 if line[0] == "(": 324 start, end = find_matching(line) 328 keyvalues_str = line[start:end + 1] 358 line = line[end + 1:] [all …]
|
| /honee/src/ |
| H A D | honee-meshtransform.c | 15 char line[char_array_len]; in GetYNodeLocs() local 20 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in GetYNodeLocs() 24 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in GetYNodeLocs() 35 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in GetYNodeLocs() 36 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in GetYNodeLocs()
|
| H A D | honee-file.c | 224 char line[char_array_len]; in PhastaDatFileOpen() local 229 PetscCall(PetscSynchronizedFGets(comm, *fp, char_array_len, line)); in PhastaDatFileOpen() 230 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in PhastaDatFileOpen() 270 char line[char_array_len]; in PhastaDatFileReadToArrayReal() local 279 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in PhastaDatFileReadToArrayReal() 280 PetscCall(PetscStrToArray(line, ' ', &ndims, &row_array)); in PhastaDatFileReadToArrayReal()
|
| /honee/ |
| H A D | pytorch_pkgconfig.py | 42 for line in f: 43 regex_result = regex_ABI.search(line)
|
| H A D | Makefile | 278 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120 381 needs_save = $(or $(filter command line,$(origin $(1))),$(filter simple,$(flavor $(1))))
|
| H A D | Doxyfile | 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 206 # first line (until the first dot) of a Javadoc-style comment as the brief 214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line 225 # line (until the first dot) of a Qt-style comment as the brief description. If 233 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 235 # to treat a multi-line C++ comment block as a detailed description. Set this 907 # can produce. The string should contain the $file, $line, and $text tags, which 908 # will be replaced by the file and line number from which the warning originated 913 # The default value is: $file:$line: $text. 915 WARN_FORMAT = "$file:$line: $text" [all …]
|
| H A D | CONTRIBUTING.md | 20 …-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line).
|
| /honee/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 190 if case.line: 191 test_case_attributes["line"] = decode(case.line, encoding) 379 line=None, argument 392 self.line = line
|
| /honee/problems/ |
| H A D | stg_shur14.c | 64 char line[char_array_len]; in ReadStgInflow() local 77 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in ReadStgInflow() 78 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in ReadStgInflow() 121 char line[char_array_len]; in ReadStgRand() local 132 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in ReadStgRand() 133 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in ReadStgRand()
|
| /honee/.gitlab/issue_templates/ |
| H A D | bug_report.md | 11 Please provide the command line options and `yml` needed to reproduce the issue.
|
| /honee/doc/ |
| H A D | runtime_options.md | 4 HONEE is controlled via command-line options. 398 For the Density Current, Channel, and Blasius problems, the following common command-line options a…
|
| H A D | examples.md | 252 The file should be newline delimited, with the first line specifying the number of points and the r… 587 …This IC features a line discontinuity intersecting the midpoint of the lower edge of the box and i… 615 The following additional command-line options are available:
|