Searched defs:bool (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/test/
H A Dmath.lsp[all...]
H A Dstream.lsp[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dcommit_in_branch_test.py34 def test_canonicalize_commit(commit: str, expected: bool) -> None: argument
58 def test_validate_branch(commit: str, expected: bool) -> None: argument
82 def test_is_commit_valid(commit: str, expected: bool) -> None: argument
98 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None: argument
114 def test_branch_has_backport_of_commit(branch: str, commit: str, expected: bool) -> None: argument
H A Dgen_release_notes_test.py44 def test_next_version(current: str, is_point: bool, expected: str) -> None: argument
54 def test_previous_version(current: str, is_point: bool, expected: str) -> None: argument
H A Dcommit_in_branch.py8 def print_(args: argparse.Namespace, success: bool, message: str) -> None: argument
H A Dgen_calendar_entries.py122 def _calculate_next_release_date(next_is_zero: bool) -> datetime.date: argument
H A Dgen_calendar_entries_test.py105 def test(self, is_zero: bool, expected: int) -> None: argument
124 def test(self, is_zero: bool, expected: int) -> None: argument
143 def test(self, is_zero: bool, expected: int) -> None: argument
H A Dgen_release_notes.py251 def calculate_next_version(version: str, is_point: bool) -> str: argument
262 def calculate_previous_version(version: str, is_point: bool) -> str: argument
283 def get_features(is_point_release: bool) -> typing.Generator[str, None, None]: argument
/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel_blt_bench_compare.py43 def print_df(df: pd.DataFrame, color: bool, breaks: list[float], drop_cols: list[str]): argument

Completed in 14 milliseconds