Searched refs:replace (Results 1 – 10 of 10) sorted by relevance
| /optee_os/scripts/ |
| H A D | update_changelog.py | 70 rvu = rv.replace('.', '_') 78 gu = g.replace('/', '_') 79 gu = gu.replace('-', '_') 87 gu = g.replace('/', '_') 88 gu = gu.replace('-', '_')
|
| H A D | ftrace_format.py | 47 line = line.replace("TIME", " " * 10) + " {" 53 line = line.replace("TIME", format_time(val))
|
| H A D | arm32_sysreg.py | 230 print('#ifndef ' + args.guard.upper().replace('.', '_')) 231 print('#define ' + args.guard.upper().replace('.', '_')) 240 print('#endif /*' + args.guard.upper().replace('.', '_') + '*/')
|
| H A D | gen_compile_commands.py | 180 prefix = command_prefix.replace(r'\#', '#').replace('$(pound)', '#')
|
| H A D | get_maintainer.py | 104 psname = os.path.basename(patchset).replace('.', '_') 173 rep = rep.replace('*', '[^/]+') 174 rep = rep.replace('?', '[^/]')
|
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | kconfiglib.py | 1149 def load_config(self, filename=None, replace=True, verbose=None): argument 1239 self._load_config(filename, replace) 1245 return ("Loaded" if replace else "Merged") + msg 1247 def _load_config(self, filename, replace): argument 1249 if replace: 1356 if replace: 2461 .replace("$UNAME_RELEASE", 6183 return s.replace("\\", r"\\").replace('"', r'\"') 6382 sym_path = path + os.sep + sym_name.lower().replace("_", os.sep) + ".h" 6406 copy_fn = os.replace [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 37 …to be changed are marked as 'deprecated'. If there is a strong reason to replace an existing funct…
|
| H A D | ChangeLog | 2096 MBEDTLS_SSL_IN_CONTENT_LEN and MBEDTLS_SSL_OUT_CONTENT_LEN replace
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 104 program), or otherwise unsuitable, you can replace it with BGET.
|
| /optee_os/ |
| H A D | CHANGELOG.md | 899 * Crypto: replace struct crypto_ops with function interface ([#1923],
|