Searched defs:type (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
H A Dminidom.py453 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
513 __hash__ = None # Mutable type can't be correctly hashed
1735 raise xml.dom.NotSupportedErr("cannot import document type nodes") namespace
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dtextio.c2286 PyObject *type, *value, *traceback; local
2287 PyErr_Fetch(&type, &value, &traceback);
2295 PyErr_Restore(type, value, traceback);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_json.c97 scanner_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
105 encoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
929 /* read any JSON data type */
1685 scanner_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1688 s = (PyScannerObject *)type->tp_alloc(type, 0);
1811 encoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1814 s = (PyEncoderObject *)type->tp_alloc(type, 0);
H A D_struct.c191 (struct.error for an inconvertible type, OverflowError for
341 In all n[up]_<type> routines handling types larger than 1 byte, there is
342 *no* guarantee that the p pointer is properly aligned for each type,
1346 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1350 assert(type != NULL && type->tp_alloc != NULL);
1352 self = type->tp_alloc(type, 0);
1964 P:an integer type that is wide enough to hold a pointer.\n\
H A D_testcapimodule.c183 "hashinheritancetester", /* Name of this type */
225 PyTypeObject *type; local
229 type = &_HashInheritanceTester_Type;
231 if (type->tp_dict != NULL)
232 /* The type has already been initialized. This probably means
237 obj = PyObject_New(PyObject, type);
246 if (type->tp_dict != NULL) {
249 "test_lazy_hash_inheritance: type initialised too soon");
264 if (type->tp_dict == NULL) {
267 "test_lazy_hash_inheritance: type no
1749 test_structmembers_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) argument
[all...]
H A Darraymodule.c3 /* An array is a uniform list -- all items have the same type.
4 The item type is restricted to simple C types like int or float */
93 Get and Set functions for each type.
99 appropriate type or value).
416 newarrayobject(PyTypeObject *type, Py_ssize_t size, struct arraydescr *descr) argument
431 op = (arrayobject *) type->tp_alloc(type, 0);
1146 "don't know how to byteswap this array type");
1448 "type 'u' arrays");
1476 The array must be a type '
1914 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
[all...]
H A Ditertoolsmodule.c27 groupby_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
37 gbo = (groupbyobject *)type->tp_alloc(type, 0);
426 PyVarObject_HEAD_INIT(0, 0) /* Must fill in type value later */
547 tee_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
683 cycle_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
690 if (type == &cycle_type && !_PyArg_NoKeywords("cycle()", kwds))
708 lz = (cycleobject *)type->tp_alloc(type, 0);
835 dropwhile_new(PyTypeObject *type, PyObjec argument
977 takewhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1118 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1309 starmap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1440 imap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1619 chain_new_internal(PyTypeObject *type, PyObject *source) argument
1635 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1650 chain_new_from_iterable(PyTypeObject *type, PyObject *arg) argument
1789 product_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2041 combinations_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2290 cwr_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2534 permutations_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2781 compress_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2928 ifilter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
3070 ifilterfalse_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
3231 count_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
3465 izip_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
3647 repeat_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
3797 izip_longest_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
[all...]
H A Dselectmodule.c369 events -- an optional bitmask describing the type of events to check for");
412 events -- an optional bitmask describing the type of events to check for");
736 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd) argument
750 assert(type != NULL && type->tp_alloc != NULL);
751 self = (pyEpoll_Object *) type->tp_alloc(type, 0);
773 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
782 return newPyEpoll_Object(type, sizehint, -1);
1386 newKqueue_Object(PyTypeObject *type, SOCKE argument
1412 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmltok.c176 unsigned char type[256]; member in struct:normal_encoding
241 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
344 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
637 ? ((struct normal_encoding *)(enc))->type[(unsigned char)*(p)] \
776 ? ((struct normal_encoding *)(enc))->type[(unsigned char)(p)[1]] \
1173 if (latin1_encoding.type[result] == BT_NONXML)
1303 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP]
1328 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP]
1348 if (latin1_encoding.type[i] != BT_OTHER
1349 && latin1_encoding.type[
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dclassobject.c175 class_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
600 instance_new(PyTypeObject* type, PyObject* args, PyObject *kw) argument
780 PyInstanceObject *inst; /* pinst cast to the right type */
1849 /* __trunc__ is specified to return an Integral type, but
1853 "__trunc__ returned non-Integral (type %.200s)");
2055 "of type '%.100s'",
2330 instancemethod_new(PyTypeObject* type, PyObject* args, PyObject *kw) argument
H A Ddictobject.c2288 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2292 assert(type != NULL && type->tp_alloc != NULL);
2293 self = type->tp_alloc(type, 0);
2301 if (type == &PyDict_Type)
2725 /* The instance lay-out is the same for all three; but the type differs. */
2757 dictview_new(PyObject *dict, PyTypeObject *type) argument
2768 type->tp_name, dict->ob_type->tp_name);
2771 dv = PyObject_GC_New(dictviewobject, type);
[all...]
H A Dexceptions.c30 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
34 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0);
493 "Inappropriate argument type.");
1295 "Inappropriate argument value (of correct type).");
H A Dfileobject.c348 type(f). Here we prevent them from doing damage with it. */
507 int type; local
510 type = _IONBF;
514 type = _IOLBF;
519 type = _IOFBF;
526 if (type == _IONBF) {
534 setvbuf(file->f_fp, file->f_setbuf, type, bufsize);
666 /* Our very own off_t-like type, 64-bit if possible */
2276 file_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2281 assert(type !
[all...]
H A Dfloatobject.c73 A structseq holding information about the float type. It contains low level\n\
291 obj is not of float, int or long type, Py_NotImplemented is incref'ed,
395 * When mixing float with an integer type, there's no good *uniform* approach.
415 /* Switch on the type of w. Set i and j to doubles to be compared,
1785 float_subtype_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
1788 float_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1793 if (type != &PyFloat_Type)
1794 return float_subtype_new(type, args, kwds); /* Wimp out */
1810 float_subtype_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1814 assert(PyType_IsSubtype(type,
[all...]
H A Dsetobject.c805 /***** Set iterator type ***********************************************/
1001 make_new_set(PyTypeObject *type, PyObject *iterable) argument
1013 (type == &PySet_Type || type == &PyFrozenSet_Type)) {
1016 Py_TYPE(so) = type;
1021 so = (PySetObject *)type->tp_alloc(type, 0);
1046 frozenset_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1050 if (type == &PyFrozenSet_Type && !_PyArg_NoKeywords("frozenset()", kwds))
1053 if (!PyArg_UnpackTuple(args, type
1092 set_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c82 PyObject *type, *value, *tback, *errstr, *loc, *tmp; local
89 PyErr_Fetch(&type, &value, &tback);
117 PyErr_Restore(type, value, tback);
373 /* If a particular expression type can't be used for assign / delete,
1297 ast_for_itercomp(struct compiling *c, const node *n, int type) argument
1312 if (type == COMP_GENEXP)
1314 else if (type == COMP_SETCOMP)
1381 PyObject *type, *value, *tback, *errstr; local
1382 PyErr_Fetch(&type, &value, &tback);
1394 Py_DECREF(type);
[all...]
H A Dimport.c1077 m = load_module(name, fp, buf, fdp->type, NULL);
1268 /* The only type of submodule allowed inside a "frozen"
1530 return fd->type == PY_SOURCE || fd->type == PY_COMPILED;
1804 load_module(char *name, FILE *fp, char *pathname, int type, PyObject *loader) argument
1811 switch (type) {
1816 "file object required for import (type code %d)",
1817 type);
1822 switch (type) {
1846 if (type
3035 int type; local
[all...]
H A Dpythonrun.c422 /* Clear type lookup cache */
440 each collection might release some types from the type
858 the file type, and, if we may close it, at the first few bytes. */
1603 PyObject *type, *value, *tb; local
1604 PyErr_Fetch(&type, &value, &tb);
1613 Py_XDECREF(type);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.h36 /* node type */
49 /* node type bit */
50 #define NTYPE2BIT(type) (1<<(type))
64 #define IS_NODE_TYPE_SIMPLE(type) \
65 ((NTYPE2BIT(type) & (BIT_NT_STR | BIT_NT_CCLASS | BIT_NT_CTYPE |\
68 #define NTYPE(node) ((node)->u.base.type)
69 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype)
190 int type; member in struct:__anon6552
238 int type; member in struct:__anon6557
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
H A DAx88772.h69 #define USB_IS_BULK_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_BULK) ///< Return TRUE/FALSE for BULK type
70 #define USB_IS_INTERRUPT_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_INTERRUPT) ///< Return TRUE/FALSE for INTERRUPT type
323 UINT16 type; ///< Protocol or length member in struct:__anon8626
624 @param [in] pProtocol The type of header to build. If HeaderSize is zero, then
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgetaddrinfo.c96 #define res_nmkquery(state,op,dname,class,type,data,datalen,newrr_in,buf,buflen) res_mkquery( op, dname, class, type, data, datalen, newrr_in, buf, buflen )
201 int qclass, qtype; /* class and type of query */
1081 int type, class, ancount, qdcount; local
1148 type = _getshort(cp);
1149 cp += INT16SZ; /* type */
1160 type == T_CNAME) {
1179 if (!(type == T_A || type == T_AAAA)) {
1183 } else if (type !
1698 int class, type; local
[all...]
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraParametersIntf.cpp641 cam_intf_parm_type_t type)
645 return mImpl->getDenoiseProcessPlate(type);
640 getDenoiseProcessPlate( cam_intf_parm_type_t type) argument
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h45 /* num of callbacks allowed for an event type */
109 mm_camera_generic_cmd_type_t type; member in struct:__anon846
773 uint32_t ch_id, mm_camera_advanced_capture_t type,
778 cam_shim_packet_t *mm_camera_create_shim_cmd_packet(cam_shim_cmd_type type,
/device/huawei/angler/camera/QCamera2/stack/common/
H A Dcam_intf.h360 /* Sensor type information */
391 /*for each type, specify the margin needed. Margin will be
453 cam_stream_param_type_e type; member in struct:__anon1433
468 /* stream type */
485 /* streaming type */
499 /* this section is valid if offline reprocess type stream */
506 /* Image Stabilization type */
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h42 /* num of callbacks allowed for an event type */
104 mm_camera_generic_cmd_type_t type; member in struct:__anon1687
691 uint32_t ch_id, mm_camera_advanced_capture_t type,

Completed in 2882 milliseconds

<<1112131415