Home
last modified time | relevance | path

Searched refs:line (Results 1 – 12 of 12) sorted by relevance

/honee/tests/
H A Djunit_common.py276 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 Dhonee-meshtransform.c15 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 Dhonee-file.c224 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 Dpytorch_pkgconfig.py42 for line in f:
43 regex_result = regex_ABI.search(line)
H A DMakefile278 AUTOPEP8_OPTS += --in-place --aggressive --max-line-length 120
381 needs_save = $(or $(filter command line,$(origin $(1))),$(filter simple,$(flavor $(1))))
H A DDoxyfile53 # 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 DCONTRIBUTING.md20 …-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__.py190 if case.line:
191 test_case_attributes["line"] = decode(case.line, encoding)
379 line=None, argument
392 self.line = line
/honee/problems/
H A Dstg_shur14.c64 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 Dbug_report.md11 Please provide the command line options and `yml` needed to reproduce the issue.
/honee/doc/
H A Druntime_options.md4 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 Dexamples.md252 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: