Home
last modified time | relevance | path

Searched refs:MenuHandle (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py65 MenuHandle = OpaqueByValueType("MenuHandle", "MenuObj") variable
66 MenuRef = MenuHandle
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymactoolbox.h138 extern PyObject *MenuObj_New(MenuHandle);
139 extern int MenuObj_Convert(PyObject *, MenuHandle *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymactoolbox.h138 extern PyObject *MenuObj_New(MenuHandle);
139 extern int MenuObj_Convert(PyObject *, MenuHandle *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c409 GLUE_NEW(MenuHandle, MenuObj_New, "Carbon.Menu")
410 GLUE_CONVERT(MenuHandle, MenuObj_Convert, "Carbon.Menu")