Searched refs:pretty_print (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | probe.c | 37 static void pretty_print(struct parport *port, int device) in pretty_print() function 129 pretty_print (port, device); in parse_data()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | element.py | 1114 pretty_print = self._should_pretty_print(indent_level) 1119 if pretty_print: 1141 if pretty_print: 1144 if pretty_print and contents and contents[-1] != "\n": 1146 if pretty_print and closeTag: 1186 pretty_print = (indent_level is not None) 1198 if pretty_print and not self.name == 'pre': 1201 if pretty_print and not self.name == 'pre':
|
| H A D | __init__.py | 421 def decode(self, pretty_print=False, argument 435 if not pretty_print:
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse.c | 5714 static void pretty_print(struct trace_seq *s, void *data, int size, struct tep_event *event) in pretty_print() function 6004 pretty_print(s, record->data, record->size, event); in print_event_info()
|