Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1556) sorted by relevance

12345678910>>...63

/device/google/wahoo/sepolicy/vendor/
Dfile.te1 type sysfs_camera, sysfs_type, fs_type;
2 type sysfs_clkscale, sysfs_type, fs_type;
3 type sysfs_console_suspend, sysfs_type, fs_type;
4 type sysfs_easel, sysfs_type, fs_type;
5 type sysfs_fingerprint, sysfs_type, fs_type;
6 type sysfs_graphics, sysfs_type, fs_type;
7 type sysfs_laser, sysfs_type, fs_type;
8 type sysfs_mdss_mdp_caps, sysfs_type, fs_type;
9 type sysfs_msm_subsys, sysfs_type, fs_type;
10 type sysfs_msm_subsys_restart, sysfs_type, fs_type;
[all …]
Ddevice.te1 type ab_block_device, dev_type;
2 type at_device, dev_type;
3 type avtimer_device, dev_type;
4 type bt_device, dev_type;
5 type diag_device, dev_type, mlstrustedobject;
6 type dsp_device, dev_type;
7 type easel_device, dev_type;
8 type hbtp_device, dev_type;
9 type ipa_dev, dev_type;
10 type latency_device, dev_type;
[all …]
Dproperty.te1 type camera_prop, property_type;
2 type cnd_prop, property_type;
3 type ims_prop, property_type;
4 type keymaster_prop, property_type;
5 type net_rmnet_prop, property_type;
6 type ramdump_prop, property_type;
7 type post_boot_prop, property_type;
8 type ssr_prop, property_type;
9 type cnss_diag_prop, property_type;
10 type tee_listener_prop, property_type;
[all …]
/device/google/marlin/sepolicy/
Dfile.te1 type sysfs_nanoapp_cmd, sysfs_type, fs_type;
3 # Default type for anything under /firmware.
4 type firmware_file, fs_type, contextmount_type;
7 type smlog_dump_file, file_type, data_file_type;
8 type location_data_file, file_type, data_file_type;
9 type perfd_data_file, file_type, data_file_type;
10 type ramdump_data_file, file_type, data_file_type, mlstrustedobject;
11 type time_data_file, file_type, data_file_type;
12 type display_data_file, file_type, data_file_type;
13 type netmgr_data_file, file_type, data_file_type;
[all …]
Ddevice.te1 type at_device, dev_type;
2 type audio_cal_device, dev_type;
3 type avtimer_device, dev_type;
4 type diag_device, dev_type, mlstrustedobject;
5 type ramdump_device, dev_type;
6 type sdsprpc_device, dev_type;
7 type sg_device, dev_type;
8 type ssr_device, dev_type;
9 type thermal_device, dev_type;
10 type pta_device, dev_type;
[all …]
Dproperty.te1 type camera_prop, property_type;
2 type sensors_prop, property_type;
3 type wc_prop, property_type;
4 type hw_sku_prop, property_type;
5 type mid_prop, property_type;
6 type ssr_prop, property_type;
7 type cnss_diag_prop, property_type;
8 type thermal_prop, property_type;
9 type ramdump_prop, property_type;
10 type sys_time_prop, property_type;
[all …]
/device/lge/bullhead/sepolicy/
Dfile.te2 type debugfs_rpm, fs_type, debugfs_type;
3 type debugfs_ipc, fs_type, debugfs_type;
4 type debugfs_bufinfo, fs_type, debugfs_type;
6 type sysfs_power_management, fs_type, sysfs_type;
7 type sysfs_surfaceflinger, fs_type, sysfs_type;
9 # file type for irqbalance socket
10 type msm_irqbalance_socket, file_type;
12 # Default type for anything under /firmware
13 type firmware_file, fs_type, contextmount_type;
14 type fsg_file, fs_type, contextmount_type;
[all …]
Ddevice.te1 #Define the logging device type
2 type diag_device, dev_type, mlstrustedobject;
3 type smem_log_device, dev_type;
4 type ramdump_device, dev_type;
6 type smd_device, dev_type;
8 type mmc_block_device, dev_type;
10 #device type for rmnet device nodes, ie /dev/rmnet_ctrl*
11 type rmnet_device, dev_type;
14 type thermal_device, dev_type;
17 type modem_block_device, dev_type;
[all …]
/device/huawei/angler/sepolicy/
Dfile.te1 type cnd_socket, file_type;
2 type diag_logs, file_type, data_file_type, mlstrustedobject;
4 # Default type for anything under /firmware
5 type firmware_file, fs_type, contextmount_type;
7 type ims_socket, file_type;
8 type irqbalance_socket, file_type;
9 type perfd_data_file, file_type, data_file_type;
10 type persist_file, file_type;
11 type persist_audio_file, file_type;
12 type persist_data_file, file_type;
[all …]
Ddevice.te1 type diag_device, dev_type, mlstrustedobject;
2 type dpl_device, dev_type;
3 type drm_block_device, dev_type;
4 type media_device, dev_type;
5 type modem_block_device, dev_type;
6 type persist_block_device, dev_type;
7 type ramdump_device, dev_type;
8 type rmnet_device, dev_type;
9 type shared_log_device, dev_type;
10 type ssd_block_device, dev_type;
[all …]
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dinterrupt_mgmt.c73 static int32_t validate_interrupt_type(uint32_t type) in validate_interrupt_type() argument
75 if (type == INTR_TYPE_EL3) in validate_interrupt_type()
78 if (type != INTR_TYPE_S_EL1 && type != INTR_TYPE_NS) in validate_interrupt_type()
87 static int32_t validate_routing_model(uint32_t type, uint32_t flags) in validate_routing_model() argument
92 if (type == INTR_TYPE_S_EL1) in validate_routing_model()
95 if (type == INTR_TYPE_NS) in validate_routing_model()
123 static void set_scr_el3_from_rm(uint32_t type, in set_scr_el3_from_rm() argument
130 bit_pos = plat_interrupt_type_to_line(type, security_state); in set_scr_el3_from_rm()
131 intr_type_descs[type].scr_el3[security_state] = flag << bit_pos; in set_scr_el3_from_rm()
141 int32_t set_routing_model(uint32_t type, uint32_t flags) in set_routing_model() argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py12 NoneType = type(None)
13 TypeType = type
43 FunctionType = type(_f)
44 LambdaType = type(lambda: None) # Same as FunctionType
45 CodeType = type(_f.func_code)
49 GeneratorType = type(_g())
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
56 InstanceType = type(_x)
57 MethodType = type(_x._m)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtypes.py12 NoneType = type(None)
13 TypeType = type
43 FunctionType = type(_f)
44 LambdaType = type(lambda: None) # Same as FunctionType
45 CodeType = type(_f.func_code)
49 GeneratorType = type(_g())
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
56 InstanceType = type(_x)
57 MethodType = type(_x._m)
[all …]
Dmimetypes.py71 for (ext, type) in types_map.items():
72 self.add_type(type, ext, True)
73 for (ext, type) in common_types.items():
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): argument
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, [])
128 type = url[:semi]
130 type = url[:comma]
131 if '=' in type or '/' not in type:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymem.h92 #define PyMem_New(type, n) \ argument
93 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
94 ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
95 #define PyMem_NEW(type, n) \ argument
96 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
97 ( (type *) PyMem_MALLOC((n) * sizeof(type)) ) )
105 #define PyMem_Resize(p, type, n) \ argument
106 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
108 #define PyMem_RESIZE(p, type, n) \ argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymem.h92 #define PyMem_New(type, n) \ argument
93 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
94 ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
95 #define PyMem_NEW(type, n) \ argument
96 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
97 ( (type *) PyMem_MALLOC((n) * sizeof(type)) ) )
105 #define PyMem_Resize(p, type, n) \ argument
106 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
108 #define PyMem_RESIZE(p, type, n) \ argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c20 #define MCACHE_HASH_METHOD(type, name) \ argument
21 MCACHE_HASH((type)->tp_version_tag, \
54 PyType_Modified(PyTypeObject *type) in PyType_Modified() argument
78 if (!PyType_HasFeature(type, Py_TPFLAGS_VALID_VERSION_TAG)) in PyType_Modified()
81 raw = type->tp_subclasses; in PyType_Modified()
92 type->tp_flags &= ~Py_TPFLAGS_VALID_VERSION_TAG; in PyType_Modified()
96 type_mro_modified(PyTypeObject *type, PyObject *bases) { in type_mro_modified() argument
114 if (!PyType_HasFeature(type, Py_TPFLAGS_HAVE_VERSION_TAG)) in type_mro_modified()
130 !PyType_IsSubtype(type, cls)) { in type_mro_modified()
137 type->tp_flags &= ~(Py_TPFLAGS_HAVE_VERSION_TAG| in type_mro_modified()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c20 #define MCACHE_HASH_METHOD(type, name) \ argument
21 MCACHE_HASH((type)->tp_version_tag, \
54 PyType_Modified(PyTypeObject *type) in PyType_Modified() argument
78 if (!PyType_HasFeature(type, Py_TPFLAGS_VALID_VERSION_TAG)) in PyType_Modified()
81 raw = type->tp_subclasses; in PyType_Modified()
92 type->tp_flags &= ~Py_TPFLAGS_VALID_VERSION_TAG; in PyType_Modified()
96 type_mro_modified(PyTypeObject *type, PyObject *bases) { in type_mro_modified() argument
114 if (!PyType_HasFeature(type, Py_TPFLAGS_HAVE_VERSION_TAG)) in type_mro_modified()
130 !PyType_IsSubtype(type, cls)) { in type_mro_modified()
137 type->tp_flags &= ~(Py_TPFLAGS_HAVE_VERSION_TAG| in type_mro_modified()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenVariable.py27 def __init__(self, type, name = None, flags = InMode): argument
33 self.type = type
44 self.type.declare(self.name, reference=True)
46 self.type.declare(self.name)
55 return self.type.getArgDeclarations(self.name,
59 return self.type.getAuxDeclarations(self.name)
63 return self.type.getargsFormat()
67 return self.type.getargsArgs(self.name)
70 return self.type.getargsCheck(self.name)
73 return self.type.getargsPreCheck(self.name)
[all …]
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dtbb_ext.c43 .type = V_ASN1_INTEGER
49 .type = V_ASN1_INTEGER
55 .type = V_ASN1_OCTET_STRING
61 .type = V_ASN1_OCTET_STRING
67 .type = V_ASN1_OCTET_STRING
73 .type = V_ASN1_OCTET_STRING
79 .type = V_ASN1_OCTET_STRING
85 .type = V_ASN1_OCTET_STRING
91 .type = V_ASN1_OCTET_STRING
97 .type = V_ASN1_OCTET_STRING
[all …]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp17 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize() argument
19 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument
20 ALOGE("%s:%d unknown format/type 0x%x 0x%x", __FUNCTION__, __LINE__, format, type) \ in computePixelSize()
22 switch(type) { in computePixelSize()
45 default: FORMAT_ERROR(format, type); in computePixelSize()
76 default: FORMAT_ERROR(format, type); in computePixelSize()
89 default: FORMAT_ERROR(format, type); in computePixelSize()
104 default: FORMAT_ERROR(format, type); in computePixelSize()
117 default: FORMAT_ERROR(format, type); in computePixelSize()
134 default: FORMAT_ERROR(format, type); in computePixelSize()
[all …]
DIndexRangeCache.h47 void addRange(GLenum type,
53 bool findRange(GLenum type,
64 type(GL_NONE), in IndexRangeKey()
72 type(_type), in IndexRangeKey()
80 size_t end = offset + count * glSizeof(type);
81 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
87 if (type != rhs.type) return type < rhs.type;
94 GLenum type; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pow.py5 def powtest(self, type): argument
6 if type != float:
8 self.assertEqual(pow(type(i), 0), 1)
9 self.assertEqual(pow(type(i), 1), type(i))
10 self.assertEqual(pow(type(0), 1), type(0))
11 self.assertEqual(pow(type(1), 1), type(1))
14 self.assertEqual(pow(type(i), 3), i*i*i)
23 ii = type(i)
30 zero = type(0)
40 if type == float:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpatcomp.py38 type, value, start, end, line_text = quintuple
39 if type not in skip:
75 if node.type == self.syms.Matcher:
78 if node.type == self.syms.Alternatives:
86 if node.type == self.syms.Alternative:
93 if node.type == self.syms.NegatedUnit:
98 assert node.type == self.syms.Unit
102 if len(nodes) >= 3 and nodes[1].type == token.EQUAL:
106 if len(nodes) >= 2 and nodes[-1].type == self.syms.Repeater:
114 assert repeat.type == self.syms.Repeater
[all …]
Dbtm_utils.py21 def __init__(self, type=None, name=None): argument
22 self.type = type
31 return str(self.type) + ' ' + str(self.name)
40 if node.type == TYPE_ALTERNATIVES:
53 if node.type == TYPE_GROUP:
66 if node.type == token_labels.NAME and node.name:
70 subp.append(node.type)
114 if node.type == syms.Matcher:
118 if node.type == syms.Alternatives :
125 new_node = MinNode(type=TYPE_ALTERNATIVES)
[all …]

12345678910>>...63