Searched refs:contents (Results 1 – 17 of 17) sorted by relevance
| /dpdk/devtools/ |
| H A D | update-patches.py | 10 def fixup_library_renames(contents): argument 26 for i in range(len(contents)): 28 if not "lib/" in contents[i]: 31 if f'lib/{d}' in contents[i]: 33 contents[i] = contents[i].replace(f'lib/{d}', f'lib/librte_{d}') 41 contents = f.readlines() 43 modified |= fixup_library_renames(contents) 50 f.writelines(contents)
|
| H A D | check-meson.py | 38 def setline(contents, index, value): argument 40 line = contents[index] = value 45 def check_indentation(filename, contents): argument 50 for lineno, line in enumerate(contents): 84 line, code, comments = setline(contents, lineno, indent + line.strip()) 88 line, code, comments = setline(contents, lineno, code + ',' + comments) 93 line, code, comments = setline(contents, lineno, 105 contents = [ln.rstrip() for ln in f.readlines()] 107 if check_indentation(filename, contents) > 0 and fix: 110 f.writelines([f'{ln}\n' for ln in contents])
|
| /dpdk/buildtools/chkincs/ |
| H A D | gen_c_file_for_header.py | 10 contents = '#include "' + abspath(h_file) + '"' variable 12 cf.write(contents)
|
| /dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 150 self.contents = None 188 if not self.contents: 193 for l in self.contents: 214 self.contents = f.readlines() 215 self.date = self.findDate(self.contents)
|
| /dpdk/drivers/raw/ioat/ |
| H A D | dpdk_idxd_cfg.py | 27 for filename, contents in values.items(): 29 f.write(str(contents))
|
| /dpdk/drivers/dma/idxd/ |
| H A D | dpdk_idxd_cfg.py | 27 for filename, contents in values.items(): 29 f.write(str(contents))
|
| /dpdk/drivers/ |
| H A D | meson.build | 162 # lib and then running pmdinfogen on the contents of
|
| /dpdk/license/ |
| H A D | lgpl-2.1.txt | 145 such a program is covered only if its contents constitute a work based 294 that the user who changes the contents of definitions files in the
|
| H A D | gpl-2.0.txt | 75 is covered only if its contents constitute a work based on the
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 129 …ssued by the user, a buffer is allocated from the memory pool, filled in with the message contents,
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 123 play bus, like PCI. DPRC commands can be used to enumerate the contents
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 64 After any copyright header, a blank line should be left before any other contents, e.g. include sta… 1054 As above, generally used for the contents of the ``base`` directory.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 9 .. contents:: :local:
|
| H A D | env_abstraction_layer.rst | 927 Also, since a malloc element may span multiple pages, its contents may not 1055 shared memory map, they only copy its contents to their local memory map.
|
| H A D | rte_flow.rst | 225 specification structure. Since they do not match packet contents, their 258 - ``mask`` is a simple bit-mask applied before interpreting the contents of 1667 - Actions that modify matching traffic contents or its properties. This
|
| H A D | packet_framework.rst | 1192 …packet (and potentially modified afterwards) or some new headers whose contents is generated by th…
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 542 As a result ``rte_abort`` on FreeBSD now dumps the contents of the
|