Home
last modified time | relevance | path

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

12

/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.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/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/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidBoot/
DAndroidBootApp.c27 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… 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/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_media.h267 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument
268 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/device/google/crosshatch-sepolicy/vendor/google/
Dvendor_init.te2 # ro.boot.hardware.radio.subtype at boot
/device/google/bonito-sepolicy/vendor/google/
Dvendor_init.te2 # ro.boot.hardware.radio.subtype at boot
/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/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_sys.h40 enum pm_ret_status pm_system_shutdown(unsigned int type, unsigned int subtype);
Dpm_api_sys.c222 enum pm_ret_status pm_system_shutdown(unsigned int type, unsigned int subtype) in pm_system_shutdown() argument
226 PM_PACK_PAYLOAD3(payload, PM_SYSTEM_SHUTDOWN, type, subtype); in pm_system_shutdown()
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
DAndroidFastbootApp.c39 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c43 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c28 #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.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/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/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/google/crosshatch-sepolicy/vendor/qcom/common/
Dproperty_contexts47 ro.boot.hardware.radio.subtype u:object_r:vendor_radio_sku_prop:s0
/device/google/bonito-sepolicy/vendor/qcom/common/
Dproperty_contexts43 ro.boot.hardware.radio.subtype u:object_r:vendor_radio_sku_prop:s0
/device/google/bonito/
Dinit.hardware.rc858 on property:ro.boot.hardware.radio.subtype=0

12