Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 201) sorted by relevance

123456789

/external/webkit/V8Binding/v8/tools/
Djs2c.py126 def ExpandMacros(lines, macros): argument
127 for name, macro in macros.items():
139 replacement = ExpandMacros(str.strip(), macros)
185 macros = { }
202 macros[name] = TextMacro(args, body)
210 macros[name] = PythonMacro(args, fun)
213 return (constants, macros)
289 macros = {}
292 (consts, macros) = ReadMacros(ReadLines(str(s)))
305 lines = ExpandMacros(lines, macros)
/external/bluetooth/glib/docs/
Dmacros.txt3 GLib's configure options and corresponding macros
18 focus here is to concentrate on macros that affect overall GLib behaviour
22 Notes on GLib's internal and global macros
50 disable the assertion macros for GLib itself, but third-party code
54 NOTE: Code inside the assertion macros should not have side effects
59 too. The macros that become non-functional here are
DMakefile.am6 EXTRA_DIST += debugging.txt macros.txt
/external/elfutils/m4/
Dinttypes-pri.m412 # macros to non-string values. This is the case on AIX 4.3.3.
18 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
Dgettext.m437 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
38 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
129 dnl Add a version number to the cache macros.
130 …define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext],…
136 ]ifelse([$2], [need-formatstring-macros],
168 ]ifelse([$2], [need-formatstring-macros],
189 ]ifelse([$2], [need-formatstring-macros],
/external/bison/data/m4sugar/
Dm4sugar.m460 # long macros we define.
278 # difference is that `m4_ifset' is specialized on macros.
280 # In case of arguments of macros, eg $[1], it makes little difference.
449 # useful for making your macros more structured and readable by dropping
450 # unnecessary dnl's and have the macros indented properly.
534 # macros it contains. Amongst other things useful for enabling macro
806 ## 8. Defining macros with bells and whistles. ##
822 # difficult part is the proper expansion of macros when they are
827 # Pinard), and (ii) expand the most recently m4_require'd macros _after_
828 # the previous macros (by Axel Thimm).
[all …]
/external/bison/m4/
Dunlocked-io.m412 dnl See if the glibc *_unlocked I/O macros or functions are available.
13 dnl Use only those *_unlocked macros or functions that are declared
Dgettext_gl.m435 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
63 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
125 dnl Add a version number to the cache macros.
126 …define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext],…
132 ]ifelse([$2], [need-formatstring-macros],
164 ]ifelse([$2], [need-formatstring-macros],
185 ]ifelse([$2], [need-formatstring-macros],
/external/expat/bcb5/
DREADME.txt56 function is called "wmain". The tchar macros are an interesting way to
57 write code that can easily switch between unicode and utf-8. If these macros
59 XML_UNICODE_WCHAR_T will bring in the unicode versions of the tchar macros.
61 tchar macros which are switched on and off by the XML_UNICODE macro, which
/external/bluetooth/glib/
DNEWS.pre-1-364 * Added alloca functions/macros: g_strdup_a, g_strconcat3_a, g_alloca,
134 * New macros:
141 * Removed G_ENUM, G_FLAGS, G_NV, and G_SV macros
163 * GNode macros (and functions) now return the newly allocated node.
207 * More convenience macros for GNU C function arguments.
/external/qemu/distrib/sdl-1.2.12/src/hermes/
Dcommon.inc1 ; Some common macros for hermes nasm code
/external/sonivox/arm-wt-22k/lib_src/
DARM_synth_constants_gnu.inc61 @/* macros for fractional phase accumulator */
79 @/* Envelope 1 (EG1) calculation macros */
/external/sonivox/arm-hybrid-22k/lib_src/
DARM_synth_constants_gnu.inc61 @/* macros for fractional phase accumulator */
79 @/* Envelope 1 (EG1) calculation macros */
/external/webkit/V8Binding/v8/tools/visual_studio/
Dd8js2c.cmd6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py…
Djs2c.cmd6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.…
/external/clearsilver/m4/
Dac_jni_include_dirs.m427 dnl Note: This macro can work with the autoconf M4 macros for Java programs.
28 dnl This particular macro is not part of the original set of macros.
/external/icu4c/samples/uciter8/
Dreadme.txt7 UTF-8-style macros are defined as well as a UCharIterator.
8 The macros are incomplete (do not assemble code points from pairs of surrogates)
/external/dropbear/libtomcrypt/
DTODO11 - add CPP macros like OpenSSL has for ASN1 (e.g. encode/decode functions, etc) shameless ripoff :-)
/external/jpeg/
Dcoderules.doc37 source code by using macros to substitute shorter names.)
53 or METHODDEF(type). These macros expand to "static type" or just "type" as
73 (see the EXTERN and JPP macros).
/external/webkit/WebKit/android/stl/
Dcstring24 // templates or use macros or inline functions from this file, or you compile
53 // Get rid of those macros defined in <string.h> in lieu of real functions.
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt1 # This file makes most of the thread related macros look like
105 # G_LOCK_* macros
/external/clearsilver/autom4te.cache/
Drequests2 # It contains the lists of macros which have been traced.
/external/dbus/
Dconfig.h.in90 /* Disable GLib assertion macros */
138 /* Have GNU-style varargs macros */
144 /* Have ISO C99 varargs macros */
/external/elfutils/autom4te.cache/
Drequests2 # It contains the lists of macros which have been traced.
/external/tesseract/liblept/
Darrayaccess.h.vc41 * However, for efficiency we use macros for all accesses.
46 * with the macros.

123456789