Searched refs:case_description (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | bignum_core.py | 248 if not self.case_description: 249 self.case_description = "0x{} + 0x{} * 0x{}".format( 656 self, val_a: str, val_b: str, val_n: str, case_description: str = "" 658 self.case_description = case_description 688 if self.case_description != "replay": 697 self.case_description = tmp + self.case_description 733 cur_op = cls(a, b, n, case_description="replay") 740 cur_op = cls(a, b, n, case_description=description)
|
D | test_data_generation.py | 43 case_description = "" variable in BaseTest 79 self.test_name, self.count, self.case_description 82 return "{} {}".format(self.test_name, self.case_description).strip()
|
D | bignum_common.py | 198 if not self.case_description: 201 self.case_description = format_string.format( 205 self.case_description = "{:x} {} {:x}".format( 370 if not self.case_description:
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_bignum_tests.py | 88 if not self.case_description: 89 self.case_description = "{} {} {}".format( 96 self.case_description += " " + description_suffix
|