Searched defs:lst (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/bionic-fixup/
H A Derror.h28 va_list lst; local
29 va_start(lst, fmt);
30 vfprintf(stderr, fmt, lst);
32 va_end(lst);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory_p.h58 lst = l;
62 lst->deref();
67 WebCore::BackForwardListImpl* lst; member in class:QWebHistoryPrivate
H A Dqwebhistory.cpp263 WebCore::BackForwardListImpl* lst = d->lst; local
266 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(lst)->page();
271 if (!lst->entries().size())
274 RefPtr<WebCore::HistoryItem> current = lst->currentItem();
275 int capacity = lst->capacity();
276 lst->setCapacity(0);
278 lst->setCapacity(capacity); //revert capacity
279 lst->addItem(current.get()); //insert old current item
280 lst
[all...]
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h61 va_list lst; local
62 va_start(lst, fmt);
63 vfprintf(stderr, fmt, lst);
65 va_end(lst);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/
H A Dtst_qscriptvalueiterator.cpp98 QStringList lst; local
111 lst.append(name);
118 for (int i = 0; i < lst.count(); ++i) {
121 QCOMPARE(it.name(), lst.at(i));
124 for (int i = 0; i < lst.count(); ++i) {
127 QCOMPARE(it.name(), lst.at(lst.count()-1-i));
153 QStringList lst; local
166 lst.append(name);
173 for (int i = 0; i < lst
[all...]
/external/dhcpcd/
H A Dif-options.c135 char **lst = ifo->environ; local
145 while (lst && lst[i]) {
146 if (match && strncmp(lst[i], match, l) == 0) {
148 free(lst[i]);
149 lst[i] = xstrdup(value);
152 l = strlen(lst[i]);
154 lst[i] = xrealloc(lst[i], l + lv + 2);
155 lst[
[all...]
/external/iproute2/ip/
H A Dipmaddr.c73 void maddr_ins(struct ma_info **lst, struct ma_info *m) argument
77 for (; (mp=*lst) != NULL; lst = &mp->next) {
81 m->next = *lst;
82 *lst = m;
338 || matches(*argv, "lst") == 0)
/external/openssl/crypto/bn/
H A Dbntest.c125 static unsigned char lst[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9" variable
198 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL)))
/external/qemu/hw/
H A Dbt-sdp.c250 uint8_t *lst; local
299 lst = rsp + 2;
306 memcpy(lst + len, record->attribute_list[i].pair,
313 lst[0] = SDP_DTYPE_SEQ | SDP_DSIZE_NEXT2;
314 lst[1] = (len + start - 3) >> 8;
315 lst[2] = (len + start - 3) & 0xff;
323 lst[end ++] = sizeof(int);
324 memcpy(lst + end, &len, sizeof(int));
327 lst[end ++] = 0;
376 uint8_t *lst; local
[all...]
H A Dusb-ohci.c99 uint32_t lst; member in struct:__anon11593
411 ohci->lst = OHCI_LS_THRESH;
1480 retval = ohci->lst;
1609 ohci->lst = val & 0xffff;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp428 QModelIndexList lst = model.match(model.index(0, 0), local
431 for (int i = 0; i < lst.size(); i++) {
433 item = model.itemFromIndex(lst[i]);
438 model.removeRow(lst[i].row());
564 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id,
566 if (lst.size() == 0)
568 model.removeRow(lst[0].row());
784 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address,
786 if (lst.size() == 0)
788 return model.itemFromIndex(lst[
1773 QModelIndexList lst; local
[all...]
/external/icu4c/i18n/
H A Dastro.cpp413 * @param lst The Local Sidereal Time, in hours since sidereal midnight
419 double CalendarAstronomer::lstToUT(double lst) { argument
421 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24);
851 // * @param lst in hours (0..24)
854 // double lstToGst(double lst) {
856 // return normalize(lst - delta, 24);
1374 double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstronomer_PI2; local
1377 UDate newTime = lstToUT( lst );
1381 U_DEBUG_ASTRO_MSG(("%d] dT=%.3lf, angle=%.3lf, lst=%.3lf, A=%.3lf/D=%.3lf\n",
1382 count, deltaT, angle, lst, po
[all...]
/external/libxml2/
H A Dpattern.c540 xmlNodePtr lst; local
550 lst = node->children;
553 while (lst != NULL) {
554 if ((lst->type == XML_ELEMENT_NODE) &&
555 (step->value[0] == lst->name[0]) &&
556 (xmlStrEqual(step->value, lst->name)))
558 lst = lst->next;
560 if (lst != NULL)
H A Dparser.c229 const xmlChar *string, void *user_data, xmlNodePtr *lst);
12319 * @lst: the return value for the set of parsed nodes
12333 const xmlChar *ID, xmlNodePtr *lst) {
12349 if (lst != NULL)
12350 *lst = NULL;
12480 if (lst != NULL) {
12488 *lst = cur;
12724 * @lst: the return value for the set of parsed nodes
12738 int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
12740 ID, lst));
12332 xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument
12737 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument
12764 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) argument
12793 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt, const xmlChar *string, void *user_data, xmlNodePtr *lst) argument
12985 xmlParseInNodeContext(xmlNodePtr node, const char *data, int datalen, int options, xmlNodePtr *lst) argument
13218 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover) argument
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c1650 Eina_Inlist *lst = *itr; local
1652 EINA_INLIST_FOREACH(lst, it) {
1734 Eina_Inlist *lst = *itr; local
1736 EINA_INLIST_FOREACH(lst, it) {
1799 Eina_Inlist *lst = *itr; local
1801 EINA_INLIST_FOREACH(lst, it) {
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp309 Q_INVOKABLE QObjectList myInvokableWithQObjectListArg(const QObjectList &lst) { argument
311 m_actuals << QVariant::fromValue(lst);
312 return lst;
324 Q_INVOKABLE QList<int> myInvokableWithListOfIntArg(const QList<int> &lst) { argument
326 m_actuals << QVariant::fromValue(lst);
327 return lst;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2448 milliseconds