Home
last modified time | relevance | path

Searched defs:NameVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Ddoclet.py32 NameVal = namedtuple("NameVal", "name value") variable
126 def validate_comment(doclets: List[NameVal]) -> None:
176 def process_state(self, benchmarks: List[NameVal],
177 generators: List[NameVal]) -> None:
193 def process_benchmark(self, value: str, returns: List[NameVal]) -> None:
224 def process_tag(self, value: str, states: List[NameVal]) -> None:
231 def process_bug(self, value: str, states: List[NameVal]) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_helpers.py30 NameVal = namedtuple("NameVal", "name value") variable