Home
last modified time | relevance | path

Searched defs:thing (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcontextlib.py149 def __init__(self, thing): argument
Dpydoc.py1418 def describe(thing): argument
1473 def resolve(thing, forceload=0): argument
1483 def render_doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1508 def doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1515 def writedoc(thing, forceload=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py1422 def describe(thing): argument
1477 def resolve(thing, forceload=0): argument
1487 def render_doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1512 def doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1519 def writedoc(thing, forceload=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py1500 def describe(thing): argument
1556 def resolve(thing, forceload=0): argument
1567 def render_doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1592 def doc(thing, title='Python Library Documentation: %s', forceload=0): argument
1599 def writedoc(thing, forceload=0): argument
/device/google/contexthub/firmware/os/core/
DosApi.c280 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); in osExpApiI2cCbkInfoAlloc() local
297 union OsApiSlabItem *thing = (union OsApiSlabItem*)cookie; in osExpApiI2cInternalCbk() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c923 stmt_ty thing = NULL; in ast_for_decorated() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c923 stmt_ty thing = NULL; in ast_for_decorated() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py1685 def return_true(self, thing=None): argument