/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | abc.py | 134 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))
|
D | MimeWriter.py | 145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): argument 159 return self.startbody("multipart/" + subtype,
|
D | mimetools.py | 48 self.subtype = '/'.join(fields[1:]) 99 return self.subtype
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | abc.py | 134 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/ |
D | iterators.py | 47 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/ |
D | AndroidBootApp.c | 27 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
|
/device/google/contexthub/firmware/os/inc/ |
D | halIntf.h | 30 #define APP_TO_SENSOR_HAL_TYPE(sensor, subtype) (((sensor) && 0xFF) | (((subtype) & 0x7F) << 8)) argument
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
D | if_media.h | 267 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument 268 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | vendor_init.te | 2 # ro.boot.hardware.radio.subtype at boot
|
/device/google/bonito-sepolicy/vendor/google/ |
D | vendor_init.te | 2 # ro.boot.hardware.radio.subtype at boot
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_14.txt | 20 This message has a Content-Type: header with no subtype. I hope you
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_api_sys.h | 40 enum pm_ret_status pm_system_shutdown(unsigned int type, unsigned int subtype);
|
D | pm_api_sys.c | 222 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/ |
D | AndroidFastbootApp.c | 39 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
D | AbootimgLib.c | 43 #define IS_DEVICE_PATH_NODE(node,type,subtype) (((node)->Type == (type)) && ((node)->SubType == (su… argument
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsFilePath.c | 28 #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/ |
D | typeobject.c | 4722 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);
|
D | memoryobject.c | 100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | typeobject.c | 4774 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);
|
D | memoryobject.c | 100 memory_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) in memory_new() argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regparse.c | 2295 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/ |
D | string_tests.py | 61 class subtype(self.__class__.type2test): class 63 object = subtype(object)
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | property_contexts | 47 ro.boot.hardware.radio.subtype u:object_r:vendor_radio_sku_prop:s0
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | property_contexts | 43 ro.boot.hardware.radio.subtype u:object_r:vendor_radio_sku_prop:s0
|
/device/google/bonito/ |
D | init.hardware.rc | 858 on property:ro.boot.hardware.radio.subtype=0
|