Home
last modified time | relevance | path

Searched refs:dfn (Results 1 – 25 of 32) sorted by relevance

12

/external/libvpx/libvpx/build/make/
Drtcd.pl131 my $dfn = eval "\$${fn}_default";
132 $dfn = eval "\$${dfn}";
153 my $dfn = eval "\$${fn}_default";
154 $dfn = eval "\$${dfn}";
161 print "#define ${fn} ${dfn}\n";
174 my $dfn = eval "\$${fn}_default";
175 $dfn = eval "\$${dfn}";
177 print " $fn = $dfn;\n";
181 next if "$ofn" eq "$dfn";
/external/libpng/scripts/
DREADME.txt60 pngwin.dfn => Used to maintain pngwin.def
64 def.dfn => Used for maintaining pnglibconf.h
68 sym.dfn => Used for symbol versioning
70 symbols.dfn => Used for symbol versioning
71 vers.dfn => Used for symbol versioning
79 intprefix.dfn => Used by autoconf tools
81 prefix.dfn => Used by autoconf tools
Dpnglibconf.mak33 pnglibconf.h: pnglibconf.dfn
41 pnglibconf.dfn: $(srcdir)/scripts/pnglibconf.dfa $(srcdir)/scripts/options.awk $(srcdir)/pngconf.h …
53 pnglibconf.dfn
Dmakefile.std63 pnglibconf.h: pnglibconf.dfn
71 pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA)
Dgenout.cmake.in66 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/dfn.awk"
Dpnglibconf.dfa3 @/*- pnglibconf.dfn intermediate file
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatTest.java25 DecimalFormat dfn = new DecimalFormat("#,#0.00"); in testClone() local
26 dfn.setNegativePrefix(dfn.getNegativePrefix() + '!'); in testClone()
27 testEHCS(df, df2, dfn); in testClone()
/external/libpng/projects/owatcom/
Dpngconfig.mak41 pnglibconf.h: pnglibconf.dfn
42 $(DELETE) $@ dfn.c dfn1.out dfn2.out
43 $(ECHO) $#include "pnglibconf.dfn" >dfn.c
44 $(CPP) $(DFNFLAGS) dfn.c >dfn1.out
58 $(DELETE) dfn.c dfn1.out dfn2.out
60 pnglibconf.dfn: ..\..\scripts\pnglibconf.dfa ..\..\scripts\options.awk pngconfig.dfa ..\..\pngconf.h
153 $(DELETE) ..\..\pnglibconf.h pnglibconf.* dfn.c *.out pngconfig.inf
/external/libpng/contrib/pngminim/encoder/
Dmakefile101 $(RM) pnglibconf.h pnglibconf.dfn
/external/libpng/contrib/pngminim/decoder/
Dmakefile102 $(RM) pnglibconf.h pnglibconf.dfn
/external/libpng/contrib/pngminim/preader/
Dmakefile117 $(RM) pnglibconf.h pnglibconf.dfn
/external/llvm/docs/_ocamldoc/
Dstyle.css5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1405 #define __sanitizer_syscall_pre_pciconfig_read(bus, dfn, off, len, buf) \ argument
1407 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1408 #define __sanitizer_syscall_post_pciconfig_read(res, bus, dfn, off, len, buf) \ argument
1410 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1411 #define __sanitizer_syscall_pre_pciconfig_write(bus, dfn, off, len, buf) \ argument
1413 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1414 #define __sanitizer_syscall_post_pciconfig_write(res, bus, dfn, off, len, buf) \ argument
1416 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
2797 void __sanitizer_syscall_pre_impl_pciconfig_read(long bus, long dfn, long off,
2799 void __sanitizer_syscall_post_impl_pciconfig_read(long res, long bus, long dfn,
[all …]
/external/bison/doc/
Dbison.texi386 @dfn{Bison} is a general-purpose parser generator that converts an
487 @dfn{context-free grammar}. This means that you specify one or more
488 @dfn{syntactic groupings} and give rules for constructing them from their
499 is @dfn{Backus-Naur Form} or ``BNF'', which was developed in
523 Parsers for LR(1) grammars are @dfn{deterministic}, meaning
526 (called a @dfn{lookahead}) of the remaining input. A context-free
527 grammar can be @dfn{ambiguous}, meaning that there are multiple ways to
529 grammars can be @dfn{nondeterministic}, meaning that no fixed
542 unit or grouping is named by a @dfn{symbol}. Those which are built by
544 @dfn{nonterminal symbols}; those which can't be subdivided are called
[all …]
Dfdl.texi20 functional and useful document @dfn{free} in the sense of freedom: to
/external/libpng/
DMakefile.am131 pnglibconf.out pnglibconf.c pnglibconf.pre pnglibconf.dfn \
Dconfigure.ac81 # necessary to use a different preprocessor for .dfn files
DCHANGES2765 to join tokens in the output and rewrite *.dfn to use this.
2856 the symbol checking .dfn files assumed five arguments. The five
3207 a .dfn file and adds configure stuff to test for such a CPP. ./configure
3817 as 'dfn*' can result in a race where a temporary file from one arm of the
4404 Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one bug.
4407 avoided by using /lib/cpp. Since all .dfn output is now protected in
4435 Revised scripts/dfn.awk to work with the buggy MSYS awk that has trouble
5117 Revised Makefile.am and scripts/symbols.dfn to work with MinGW/MSYS
5121 Revised Makefile.am and scripts/*.dfn again to work with MinGW/MSYS;
5122 renamed scripts/*.dfn to scripts/*.c (John Bowler).
[all …]
/external/netperf/doc/
Dnetperf.texi137 A @dfn{sizespec} is a one or two item, comma-separated list used as an
172 a @dfn{optionspec} which is like a sizespec with the exception that a
527 utilization, netperf will report a metric called a @dfn{service
1329 @dfn{network-limited} or @dfn{NIC-limited}.
1335 be described as being @dfn{CPU-bound}.
1690 @code{send()}. Often this results in a @dfn{zero-copy} operation
1760 @dfn{intra-stack} flow-control.
1874 that of a @dfn{sizespec}.
1878 sent/received. The syntax of a @dfn{ppaspec} is otherwise the same as
1879 a @dfn{sizespec}.
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2225 PRE_SYSCALL(pciconfig_read)(long bus, long dfn, long off, long len, void *buf) {
2228 POST_SYSCALL(pciconfig_read)(long res, long bus, long dfn, long off, long len,
2231 PRE_SYSCALL(pciconfig_write)(long bus, long dfn, long off, long len,
2234 POST_SYSCALL(pciconfig_write)(long res, long bus, long dfn, long off, long len,
/external/libmicrohttpd/doc/
Dfdl-1.3.texi20 functional and useful document @dfn{free} in the sense of freedom: to
Dlgpl.texi87 We call this license the @dfn{Lesser} General Public License because it
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2302 dfn { selector
2303 font-style: inherit; /* Reset default styling for <dfn> */
Dwikipedia.min.css1 …play:inline!ie}.catlinks li:first-child{padding-left:.2em;border-left:none}dfn{font-style:inherit}… selector
/external/opencv3/3rdparty/libpng/
DCHANGES2756 to join tokens in the output and rewrite *.dfn to use this.
2847 the symbol checking .dfn files assumed five arguments. The five
3198 a .dfn file and adds configure stuff to test for such a CPP. ./configure

12