Searched defs:type (Results 126 - 150 of 371) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcodeobject.c229 code_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
H A Dstructseq.c30 PyStructSequence_New(PyTypeObject *type) argument
34 obj = PyObject_New(PyStructSequence, type);
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type);
143 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
165 type->tp_name);
171 min_len = VISIBLE_SIZE_TP(type);
172 max_len = REAL_SIZE_TP(type);
173 n_unnamed_fields = UNNAMED_FIELDS_TP(type);
179 type->tp_name, min_len, len);
187 type
477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dcodecs.c444 PyObject *type = PyObject_GetAttrString(exc, "__class__"); local
445 if (type != NULL) {
446 PyObject *name = PyObject_GetAttrString(type, "__name__");
447 Py_DECREF(type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dpytree.py29 if type(val) == int: _type_reprs[val] = name
44 type = None # int: token number (< 256) or symbol number (>= 256) variable in class:Base
82 have the same type. This must be implemented by the concrete subclass.
243 def __init__(self,type, children,
250 Takes a type constant (a symbol number >= 256), a sequence of
255 assert type >= 256, type
256 self.type = type
271 type_repr(self.type),
465 type = None # Node type (token if < 256, symbol if >= 256) variable in class:BasePattern
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dbytesio.c68 /* For simplicity, stay in the range of the signed type. Anyway, Python
750 bytesio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
754 assert(type != NULL && type->tp_alloc != NULL);
755 self = (bytesio *)type->tp_alloc(type, 0);
H A Dstringio.c65 /* For simplicity, stay in the range of the signed type. Anyway, Python
532 stringio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
536 assert(type != NULL && type->tp_alloc != NULL);
537 self = (stringio *)type->tp_alloc(type, 0);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Doperator.c243 "isNumberType(a) -- Return True if a has a numeric type, False otherwise.")
245 "isSequenceType(a) -- Return True if a has a sequence type, False otherwise.")
257 "isMappingType(a) -- Return True if a has a mapping type, False otherwise.")
336 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
473 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
656 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
H A Dthreadmodule.c328 local_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
336 if (type->tp_init == PyBaseObject_Type.tp_init
344 self = (localobject *)type->tp_alloc(type, 0);
H A Dzlibmodule.c106 newcompobject(PyTypeObject *type) argument
109 self = PyObject_New(compobject, type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcodeobject.c229 code_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
H A Dstructseq.c30 PyStructSequence_New(PyTypeObject *type) argument
34 obj = PyObject_New(PyStructSequence, type);
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type);
143 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
165 type->tp_name);
171 min_len = VISIBLE_SIZE_TP(type);
172 max_len = REAL_SIZE_TP(type);
173 n_unnamed_fields = UNNAMED_FIELDS_TP(type);
179 type->tp_name, min_len, len);
187 type
476 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcodecs.c444 PyObject *type = PyObject_GetAttrString(exc, "__class__"); local
445 if (type != NULL) {
446 PyObject *name = PyObject_GetAttrString(type, "__name__");
447 Py_DECREF(type);
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
H A DLinuxAtag.h38 #define tag_size(type) ((UINT32)((sizeof(LINUX_ATAG_HEADER) + sizeof(type)) >> 2))
42 UINT32 type; /* tag type */ member in struct:__anon3261
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgethostbydns.c205 int type, class, buflen, ancount, qdcount; local
280 type = _getshort(cp);
281 cp += INT16SZ; /* type */
284 if (qtype == T_A && type == T_A)
296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
330 if (qtype == T_PTR && type == T_CNAME) {
353 if (type != qtype) {
356 "gethostby*.gethostanswer: asked for \"%s %s %s\", got type \"%s\"",
358 p_type(type));
363 switch (type) {
526 int n, size, type, len; local
[all...]
H A Dres_send.c234 * res_nameinquery(name, type, class, buf, eom)
235 * look for (name,type,class) in the query section of packet (buf,eom)
248 int type,
269 if (ttype == type &&
279 * is there a 1:1 mapping of (name,type,class)
246 res_nameinquery( const char *name, int type, int class, const u_char *buf, const u_char *eom ) argument
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DGLSharedGroup.cpp66 void ProgramData::setIndexInfo(GLuint index, GLint base, GLint size, GLenum type) argument
72 m_Indexes[index].type = type;
112 return m_Indexes[index].type;
163 if (m_Indexes[i].type == GL_SAMPLER_2D) {
183 if (m_Indexes[i].type == GL_TEXTURE_2D) {
413 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name) argument
419 pData->setIndexInfo(index,base,size,type);
421 if (type == GL_SAMPLER_2D) {
445 GLenum type local
632 setShaderProgramIndexInfo(GLuint shaderProgram, GLuint index, GLint base, GLint size, GLenum type, const char* name) argument
[all...]
/device/generic/goldfish-opengl/system/renderControl_enc/
H A DrenderControl_enc.cpp850 void rcReadColorBuffer_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) argument
858 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height);
875 memcpy(ptr, &type, 4); ptr += 4;
895 int rcUpdateColorBuffer_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) argument
903 const unsigned int __size_pixels = (((glUtilsPixelBitSize(format, type) * width) >> 3) * height);
920 memcpy(ptr, &type, 4); ptr += 4;
1096 void rcCreateSyncKHR_enc(void *self , EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signaled, uint64_t* glsync_out, uint64_t* syncthread_out) argument
1117 memcpy(ptr, &type, 4); ptr += 4;
1276 int rcUpdateColorBufferDMA_enc(void *self , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_size) argument
1301 memcpy(ptr, &type,
[all...]
H A DrenderControl_entry.cpp31 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
32 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
37 void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signaled, uint64_t* glsync_out, uint64_t* syncthread_out);
42 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_size);
190 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) argument
193 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
196 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) argument
199 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
226 void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signaled, uint64_t* glsync_out, uint64_t* syncthread_out) argument
229 ctx->rcCreateSyncKHR(ctx, type, attrib
256 rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_size) argument
[all...]
/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c54 uint32_t info; //bottom 8 bits is type, top 24 is sym idx
70 uint8_t type; member in struct:NanoRelocEntry
132 //sort by type and then offset
137 if (app->nanoReloc[j].type > app->nanoReloc[k].type)
139 if ((app->nanoReloc[j].type < app->nanoReloc[k].type) || (app->nanoReloc[j].ofstInRam < app->nanoReloc[k].ofstInRam))
147 DBG("SortedReloc[%3zu] = {0x%08" PRIX32 ",0x%02" PRIX8 "}", i, app->nanoReloc[i].ofstInRam, app->nanoReloc[i].type);
162 if (lastOutType != app->nanoReloc[i].type) { //output type i
309 uint8_t type; local
354 uint8_t type; local
[all...]
/device/google/dragon/audio/hal/
H A Dcras_dsp_pipeline.c168 enum port_type type; local
176 type = port->type;
196 * same type) */
205 if (port->direction == PORT_OUTPUT && port->type == type)
213 if (port->direction == PORT_INPUT && port->type == type) {
328 if (port->type == PORT_AUDIO) {
347 } else if (port->type
[all...]
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraChannel.cpp137 * DESCRIPTION: reg callback function to stream of stream type
140 * @stream_type : Stream type for which callback needs to be registered.
143 * RETURN : int32_t type of status
170 * RETURN : int32_t type of status
205 * RETURN : int32_t type of status
258 * RETURN : int32_t type of status
291 * RETURN : int32_t type of status
326 param.type = CAM_STREAM_PARAM_TYPE_SET_BUNDLE_INFO;
372 * RETURN : int32_t type of status
411 * RETURN : int32_t type o
733 stopAdvancedCapture(mm_camera_advanced_capture_t type) argument
753 startAdvancedCapture(mm_camera_advanced_capture_t type, cam_capture_frame_config_t *config) argument
1141 cam_stream_type_t type = CAM_STREAM_TYPE_DEFAULT; local
[all...]
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraChannel.cpp140 * RETURN : int32_t type of status
175 * RETURN : int32_t type of status
225 * RETURN : int32_t type of status
252 * RETURN : int32_t type of status
285 * RETURN : int32_t type of status
315 param.type = CAM_STREAM_PARAM_TYPE_SET_BUNDLE_INFO;
361 * RETURN : int32_t type of status
402 * RETURN : int32_t type of status
434 * RETURN : int32_t type of status
521 * RETURN : int32_t type o
688 stopAdvancedCapture(mm_camera_advanced_capture_t type) argument
708 startAdvancedCapture(mm_camera_advanced_capture_t type, cam_capture_frame_config_t *config) argument
[all...]
H A DQCameraStream.cpp55 * RETURN : int32_t type of status
99 * RETURN : int32_t type of status
120 CDBG_HIGH("%s: stream type: %d, mRegFlags: %p, numBufs: %d",
134 * RETURN : int32_t type of status
168 * RETURN : int32_t type of status
190 * RETURN : int32_t type of status
227 * RETURN : int32_t type of status
365 * RETURN : int32_t type of status
396 * RETURN : int32_t type of status
420 * RETURN : int32_t type o
1778 isTypeOf(cam_stream_type_t type) argument
1798 isOrignalTypeOf(cam_stream_type_t type) argument
[all...]
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3Channel.h531 cam_mapping_buf_type type; member in struct:qcamera::QCamera3ReprocessChannel::__anon1406
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c64 * RETURN : uint32_t type of handle that uniquely identify the object
88 * RETURN : uint8_t type of index derived from handle
148 * RETURN : int32_t type of status
182 * RETURN : int32_t type of status
217 * RETURN : int32_t type of status
253 * RETURN : int32_t type of status
285 * RETURN : int32_t type of status
316 * RETURN : int32_t type of status
347 * RETURN : int32_t type of status
398 * RETURN : int32_t type o
1690 mm_camera_intf_process_advanced_capture(uint32_t camera_handle, uint32_t ch_id, mm_camera_advanced_capture_t type, int8_t trigger, void *in_value) argument
[all...]

Completed in 618 milliseconds

1234567891011>>