Searched refs:detail (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/ |
D | coap.py | 160 def detail(self): member in CoapCode 164 def from_class_and_detail(cls, _class, detail): argument 165 return cls(((_class & 0x7) << 5) | (detail & 0x1F)) 169 _class, detail = dotted_str.split(".") 170 return cls.from_class_and_detail(int(_class), int(detail)) 178 return ".".join(["{:01d}".format(self._class), "{:02d}".format(self.detail)])
|
D | test_coap.py | 258 actual_detail = code_obj.detail 273 _class, detail = actual_dotted.split(".") 274 self.assertEqual(code, (int(_class) << 5) | int(detail)) 281 detail = code & 0x1F 284 actual_coap_obj = coap.CoapCode.from_class_and_detail(_class, detail)
|
/openthread-latest/tools/harness-simulation/ |
D | README.md | 7 …IX environment. So two systems are needed, and their setup procedures in detail are listed in the …
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 175 - Describes in detail, optionally, what it is and what it does.
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | LICENSE | 453 be similar in spirit to the present version, but may differ in detail to
|
/openthread-latest/third_party/mbedtls/repo/ |
D | LICENSE | 453 be similar in spirit to the present version, but may differ in detail to
|
D | ChangeLog | 315 IMPORT, EXPORT, GENERATE, DERIVE. The goal is to have a finer detail about 1893 when their input has length 0. Note that this is an implementation detail 3011 (University of Adelaide, Data61). The attack is described in more detail
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 37 has further detail on which functions this applies to.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 636 …ting is to implement it transparently using existing tests. This is specified in more detail below.
|
/openthread-latest/src/cli/ |
D | README.md | 1435 …onse may only contain the list of matching service instances and not any detail service info. To r…
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 1361 * amount of space in the record buffer - in more detail:
|
D | test_suite_psa_crypto.data | 5275 # detail. 5313 # detail.
|