Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/device/generic/goldfish-opengl/system/vulkan_enc/
DResources.h25 #define GOLDFISH_VK_DEFINE_DISPATCHABLE_HANDLE_STRUCT(type) \ argument
31 #define GOLDFISH_VK_DEFINE_TRIVIAL_NON_DISPATCHABLE_HANDLE_STRUCT(type) \ argument
36 #define GOLDFISH_VK_NEW_FROM_HOST_DECL(type) \ argument
39 #define GOLDFISH_VK_AS_GOLDFISH_DECL(type) \ argument
42 #define GOLDFISH_VK_GET_HOST_DECL(type) \ argument
45 #define GOLDFISH_VK_DELETE_GOLDFISH_DECL(type) \ argument
48 #define GOLDFISH_VK_IDENTITY_DECL(type) \ argument
51 #define GOLDFISH_VK_NEW_FROM_HOST_U64_DECL(type) \ argument
54 #define GOLDFISH_VK_GET_HOST_U64_DECL(type) \ argument
DResources.cpp31 #define GOLDFISH_VK_NEW_DISPATCHABLE_FROM_HOST_IMPL(type) \ argument
44 #define GOLDFISH_VK_NEW_TRIVIAL_NON_DISPATCHABLE_FROM_HOST_IMPL(type) \ argument
52 #define GOLDFISH_VK_AS_GOLDFISH_IMPL(type) \ argument
57 #define GOLDFISH_VK_GET_HOST_IMPL(type) \ argument
64 #define GOLDFISH_VK_DELETE_GOLDFISH_IMPL(type) \ argument
70 #define GOLDFISH_VK_IDENTITY_IMPL(type) \ argument
75 #define GOLDFISH_VK_NEW_DISPATCHABLE_FROM_HOST_U64_IMPL(type) \ argument
88 #define GOLDFISH_VK_NEW_TRIVIAL_NON_DISPATCHABLE_FROM_HOST_U64_IMPL(type) \ argument
97 #define GOLDFISH_VK_GET_HOST_U64_IMPL(type) \ argument
DResourceTracker.h41 #define HANDLE_REGISTER_DECL(type) \ argument
371 #define DEFINE_TRANSFORMED_TYPE_PROTOTYPE(type) \ argument
DVulkanHandleMapping.h28 #define DECLARE_HANDLE_MAP_PURE_VIRTUAL_METHOD(type) \ argument
40 #define DECLARE_HANDLE_MAP_OVERRIDE(type) \ argument
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dinterrupt_mgmt.c48 static int32_t validate_interrupt_type(uint32_t type) in validate_interrupt_type()
60 static int32_t validate_routing_model(uint32_t type, uint32_t flags) in validate_routing_model()
99 static void set_scr_el3_from_rm(uint32_t type, in set_scr_el3_from_rm()
122 int32_t set_routing_model(uint32_t type, uint32_t flags) in set_routing_model()
148 int disable_intr_rm_local(uint32_t type, uint32_t security_state) in disable_intr_rm_local()
166 int enable_intr_rm_local(uint32_t type, uint32_t security_state) in enable_intr_rm_local()
186 int32_t register_interrupt_type_handler(uint32_t type, in register_interrupt_type_handler()
219 interrupt_type_handler_t get_interrupt_type_handler(uint32_t type) in get_interrupt_type_handler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar.c36 adddfa(grammar *g, int type, char *name) in adddfa()
92 addlabel(labellist *ll, int type, char *str) in addlabel()
118 findlabel(labellist *ll, int type, char *str) in findlabel()
212 int type = (int) PyToken_OneChar(lb->lb_str[1]); in translabel() local
223 int type = (int) PyToken_TwoChars(lb->lb_str[1], in translabel() local
235 int type = (int) PyToken_ThreeChars(lb->lb_str[1], in translabel() local
Dnode.c8 PyNode_New(int type) in PyNode_New()
79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) in PyNode_AddChild()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c36 adddfa(grammar *g, int type, char *name) in adddfa()
92 addlabel(labellist *ll, int type, char *str) in addlabel()
118 findlabel(labellist *ll, int type, char *str) in findlabel()
212 int type = (int) PyToken_OneChar(lb->lb_str[1]); in translabel() local
223 int type = (int) PyToken_TwoChars(lb->lb_str[1], in translabel() local
235 int type = (int) PyToken_ThreeChars(lb->lb_str[1], in translabel() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymem.h92 #define PyMem_New(type, n) \ argument
95 #define PyMem_NEW(type, n) \ argument
105 #define PyMem_Resize(p, type, n) \ argument
108 #define PyMem_RESIZE(p, type, n) \ argument
Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
245 #define PyObject_GC_Resize(type, op, n) \ argument
313 #define PyObject_GC_New(type, typeobj) \ argument
315 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymem.h92 #define PyMem_New(type, n) \ argument
95 #define PyMem_NEW(type, n) \ argument
105 #define PyMem_Resize(p, type, n) \ argument
108 #define PyMem_RESIZE(p, type, n) \ argument
Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
245 #define PyObject_GC_Resize(type, op, n) \ argument
313 #define PyObject_GC_New(type, typeobj) \ argument
315 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dparse.py19 def __init__(self, msg, type, value, context): argument
113 def addtoken(self, type, value, context): argument
161 def classify(self, type, value, context): argument
175 def shift(self, type, value, newstate, context): argument
184 def push(self, type, newdfa, newstate, context): argument
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp21 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize()
23 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument
201 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch()
206 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset()
215 GLenum format, GLenum type, in computeTextureStartEnd()
243 GLenum format, GLenum type, in computeTotalImageSize()
268 GLenum format, GLenum type, in computeNeededBufferSize()
293 GLenum format, GLenum type, in computePackingOffsets2D()
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Dplat_arm.h83 #define arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
86 #define arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
93 #define arm_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument
98 #define arm_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetypes.py78 def add_type(self, type, ext, strict=True): argument
157 def guess_all_extensions(self, type, strict=True): argument
176 def guess_extension(self, type, strict=True): argument
298 def guess_all_extensions(type, strict=True): argument
315 def guess_extension(type, strict=True): argument
331 def add_type(type, ext, strict=True): argument
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Dstdarg.h47 #define va_arg(ap, type) \ argument
63 #define __va_size(type) \ argument
67 #define va_arg(ap, type) \ argument
/device/generic/goldfish/wifi/wifi_hal/
Dnetlinkmessage.cpp26 size_t getSpaceForMessageType(uint16_t type) { in getSpaceForMessageType()
36 NetlinkMessage::NetlinkMessage(uint16_t type, in NetlinkMessage()
65 uint16_t NetlinkMessage::type() const { in type() function in NetlinkMessage
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c20 #define MCACHE_HASH_METHOD(type, name) \ argument
54 PyType_Modified(PyTypeObject *type) in PyType_Modified()
96 type_mro_modified(PyTypeObject *type, PyObject *bases) { in type_mro_modified()
142 assign_version_tag(PyTypeObject *type) in assign_version_tag()
204 type_name(PyTypeObject *type, void *context) in type_name()
225 type_set_name(PyTypeObject *type, PyObject *value, void *context) in type_set_name()
265 type_module(PyTypeObject *type, void *context) in type_module()
289 type_set_module(PyTypeObject *type, PyObject *value, void *context) in type_set_module()
308 type_abstractmethods(PyTypeObject *type, void *context) in type_abstractmethods()
324 type_set_abstractmethods(PyTypeObject *type, PyObject *value, void *context) in type_set_abstractmethods()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c20 #define MCACHE_HASH_METHOD(type, name) \ argument
54 PyType_Modified(PyTypeObject *type) in PyType_Modified()
96 type_mro_modified(PyTypeObject *type, PyObject *bases) { in type_mro_modified()
142 assign_version_tag(PyTypeObject *type) in assign_version_tag()
204 type_name(PyTypeObject *type, void *context) in type_name()
225 type_set_name(PyTypeObject *type, PyObject *value, void *context) in type_set_name()
269 type_module(PyTypeObject *type, void *context) in type_module()
293 type_set_module(PyTypeObject *type, PyObject *value, void *context) in type_set_module()
312 type_abstractmethods(PyTypeObject *type, void *context) in type_abstractmethods()
328 type_set_abstractmethods(PyTypeObject *type, PyObject *value, void *context) in type_set_abstractmethods()
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostnamadr.c56 enum service_type type; member
137 gethostbyname2(const char *name, int type) in gethostbyname2()
165 gethostbyaddr(const char *addr, socklen_t len, int type) in gethostbyaddr()
198 int gethostbyaddr_r(const char *addr, int len, int type, in gethostbyaddr_r()
/device/google/cuttlefish_common/common/libs/net/
Dnetlink_request.cpp56 uint16_t type, const void* data, uint16_t data_length) { in AppendTag()
81 void NetlinkRequest::AddString(uint16_t type, const std::string& value) { in AddString()
102 void NetlinkRequest::PushList(uint16_t type) { in PushList()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/
Dxen.h34 #define ___DEFINE_XEN_GUEST_HANDLE(name, type) \ argument
37 #define ___DEFINE_XEN_GUEST_HANDLE(name, type) \ argument
49 #define __DEFINE_XEN_GUEST_HANDLE(name, type) \ argument
/device/linaro/bootloader/arm-trusted-firmware/plat/common/
Dplat_gicv2.c99 unsigned int type; in plat_ic_get_interrupt_type() local
130 uint32_t plat_interrupt_type_to_line(uint32_t type, in plat_interrupt_type_to_line()
189 int plat_ic_has_interrupt_type(unsigned int type) in plat_ic_has_interrupt_type()
204 void plat_ic_set_interrupt_type(unsigned int id, unsigned int type) in plat_ic_set_interrupt_type()
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_pm.c23 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
27 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
34 #define qemu_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument

12345678910>>...25