Home
last modified time | relevance | path

Searched refs:_arguments (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h31 typedef struct _arguments *arguments_ty;
357 struct _arguments { struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h31 typedef struct _arguments *arguments_ty;
357 struct _arguments { struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py528 def _arguments(self, t): member in Unparser