| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pyrex/ |
| H A D | pyrex-fix-optimized-mode.patch | 11 - _Extension.Extension.__doc__ + \ 12 + _Extension.Extension.__doc__ or "" + \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | prompt.py | 35 __doc__ = __doc__ + gdb.prompt.prompt_help() variable in _ExtendedPrompt
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | prompt.py | 35 __doc__ = __doc__ + gdb.prompt.prompt_help() variable in _ExtendedPrompt
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | help.py | 58 if plugin.__doc__: 59 result += plugin.__doc__
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | lex.py | 746 if not f.__doc__: 752 c = re.compile("(?P<%s>%s)" % (fname,f.__doc__), re.VERBOSE | self.reflags) 759 if '#' in f.__doc__: 932 regex_list.append("(?P<%s>%s)" % (fname,f.__doc__)) 934 debuglog.info("lex: Adding rule %s -> '%s' (state '%s')",fname,f.__doc__, state) 1046 f.__doc__ = r.__doc__ 1048 f.__doc__ = r
|
| H A D | yacc.py | 2972 p_functions.append((line,file,name,item.__doc__)) 3000 elif not func.__doc__: 3027 doc = v.__doc__.split(" ")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 198 newFunc.__doc__ = func.__doc__
|
| H A D | namedtuple_with_abc.py | 59 namespace.setdefault('__doc__', basetuple.__doc__)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkmultidtb.py | 31 print __doc__
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | common.py | 28 docsplit = function.__doc__.splitlines()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pycompile.py | 61 parser = argparse.ArgumentParser(description=__doc__)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | prompt.py | 103 result += ' \\%s\t%s\n' % (key, prompt_substitutions[key].__doc__)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | prompt.py | 103 result += ' \\%s\t%s\n' % (key, prompt_substitutions[key].__doc__)
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_monitor_user.c | 4 static const char *__doc__= variable 85 printf("\nDOCUMENTATION:\n%s\n", __doc__); in usage() 632 printf("\n%s", __doc__); in stats_poll()
|
| H A D | xdp_rxq_info_user.c | 4 static const char *__doc__ = " XDP RX-queue info extract example\n\n" variable 151 printf("\nDOCUMENTATION:\n%s\n", __doc__); in usage()
|
| H A D | xdp_redirect_cpu_user.c | 4 static const char *__doc__ = variable 139 printf("\nDOCUMENTATION:\n%s\n", __doc__); in usage()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | make_fit_atf.py | 227 print __doc__
|