Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Diterators.py47 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DMimeWriter.py145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): argument
/device/google/contexthub/firmware/os/inc/
DhalIntf.h30 #define APP_TO_SENSOR_HAL_TYPE(sensor, subtype) (((sensor) && 0xFF) | (((subtype) & 0x7F) << 8)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dstring_tests.py61 class subtype(self.__class__.type2test): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new()
Dtypeobject.c4722 PyTypeObject *type, *subtype, *staticbase; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new()
Dtypeobject.c4774 PyTypeObject *type, *subtype, *staticbase; local
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootOptionSupport.c30 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c30 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c2295 int subtype; member