/external/libxml2/result/c14n/with-comments/ |
D | example-4 | 6 …<compute expr="value>"0" && value<"10" ?"valid":"err…
|
/external/libxml2/result/c14n/without-comments/ |
D | example-4 | 6 …<compute expr="value>"0" && value<"10" ?"valid":"err…
|
/external/libxml2/result/c14n/1-1-without-comments/ |
D | example-4 | 6 …<compute expr="value>"0" && value<"10" ?"valid":"err…
|
/external/e2fsprogs/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
/external/libexif/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
/external/elfutils/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
D | LINGUAS | 5 en@quot en@boldquot
|
/external/bison/runtime-po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
/external/bison/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
/external/syslinux/dos/ |
D | __udivmoddi4.c | 5 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local 21 quot += qbit; in __udivmoddi4() 30 return quot; in __udivmoddi4()
|
/external/syslinux/com32/lib/libgcc/ |
D | __udivmoddi4.c | 6 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local 22 quot += qbit; in __udivmoddi4() 31 return quot; in __udivmoddi4()
|
/external/syslinux/gpxe/src/libgcc/ |
D | __udivmoddi4.c | 5 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local 22 quot += qbit; in __udivmoddi4() 31 return quot; in __udivmoddi4()
|
/external/libxml2/result/ |
D | ent6.sax | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
D | ent6.sax2 | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
/external/libxml2/result/noent/ |
D | ent6.sax2 | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
/external/libmtp/logs/ |
D | mtp-detect-hp-touchpad.txt | 16 Using kernel interface "usbfs" 35 Interface description contains the string "MTP"
|
/external/clang/test/Parser/ |
D | extension.c | 8 long long int quot; member
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 561 Py_complex quot; in complex_div() local 567 quot = c_quot(a, b); in complex_div() 568 PyFPE_END_PROTECT(quot) in complex_div() 573 return PyComplex_FromCComplex(quot); in complex_div() 579 Py_complex quot; in complex_classic_div() local 590 quot = c_quot(a, b); in complex_classic_div() 591 PyFPE_END_PROTECT(quot) in complex_classic_div() 596 return PyComplex_FromCComplex(quot); in complex_classic_div()
|
/external/aac/libAACenc/src/ |
D | aacenc_pns.cpp | 509 FIXP_DBL quot = (sfbEnergyLeftLD[sfb]>>1) + (sfbEnergyRightLD[sfb]>>1); in FDKaacEnc_PreProcessPnsChannelPair() local 511 if(quot < FL2FXCONST_DBL(-32.0f/(float)LD_DATA_SCALING)) in FDKaacEnc_PreProcessPnsChannelPair() 518 …ccf = CalcLdData(accu) + FL2FXCONST_DBL((float)1.0f/(float)LD_DATA_SCALING) - quot; /* ld(accu*2… in FDKaacEnc_PreProcessPnsChannelPair()
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 290 <small>"Image manipulation software that works like magick"</small>
|
/external/elfutils/ |
D | .gitignore | 51 /po/en@quot.insert-header 52 /po/en@quot.po
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 6660 uInt quot=QUOT10(*up, cut); local 6661 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */ 6752 uInt quot=QUOT10(*source, cut); local 6753 uInt rem=*source-quot*powers[cut]; 6754 next+=quot; 6788 Int quot, rem; /* for division */ local 6808 quot=QUOT10(*up, cut); 6810 quot=*up/powers[cut]; 6813 *target=(Unit)quot; 6817 quot=*up; [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-04-08-InlineAsmCrash.ll | 10 …vide(%struct.bc_struct* %n1, %struct.bc_struct* %n2, %struct.bc_struct** %quot, i32 %scale) nounwi…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2007-04-08-InlineAsmCrash.ll | 10 …vide(%struct.bc_struct* %n1, %struct.bc_struct* %n2, %struct.bc_struct** %quot, i32 %scale) nounwi…
|
/external/libdrm/tests/util/ |
D | pattern.c | 624 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_yuv_planar() 658 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_yuv_packed() 686 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb16() 711 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb24() 734 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb32()
|