Searched defs:info2 (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/glib/gio/tests/
H A Ddesktop-app-info.c99 GAppInfo *info, *info1, *info2, *info3; local
104 info2 = create_app_info ("Blah2");
110 g_app_info_set_as_default_for_type (info2, "application/x-test", &error);
116 /* check that both are in the list, info2 before info1 */
118 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
133 /* check that all are in the list, info2, info1, info3 */
135 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
153 /* check that both are in the list, info2 before info3 */
155 g_assert (g_strcmp0 (g_app_info_get_id (info), g_app_info_get_id (info2)) == 0);
170 g_app_info_delete (info2);
[all...]
/external/dropbear/
H A Dsvr-tcpfwd.c130 const struct TCPListener *info2 = (struct TCPListener*)typedata2; local
132 return (info1->listenport == info2->listenport)
133 && (info1->chantype == info2->chantype)
134 && (strcmp(info1->listenaddr, info2->listenaddr) == 0);
/external/bluetooth/glib/gio/
H A Dgwin32appinfo.c199 GWin32AppInfo *info2 = G_WIN32_APP_INFO (appinfo2); local
202 info2->executable == NULL)
205 return strcmp (info1->executable, info2->executable) == 0;
H A Dgdesktopappinfo.c440 GDesktopAppInfo *info2 = G_DESKTOP_APP_INFO (appinfo2); local
443 info2->desktop_id == NULL)
444 return info1 == info2;
446 return strcmp (info1->desktop_id, info2->desktop_id) == 0;
/external/svox/pico/lib/
H A Dpicoktab.c478 picoos_bool picoktab_getIntPropPunct (const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint8 * info1, picoos_uint8 * info2) argument
492 *info2 = PICODATA_ITEMINFO2_PUNC_SENT_T;
495 *info2 = PICODATA_ITEMINFO2_PUNC_SENT_Q;
498 *info2 = PICODATA_ITEMINFO2_PUNC_SENT_E;
501 *info2 = PICODATA_ITEMINFO2_PUNC_PHRASE;
H A Dpicodata.h107 picoos_uint8 info2; member in struct:picodata_itemhead
133 /* new item types, info1, info2 to be defined during PU development */
408 /* sets the info2 field in the header contained in the item in buf;
H A Dpicotok.c158 #define KWInfo2 (picoos_uchar *)"info2"
483 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2,
492 tok->outBuf[tok->outWritePos++] = info2;
511 tok->outBuf[tok->outWritePos++] = info2;
526 tok->outBuf[tok->outWritePos++] = info2;
542 tok->outBuf[tok->outWritePos++] = info2;
560 tok->outBuf[tok->outWritePos++] = info2;
579 picoos_uint8 info1, picoos_uint8 info2,
588 tok->outBuf[tok->outWritePos++] = info2;
686 picoos_uint8 type, info1, info2; local
482 tok_putItem(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, picoos_uint16 val, picoos_uchar str[]) argument
577 tok_putItem2(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uint8 type, picoos_uint8 info1, picoos_uint8 info2, picoos_uint8 len, picoos_uint8 data[]) argument
[all...]
H A Dpicopr.c823 static picoos_bool pr_isCmdInfo2 (pr_ioItemPtr it, picoos_uint8 info2) argument
825 if ((it != NULL) && (it->head.type == PICODATA_ITEM_CMD) && (it->head.info2 == info2)) {
1111 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2,
1122 pr->tmpItem.head.info2 = info2;
1224 litem->head.info2 = item->head.info2;
1245 litem->head.info2 = -1;
1260 litem->head.info2
1109 pr_putItem(picodata_ProcessingUnit this, pr_subobj_t * pr, pr_ioItemPtr * first, pr_ioItemPtr * last, picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, picoos_uint16 val, picoos_uchar str[]) argument
3338 picoos_uint8 info2; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp503 BW_UDPreadInfo2_t *info2; local
525 info2 = (BW_UDPreadInfo2_t *)(lowmem_buffer + info1->info2Offset);
531 ((struct sockaddr_in *)from)->sin_port = htons(info2->remotePort);
534 len = info2->dataLenPlus8 - 8;
540 Q_memcpy(buf, info2->data, len);
/external/libxml2/
H A Dparser.c684 * @info2: extra information string
691 const xmlChar * info1, const xmlChar * info2,
701 (const char *) info2, (const char *) info3, 0, 0, msg,
702 info1, info2, info3);
713 * @info2: extra information string
720 const xmlChar * info1, const xmlChar * info2,
730 (const char *) info2, (const char *) info3, 0, 0, msg,
731 info1, info2, info3);
689 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * info1, const xmlChar * info2, const xmlChar * info3) argument
718 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar * info1, const xmlChar * info2, const xmlChar * info3) argument

Completed in 643 milliseconds