Searched defs:type (Results 26 - 50 of 371) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dimportdl.h26 enum filetype type; member in struct:filedescr
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dmicroprotocols.c52 /* pysqlite_microprotocols_add - add a reverse type-caster to the dictionary */
55 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) argument
62 key = Py_BuildValue("(OO)", (PyObject*)type, proto);
80 /* we don't check for exact type conformance as specified in PEP 246
81 because the pysqlite_PrepareProtocolType type is abstract and there is no
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dacceler.c82 int type = l->lb_type; local
87 if (ISNONTERMINAL(type)) {
88 dfa *d1 = PyGrammar_FindDFA(g, type);
90 if (type - NT_OFFSET >= (1 << 7)) {
99 ((type - NT_OFFSET) << 8);
H A Dnode.c8 PyNode_New(int type) argument
13 n->n_type = type;
79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) argument
106 n->n_type = type;
H A Dgrammar.c36 adddfa(grammar *g, int type, char *name) argument
45 d->d_type = type;
92 addlabel(labellist *ll, int type, char *str) argument
98 if (ll->ll_label[i].lb_type == type &&
107 lb->lb_type = type;
118 findlabel(labellist *ll, int type, char *str) argument
123 if (ll->ll_label[i].lb_type == type /*&&
127 fprintf(stderr, "Label %d/'%s' not found\n", type, str);
212 int type = (int) PyToken_OneChar(lb->lb_str[1]); local
213 if (type !
223 int type = (int) PyToken_TwoChars(lb->lb_str[1], local
235 int type = (int) PyToken_ThreeChars(lb->lb_str[1], local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dimportdl.h26 enum filetype type; member in struct:filedescr
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgetnetbyht.c158 _getnetbyhtaddr(register unsigned long net, register int type) argument
164 if (p->n_addrtype == type && p->n_net == net)
H A Dres_mkquery.c107 int type, /* type of query */
127 op, dname, class, type);
158 __putshort((u_int16_t)type, cp);
192 __putshort((u_int16_t)type, cp);
103 res_mkquery( int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen ) argument
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A DStubFunctions.c75 popen (const char *cmd, const char *type) argument
/device/linaro/hikey/bluetooth/
H A Dhci_packetizer.cc35 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { argument
36 size_t offset = packet_length_offset_for_type[type];
37 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset];
H A Dhci_protocol.cc34 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { argument
35 size_t offset = packet_length_offset_for_type[type];
36 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset];
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DIndexRangeCache.h47 void addRange(GLenum type,
53 bool findRange(GLenum type,
64 type(GL_NONE),
72 type(_type),
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 in struct:IndexRangeCache::IndexRangeKey
[all...]
H A DGLESTextureUtils.cpp17 static int computePixelSize(GLenum format, GLenum type) { argument
19 #define FORMAT_ERROR(format, type) \
20 ALOGE("%s:%d unknown format/type 0x%x 0x%x", __FUNCTION__, __LINE__, format, type) \
22 switch(type) {
45 default: FORMAT_ERROR(format, type);
76 default: FORMAT_ERROR(format, type);
89 default: FORMAT_ERROR(format, type);
104 default: FORMAT_ERROR(format, type);
117 default: FORMAT_ERROR(format, type);
197 computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) argument
202 computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int align, int skipPixels, int skipRows, int skipImages) argument
209 computeTextureStartEnd( GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int unpackAlignment, int unpackRowLength, int unpackImageHeight, int unpackSkipPixels, int unpackSkipRows, int unpackSkipImages, int* start, int* end) argument
237 computeTotalImageSize( GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int unpackAlignment, int unpackRowLength, int unpackImageHeight, int unpackSkipPixels, int unpackSkipRows, int unpackSkipImages) argument
262 computeNeededBufferSize( GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int unpackAlignment, int unpackRowLength, int unpackImageHeight, int unpackSkipPixels, int unpackSkipRows, int unpackSkipImages) argument
[all...]
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraChannel.h95 int32_t stopAdvancedCapture(mm_camera_advanced_capture_t type);
96 int32_t startAdvancedCapture(mm_camera_advanced_capture_t type,
148 cam_mapping_buf_type type; member in struct:qcamera::QCameraReprocessChannel::__anon1379
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraChannel.h95 int32_t stopAdvancedCapture(mm_camera_advanced_capture_t type);
96 int32_t startAdvancedCapture(mm_camera_advanced_capture_t type,
148 cam_mapping_buf_type type; member in struct:qcamera::QCameraReprocessChannel::__anon1931
/device/linaro/bootloader/arm-trusted-firmware/bl31/
H A Dinterrupt_mgmt.c41 * registered interrupt handlers for each interrupt type.
44 * 'flags' : Bit[0], Routing model for this interrupt type when execution is
49 * Bit[1], Routing model for this interrupt type when execution is
70 * This function validates the interrupt type. EL3 interrupts are currently not
73 static int32_t validate_interrupt_type(uint32_t type) argument
75 if (type == INTR_TYPE_EL3)
78 if (type != INTR_TYPE_S_EL1 && type != INTR_TYPE_NS)
85 * This function validates the routing model for this type of interrupt
87 static int32_t validate_routing_model(uint32_t type, uint32_ argument
123 set_scr_el3_from_rm(uint32_t type, uint32_t interrupt_type_flags, uint32_t security_state) argument
141 set_routing_model(uint32_t type, uint32_t flags) argument
167 disable_intr_rm_local(uint32_t type, uint32_t security_state) argument
185 enable_intr_rm_local(uint32_t type, uint32_t security_state) argument
205 register_interrupt_type_handler(uint32_t type, interrupt_type_handler_t handler, uint32_t flags) argument
238 get_interrupt_type_handler(uint32_t type) argument
[all...]
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
H A Dio_driver.h54 /* Structure used to create a connection to a type of device */
63 io_type_t (*type)(void); member in struct:io_dev_funcs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dboolobject.c1 /* Boolean type, a subtype of int */
53 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
148 /* The type object for bool. Note that this cannot be subclassed! */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dgrammar.c36 adddfa(grammar *g, int type, char *name) argument
45 d->d_type = type;
92 addlabel(labellist *ll, int type, char *str) argument
98 if (ll->ll_label[i].lb_type == type &&
107 lb->lb_type = type;
118 findlabel(labellist *ll, int type, char *str) argument
123 if (ll->ll_label[i].lb_type == type /*&&
127 fprintf(stderr, "Label %d/'%s' not found\n", type, str);
212 int type = (int) PyToken_OneChar(lb->lb_str[1]); local
213 if (type !
223 int type = (int) PyToken_TwoChars(lb->lb_str[1], local
235 int type = (int) PyToken_ThreeChars(lb->lb_str[1], local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dboolobject.c1 /* Boolean type, a subtype of int */
53 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
148 /* The type object for bool. Note that this cannot be subclassed! */
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dst.h25 struct st_hash_type *type; member in struct:st_table
/device/google/contexthub/util/sensortest/
H A Dsensortest.cpp27 int type; member in struct:SensorConfig
43 printf("Usage: sensortest [-h] [-l] [-e <type> <rate_usecs>] [-b <type> <rate_usecs> <batch_usecs>] [-c]\n");
71 int findSensorTypeInSensorList(int type) argument
74 if (ASensor_getType(mSensorList[i]) == type) {
82 int findSensorTypeInConfigList(int type) argument
85 if (mSensorConfigList[i].type == type) {
114 printf ("No sensor found with type \"%d\"\n", atoi(argv[currArgumentIndex+1]));
121 printf("Replacing previous config for sensor type
[all...]
/device/google/contexthub/util/stm32_flash/
H A Dflash.c77 uint8_t type = 0x11; local
99 printf(" -c (add type, length, file contents, and CRC)\n");
100 printf(" -t <type> (type value for -c option. default: %d)\n", type);
128 type = strtol(optarg, NULL, 0);
220 buffer[0] = type;
269 /* otherwise if crc specified, read type, length, data, and crc */
273 type = tmp_buf[0];
278 if (type !
[all...]
/device/google/dragon/audio/hal/
H A Dcras_dsp_ini.h32 enum port_type type; member in struct:port
38 /* This is only used if type is PORT_CONTROL */
55 enum port_type type; /* the type of the ports this flow connects to */ member in struct:flow
H A Dcras_expr.h30 enum cras_expr_value_type type; member in struct:cras_expr_value
39 /* initial value for the value type is zero */
54 enum expr_type type; member in struct:cras_expr_expression
71 /* initial value for the environment type is zero */

Completed in 402 milliseconds

1234567891011>>