Searched refs:indent (Results  1 – 15 of 15) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ | 
| D | OS-template-opaque.jinja | 6 * nest_indent: number of extra spaces to indent the code to.11 {%- filter indent(width = nest_indent) %}
 13 … entry_point_name(capability, entry_point, driver) }}({{entry_point_param(driver) | indent(20)}}));
 
 | 
| D | OS-template-transparent.jinja | 6 * nest_indent: number of extra spaces to indent the code to.11 {%- filter indent(width = nest_indent) %}
 12 …{ entry_point_name(capability, entry_point, driver) }}({{entry_point_param(driver) | indent(20)}});
 
 | 
| /openthread-latest/tools/tcat_ble_client/dataset/ | 
| D | dataset_entries.py | 33     def print_content(self, indent: int = 0, excluded_fields: List[str] = []):35         indentation = " " * 4 * indent
 398     def print_content(self, indent: int = 0):
 416         indentation = " " * 4 * indent
 439     def print_content(self, indent: int = 0):
 440         super().print_content(indent=indent, excluded_fields=['entries'])
 441         indentation = " " * 4 * indent
 444             entry.print_content(indent=indent + 1)
 
 | 
| D | dataset.py | 42             entry.print_content(indent=1)
 | 
| /openthread-latest/tools/harness-automation/autothreadharness/ | 
| D | helpers.py | 47         json.dump(self.data, open(self.filename, 'w'), indent=2)58         return json.dumps(self.data, indent=2)
 
 | 
| D | runner.py | 75         logger.info('Initial state is %s', json.dumps(self.result, indent=2))120 ….dump(OrderedDict(sorted(self.result.items(), key=lambda t: t[0])), open(self.path, 'w'), indent=2)
 223         json.dump(log, open(result_file, 'w'), indent=2)
 
 | 
| D | harness_case.py | 515         logger.info('Available golden devices: %s', json.dumps(devices, indent=2))522         logger.info('Available shield golden devices: %s', json.dumps(shield_devices, indent=2))
 660                     logger.info('All case-needed golden devices: %s', json.dumps(devices, indent=2))
 
 | 
| /openthread-latest/tools/tcat_ble_client/cli/ | 
| D | command.py | 68     def print_help(self, indent=0):  argument70         indentation = ' ' * indent_width * indent
 
 | 
| D | base_commands.py | 57             command.print_help(indent=1)
 | 
| /openthread-latest/third_party/mbedtls/repo/scripts/ | 
| D | config.py | 441     def _format_template(self, name, indent, middle):  argument460         return ''.join([indent,
 
 | 
| /openthread-latest/tests/scripts/thread-cert/border_router/ | 
| D | test_dnssd_instance_name_with_space.py | 213         logging.info("dig result matches:\r%s", json.dumps(dig_result, indent=True))
 | 
| D | test_dnssd_server.py | 341         logging.info("dig result matches:\r%s", json.dumps(dig_result, indent=True))
 | 
| D | test_dnssd_server_multi_border_routers.py | 421         logging.info("dig result matches:\r%s", json.dumps(dig_result, indent=True))
 | 
| /openthread-latest/tests/scripts/thread-cert/ | 
| D | thread_cert.py | 494             ofd.write(json.dumps(self._test_info, indent=1, sort_keys=True))
 | 
| /openthread-latest/tools/otci/tests/ | 
| D | test_otci.py | 661         logging.info('commissioiner child table: \n%s\n', json.dumps(child_table, indent=True))
 |