HomeSort by relevance Sort by last modified time
    Searched full:tmplist (Results 1 - 9 of 9) sorted by null

  /external/dropbear/libtomcrypt/
updatemakes.sh 3 bash genlist.sh > tmplist
5 perl filter.pl makefile tmplist
8 perl filter.pl makefile.icc tmplist
11 perl filter.pl makefile.shared tmplist
14 perl filter.pl makefile.unix tmplist
17 perl filter.pl makefile.msvc tmplist
20 rm -f tmplist
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 549 tmplist = string.split(oldstr)
551 while tmplist:
552 item = tmplist[0]
553 del tmplist[0]
556 if not tmplist:
558 item = item + ' ' + tmplist[0]
559 del tmplist[0]
563 if not tmplist:
565 item = item + ' ' + tmplist[0]
566 del tmplist[0
    [all...]
  /external/libmtp/src/
libusb-glue.c 196 mtpdevice_list_t *tmplist = devlist; local
200 while (tmplist != NULL) {
201 mtpdevice_list_t *tmp = tmplist;
202 tmplist = tmplist->next;
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c 550 if (cctxt->tmpList != NULL)
551 xsltPointerListFree(cctxt->tmpList);
587 ret->tmpList = xsltPointerListCreate(20);
588 if (ret->tmpList == NULL) {
    [all...]
xsltInternals.h     [all...]
  /external/libxslt/libxslt/
xslt.c 550 if (cctxt->tmpList != NULL)
551 xsltPointerListFree(cctxt->tmpList);
587 ret->tmpList = xsltPointerListCreate(20);
588 if (ret->tmpList == NULL) {
    [all...]
xsltInternals.h     [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.h 711 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_;
    [all...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 706 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_;
    [all...]

Completed in 1444 milliseconds