Searched refs:func_name (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/pc-bios/vof/ |
| H A D | entry.S | 5 #define ENTRY(func_name) \ argument 8 .globl .func_name; \ 9 .func_name: \ 10 .globl func_name; \ 11 func_name:
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_print.py | 130 func_name = sys._getframe().f_code.co_name 132 if func_name[1:] == caller_func_name: 137 func_name = sys._getframe(stack_frame_ix).f_code.co_name 139 return func_name 324 for func_name, function in all_functions: 325 if func_name == real_called_func_name: 333 for func_name, function in all_functions: 334 if func_name == real_called_func_name: 338 aliases.add(func_name) 1241 func_name = sys._getframe().f_code.co_name [all …]
|
| H A D | func_timer.py | 55 func_name = self.__func.__name__ 57 func_name = "" 58 buffer += gp.sprint_var(func_name, indent=indent)
|
| H A D | gen_robot_valid.py | 257 for func_name in func_names: 259 func_name 261 + func_name
|
| H A D | gen_valid.py | 757 for func_name in func_names: 758 cmd_buf = "raw_doc_strings['" + func_name + "'] = " + func_name 761 cmd_buf = func_name + ".__doc__ = docstring_header + " + func_name
|
| /openbmc/qemu/scripts/ |
| H A D | block-coroutine-wrapper.py | 142 def snake_to_camel(func_name: str) -> str: 147 words = func_name.split('_')
|
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
| H A D | ast.py | 173 def __init__(self, filename, lineno, func_name, body, python, fakeroot): argument 175 self.func_name = func_name 182 funcname = self.func_name 183 if self.func_name == "__anonymous": 402 def handleMethod(statements, filename, lineno, func_name, body, python, fakeroot): argument 403 statements.append(MethodNode(filename, lineno, func_name, body, python, fakeroot))
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 17347 +#define STRING_OPTION(var_name, func_name, default_value) do { \ 17349 + int var = av_ ## func_name ## _from_name(priv->var_name ## _string); \
|