/external/webkit/WebKit/qt/Api/ |
D | qwebhistory.cpp | 247 RefPtr<WebCore::HistoryItem> current = d->lst->currentItem(); in clear() 248 int capacity = d->lst->capacity(); in clear() 249 d->lst->setCapacity(0); in clear() 251 WebCore::Page* page = d->lst->page(); in clear() 255 d->lst->setCapacity(capacity); in clear() 256 d->lst->addItem(current.get()); in clear() 257 d->lst->goToItem(current.get()); in clear() 267 const WebCore::HistoryItemVector &items = d->lst->entries(); in items() 286 d->lst->backListWithLimit(maxItems, items); in backItems() 305 d->lst->forwardListWithLimit(maxItems, items); in forwardItems() [all …]
|
D | qwebhistory_p.h | 72 lst = l; in QWebHistoryPrivate() 76 lst->deref(); in ~QWebHistoryPrivate() 78 WebCore::BackForwardList *lst; variable
|
/external/elfutils/ |
D | config-compat-freebsd.h | 30 va_list lst; in error() local 31 va_start(lst, fmt); in error() 32 vfprintf(stderr, fmt, lst); in error() 34 va_end(lst); in error()
|
D | config-compat-darwin.h | 27 va_list lst; in error() local 28 va_start(lst, fmt); in error() 29 vfprintf(stderr, fmt, lst); in error() 31 va_end(lst); in error()
|
/external/qemu/hw/ |
D | bt-sdp.c | 251 uint8_t *lst; in sdp_attr_get() local 300 lst = rsp + 2; in sdp_attr_get() 307 memcpy(lst + len, record->attribute_list[i].pair, in sdp_attr_get() 314 lst[0] = SDP_DTYPE_SEQ | SDP_DSIZE_NEXT2; in sdp_attr_get() 315 lst[1] = (len + start - 3) >> 8; in sdp_attr_get() 316 lst[2] = (len + start - 3) & 0xff; in sdp_attr_get() 324 lst[end ++] = sizeof(int); in sdp_attr_get() 325 memcpy(lst + end, &len, sizeof(int)); in sdp_attr_get() 328 lst[end ++] = 0; in sdp_attr_get() 377 uint8_t *lst; in sdp_svc_search_attr_get() local [all …]
|
/external/clearsilver/python/examples/base/ |
D | hdfhelp.py | 138 def setList(hdf, prefix, lst): argument 139 hdf.setValue(prefix+".0", str(len(lst))) 140 for n in range(len(lst)): 141 hdf.setValue(prefix+".%d" %(n+1), lst[n]); 144 lst = [] 146 lst.append(hdf.getValue(name+".%d" %(n+1), "")) 148 return lst
|
/external/dhcpcd/ |
D | dhcpcd.c | 173 char **lst = options->environ; in add_environ() local 183 while (lst && lst[i]) { in add_environ() 184 if (match && strncmp(lst[i], match, l) == 0) { in add_environ() 186 free(lst[i]); in add_environ() 187 lst[i] = xstrdup(value); in add_environ() 190 l = strlen(lst[i]); in add_environ() 192 lst[i] = xrealloc(lst[i], l + lv + 2); in add_environ() 193 lst[i][l] = ' '; in add_environ() 194 memcpy(lst[i] + l + 1, p, lv); in add_environ() 195 lst[i][l + lv + 1] = '\0'; in add_environ() [all …]
|
/external/bison/djgpp/ |
D | djunpack.bat | 55 sed "1{s/^.*bison-/djtar -x -p -o bison-/;s|$|djgpp/fnchange.lst %%1 > fnchange.tmp|};2,$d" top_src… 60 Rem Extract fnchange.lst from archive. 64 sed -f version.sed < fnchange.tmp > fnchange.lst 69 djtar -x -n fnchange.lst %1 70 del fnchange.lst 79 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
|
/external/zlib/contrib/masmx86/ |
D | bld_ml32.bat | 1 ml /coff /Zi /c /Flgvmat32.lst gvmat32.asm 2 ml /coff /Zi /c /Flinffas32.lst inffas32.asm
|
D | mkasm.bat | 2 ml /coff /Zi /c /Flgvmat32.lst gvmat32.asm 3 ml /coff /Zi /c /Flinffas32.lst inffas32.asm
|
/external/icu4c/extra/uconv/ |
D | Makefile.in | 140 package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc 141 …GNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst 143 $(RESDIR)/$(RESDIR).lst: Makefile $(srcdir)/resfiles.mk 154 …DIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
|
D | Makefile | 140 package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc 141 …GNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst 143 $(RESDIR)/$(RESDIR).lst: Makefile $(srcdir)/resfiles.mk 154 …DIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
|
/external/tesseract/ccutil/ |
D | ambigs.cpp | 108 AmbigSpec_LIST *lst = print_table[i]; in LoadUnicharAmbigs() local 109 if (lst == NULL) continue; in LoadUnicharAmbigs() 110 if (!lst->empty()) { in LoadUnicharAmbigs() 115 AmbigSpec_IT lst_it(lst); in LoadUnicharAmbigs()
|
/external/webkit/SunSpider/tests/ |
D | v8-earley-boyer.js | 3506 var lst; 3507 …r((term.car))), ((lst = (term.cdr)), ((lst === null)?null:(new sc_Pair((translate_term_nboyer((lst… 3509 translate_args_nboyer = function(lst) { argument 3512 …lst === null)?null:(new sc_Pair(((term = (lst.car)), (!(term instanceof sc_Pair)?term:(new sc_Pair… 3550 var lst; 3552 …erm.car), ((lst = (term.cdr)), ((lst === null)?null:(new sc_Pair((apply_subst_nboyer(alist, (lst.c… 3554 apply_subst_lst_nboyer = function(alist, lst) { argument 3556 …return ((lst === null)?null:(new sc_Pair((apply_subst_nboyer(alist, (lst.car))), ((sc_lst_7 = (lst… 3601 var lst; 3611 (lst = ((symbol_record = (term.car)), (symbol_record[(1)]))); [all …]
|
/external/webkit/V8Binding/v8/benchmarks/ |
D | earley-boyer.js | 3512 var lst; 3513 …r((term.car))), ((lst = (term.cdr)), ((lst === null)?null:(new sc_Pair((translate_term_nboyer((lst… 3515 translate_args_nboyer = function(lst) { argument 3518 …lst === null)?null:(new sc_Pair(((term = (lst.car)), (!(term instanceof sc_Pair)?term:(new sc_Pair… 3556 var lst; 3558 …erm.car), ((lst = (term.cdr)), ((lst === null)?null:(new sc_Pair((apply_subst_nboyer(alist, (lst.c… 3560 apply_subst_lst_nboyer = function(alist, lst) { argument 3562 …return ((lst === null)?null:(new sc_Pair((apply_subst_nboyer(alist, (lst.car))), ((sc_lst_7 = (lst… 3607 var lst; 3617 (lst = ((symbol_record = (term.car)), (symbol_record[(1)]))); [all …]
|
/external/icu4c/test/testdata/ |
D | Makefile | 135 $(TESTBUILDDIR)/testdata.lst: $(SRCLISTDEPS) 143 build-testdata: build-dir $(ALL_TEST_FILES) $(TESTBUILDDIR)/testdata.lst $(TESTBUILDDIR)/iscii.res 213 packagetest: build-dir testdata pkgdata.inc $(TESTBUILDDIR)/testdata.lst 214 …BUILDDIR) -d $(TESTOUTDIR) -s $(TESTBUILDDIR) -p $(TESTDATA) -m common $(TESTBUILDDIR)/testdata.lst
|
D | Makefile.in | 135 $(TESTBUILDDIR)/testdata.lst: $(SRCLISTDEPS) 143 build-testdata: build-dir $(ALL_TEST_FILES) $(TESTBUILDDIR)/testdata.lst $(TESTBUILDDIR)/iscii.res 213 packagetest: build-dir testdata pkgdata.inc $(TESTBUILDDIR)/testdata.lst 214 …BUILDDIR) -d $(TESTOUTDIR) -s $(TESTBUILDDIR) -p $(TESTDATA) -m common $(TESTBUILDDIR)/testdata.lst
|
/external/grub/util/ |
D | grub-image.in | 67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
|
D | grub-image | 67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
|
/external/libxml2/include/libxml/ |
D | parser.h | 929 xmlNodePtr *lst); 936 xmlNodePtr *lst); 944 xmlNodePtr *lst, 953 xmlNodePtr *lst); 959 xmlNodePtr *lst);
|
/external/icu4c/i18n/ |
D | astro.cpp | 391 double CalendarAstronomer::lstToUT(double lst) { in lstToUT() argument 393 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24); in lstToUT() 1317 …double lst = ((rise ? CalendarAstronomer_PI2-angle : angle) + pos.ascension ) * 24 / CalendarAstro… in riseOrSet() local 1320 UDate newTime = lstToUT( lst ); in riseOrSet() 1325 count, deltaT, angle, lst, pos.ascension, pos.declination)); in riseOrSet()
|
/external/icu4c/samples/ufortune/resources/ |
D | Makefile | 31 CLEANFILES += *.[co] *.lst $(RESNAME)_*.mak $(RESNAME).dat $(RESFILES) *.ao README*resources.txt
|
/external/bison/ |
D | Makefile.am | 32 djgpp/fnchange.lst
|
/external/genext2fs/ |
D | mkbootimg_ext2.sh | 91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
|
/external/jpeg/ |
D | makefile.mc6 | 129 echo $(COBJECTS) >cjpeg.lst 130 link /STACK:4096 /EXEPACK @cjpeg.lst, cjpeg.exe, , libjpeg.lib, ; 131 del cjpeg.lst 134 echo $(DOBJECTS) >djpeg.lst 135 link /STACK:4096 /EXEPACK @djpeg.lst, djpeg.exe, , libjpeg.lib, ; 136 del djpeg.lst
|