Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dabc.py134 subtype = type(instance)
136 if subtype is _InstanceType:
137 subtype = subclass
138 if subtype is subclass or subclass is None:
141 subtype in cls._abc_negative_cache):
144 return cls.__subclasscheck__(subtype)
146 cls.__subclasscheck__(subtype))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dabc.py134 subtype = type(instance)
136 if subtype is _InstanceType:
137 subtype = subclass
138 if subtype is subclass or subclass is None:
141 subtype in cls._abc_negative_cache):
144 return cls.__subclasscheck__(subtype)
146 cls.__subclasscheck__(subtype))
DMimeWriter.py145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): argument
159 return self.startbody("multipart/" + subtype,
Dmimetools.py48 self.subtype = '/'.join(fields[1:])
99 return self.subtype
/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
56 if subtype is None or subpart.get_content_subtype() == subtype:
/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/email/test/data/
Dmsg_14.txt20 This message has a Content-Type: header with no subtype. I hope you
/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/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c4774 PyTypeObject *type, *subtype, *staticbase; local
4794 subtype = (PyTypeObject *)arg0;
4795 if (!PyType_IsSubtype(subtype, type)) {
4799 subtype->tp_name,
4800 subtype->tp_name,
4808 staticbase = subtype;
4817 subtype->tp_name,
4825 res = type->tp_new(subtype, args, kwds);
Dmemoryobject.c100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c4722 PyTypeObject *type, *subtype, *staticbase; local
4742 subtype = (PyTypeObject *)arg0;
4743 if (!PyType_IsSubtype(subtype, type)) {
4747 subtype->tp_name,
4748 subtype->tp_name,
4756 staticbase = subtype;
4765 subtype->tp_name,
4773 res = type->tp_new(subtype, args, kwds);
Dmemoryobject.c100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new() argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c2295 int subtype; member
3325 tok->u.subtype = ANCHOR_BEGIN_BUF; in fetch_token()
3331 tok->u.subtype = ANCHOR_SEMI_END_BUF; in fetch_token()
3338 tok->u.subtype = ANCHOR_END_BUF; in fetch_token()
3344 tok->u.subtype = ANCHOR_BEGIN_POSITION; in fetch_token()
3712 tok->u.subtype = (IS_SINGLELINE(env->option) in fetch_token()
3719 tok->u.subtype = (IS_SINGLELINE(env->option) in fetch_token()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dstring_tests.py61 class subtype(self.__class__.type2test): class
63 object = subtype(object)
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c30 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument