Home
last modified time | relevance | path

Searched defs:docstring (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dtemplate.py58 docstring = """\ variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenGenerator.py76 def docstring(self): member in BaseFunctionGenerator
145 def docstring(self): member in FunctionGenerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c791 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
797 #define FUNC1A(funcname, func, docstring) \ argument
803 #define FUNC2(funcname, func, docstring) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c791 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
797 #define FUNC1A(funcname, func, docstring) \ argument
803 #define FUNC2(funcname, func, docstring) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py478 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c1368 int i, n, docstring; in compiler_function() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c1391 int i, n, docstring; in compiler_function() local