Searched refs:code (Results 1 – 6 of 6) sorted by relevance
| /edtt-latest/src/components/ |
| D | smpdata.py | 291 def error(self, code): argument 322 if code in errorTexts: 323 return errorTexts[code]; 325 return "Unknown error code (%d)" % code;
|
| D | attdata.py | 615 def isPermissionError(self, code): argument 617 return code in permissionErrors; 619 def error(self, code): argument 666 if code in errorTexts: 667 return errorTexts[code]; 669 return "Unknown error code (%d)" % code;
|
| D | addata.py | 597 for scheme, code in __schemeNames__.items(): 598 if codePoint == code[-1]:
|
| /edtt-latest/docs/ |
| D | LICENSE | 27 including but not limited to software source code, documentation 32 not limited to compiled object code, generated documentation, 56 communication on electronic mailing lists, source code control systems,
|
| D | EDTT_framework_Babblesim.md | 6 …im.github.io/), and how to run [Zephyr](https://docs.zephyrproject.org/) code on a standard Linux… 8 …lation, together with simulated Zephyr Bluetooth stacks, where the Zephyr code is running on a sta… 229 The `<test>` argument is the name of the Python file (without .py) holding the code for the test to…
|
| D | README.md | 33 This is done as a resonable measure to ensure all code in the project
|