Searched defs:NameVal (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | doclet.py | 32 NameVal = namedtuple("NameVal", "name value") variable 123 def validate_comment(doclets: List[NameVal]) -> None: 173 def process_state(self, benchmarks: List[NameVal], 174 generators: List[NameVal]) -> None: 190 def process_benchmark(self, value: str, returns: List[NameVal]) -> None: 221 def process_tag(self, value: str, states: List[NameVal]) -> None: 228 def process_bug(self, value: str, states: List[NameVal]) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_helpers.py | 30 NameVal = namedtuple("NameVal", "name value") variable
|