Home
last modified time | relevance | path

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

12345678910>>...24

/external/elfutils/tests/
Drun-macro-test.sh33 testfiles testfile-macinfo testfile-macros
34 tempfiles readelf.macros.out
39 | grep macro_info > readelf.macros.out ||
41 testrun_compare cat readelf.macros.out <<\EOF
45 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macros \
46 | grep GNU_macros > readelf.macros.out ||
48 testrun_compare cat readelf.macros.out <<\EOF
/external/libcxx/test/libcxx/
Dcompiler.py20 macros = self.dumpMacros()
21 if macros is None:
25 if '__clang__' in macros.keys():
28 if '__apple_build_version__' in macros.keys():
30 major_ver = macros['__clang_major__']
31 minor_ver = macros['__clang_minor__']
32 patchlevel = macros['__clang_patchlevel__']
33 elif '__GNUC__' in macros.keys():
35 major_ver = macros['__GNUC__']
36 minor_ver = macros['__GNUC_MINOR__']
[all …]
/external/libexif/m4m/
Dgp-byteorder.m46 dnl Create a header file that guarantees that byte swapping macros of the
32 dnl Create a header file that defines extended byte swapping macros
62 dnl Look for NetBSD-style extended byte swapping macros
66 /* extended byte swapping macros are already available */
73 dnl Look for standard byte swapping macros
89 dnl Look for generic byte swapping macros
179 /* Use these as generic byteswapping macros on this little endian system */
204 /* The byte swapping macros have the form: */
217 /* Define aliases for the standard byte swapping macros */
218 /* Arguments to these macros must be properly aligned on natural word */
[all …]
/external/libxml2/python/
Dsetup.py171 macros = [] variable
173 macros.append(('_REENTRANT','1'))
183 macros.append(('MERGED_MODULES', '1'))
198 libraries=libs, define_macros=macros)]
202 libraries=libs, define_macros=macros))
Dsetup.py.in171 macros = [] variable
173 macros.append(('_REENTRANT','1'))
183 macros.append(('MERGED_MODULES', '1'))
198 libraries=libs, define_macros=macros)]
202 libraries=libs, define_macros=macros))
/external/libmtp/m4/
Dbyteorder.m46 dnl Create a header file that guarantees that byte swapping macros of the
32 dnl Create a header file that defines extended byte swapping macros
60 dnl Look for NetBSD-style extended byte swapping macros
64 /* extended byte swapping macros are already available */
71 dnl Look for standard byte swapping macros
87 dnl Look for generic byte swapping macros
177 /* Use these as generic byteswapping macros on this little endian system */
202 /* The byte swapping macros have the form: */
215 /* Define aliases for the standard byte swapping macros */
216 /* Arguments to these macros must be properly aligned on natural word */
[all …]
/external/bison/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],
36 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
Dextensions.m435 # macros, then, if reports of conflicts are made, disable macros that
115 dnl gnulib does not need it. But if it gets required by third-party macros
118 dnl Note: We can do this only for one of the macros AC_AIX, AC_GNU_SOURCE,
/external/c-ares/
DNEWS14 * A few of the ares_dns.h macros are fixed to use the proper bitwise
20 * Casted arguments to ctype macros casted to unsigned char, since not
21 all char values are valid inputs to those macros according to ANSI.
/external/clang/test/Modules/Inputs/
Dmacros.h12 #if !__building_module(macros)
13 # error Can't include this header without building the 'macros' module.
/external/v8/tools/
Djs2c.py134 def ExpandMacros(lines, macros): argument
137 for name_pattern, macro in reversed(macros):
139 return ExpandMacros(s, macros)
170 macros = []
187 macros.append((re.compile("\\b%s\\(" % name), TextMacro(args, body)))
195 macros.append((re.compile("\\b%s\\(" % name), PythonMacro(args, fun)))
198 return (constants, macros)
350 (consts, macros) = ReadMacros(ReadFile(macro_filename))
351 filter_chain.append(lambda l: ExpandMacros(l, macros))
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Dcommands.py221 macros = dict(ext.define_macros or ())
227 if pkg is not None and 'EXT_PACKAGE' not in macros:
229 if 'EXT_MODULE' not in macros:
232 macros = dict(ext.undef_macros or ())
233 if 'EXT_PACKAGE' not in macros:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
Dcommands.py222 macros = dict(ext.define_macros or ())
228 if pkg is not None and 'EXT_PACKAGE' not in macros:
230 if 'EXT_MODULE' not in macros:
233 macros = dict(ext.undef_macros or ())
234 if 'EXT_PACKAGE' not in macros:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
Dcommands.py221 macros = dict(ext.define_macros or ())
227 if pkg is not None and 'EXT_PACKAGE' not in macros:
229 if 'EXT_MODULE' not in macros:
232 macros = dict(ext.undef_macros or ())
233 if 'EXT_PACKAGE' not in macros:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
Dcommands.py222 macros = dict(ext.define_macros or ())
228 if pkg is not None and 'EXT_PACKAGE' not in macros:
230 if 'EXT_MODULE' not in macros:
233 macros = dict(ext.undef_macros or ())
234 if 'EXT_PACKAGE' not in macros:
/external/mesa3d/src/glsl/glcpp/
DREADME17 to encounter and deal with the following preprocessor macros:
23 All other macros will be handles according to the GLSL specification
28 The __LINE__ and __FILE__ macros are not yet supported.
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/
Dpy_bindings_basics.markdown39 specify which functions should be exported to Python. For that, there are certain macros added to
41 parsed. These macros are added by the developer who programs the particular function. In short, the
43 macros will be given in next session.
66 Header parser parse the header files based on some wrapper macros added to function declaration.
67 Enumeration constants don't need any wrapper macros. They are automatically wrapped. But remaining
68 functions, classes etc. need wrapper macros.
76 macros like CV_OUT, CV_IN_OUT etc. are used.
142 So these are the major extension macros available in OpenCV. Typically, a developer has to put
143 proper macros in their appropriate positions. Rest is done by generator scripts. Sometimes, there
/external/libxml2/os400/libxmlrpg/
Dxmlexports.rpgle1 * Summary: macros for marking symbols as exportable/importable.
2 * Description: macros for marking symbols as exportable/importable.
/external/clang/test/Modules/
Dmacros.c22 @import macros;
49 i += macros; // expanded from __MODULE__ within the 'macros' module. in f()
56 #if __building_module(macros)
/external/libevent/
Dmake-event-config.sed7 * processed by Libevent so that its macros would have a uniform prefix.\
11 * Do not rely on macros in this file existing in later versions.\
/external/llvm/test/Assembler/
Ddicompileunit.ll16 … 3, enums: !2, retainedTypes: !3, subprograms: !4, globals: !5, imports: !6, macros: !7, dwoId: 42)
21 globals: !5, imports: !6, macros: !7, dwoId: 42)
/external/curl/m4/
Dzz50-xc-ovr.m431 dnl Override some language related macros
54 dnl make macros in this file visible to other macros
/external/mdnsresponder/mDNSShared/
DDebugServices.h355 #pragma mark == General macros ==
474 #pragma mark == Compile Time macros ==
533 #pragma mark == check macros ==
716 #pragma mark == require macros ==
1082 #pragma mark == Design-By-Contract macros ==
1098 #pragma mark == Expect macros ==
1139 #pragma mark == Output macros ==
/external/google-tv-pairing-protocol/cpp/m4/
Dlt~obsolete.m414 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
22 # and doesn't know about Autoconf macros at all.)
27 # because those macros already exist, or will be overwritten later.
35 # This is to help aclocal find these macros, as it can't see m4_define.
/external/google-breakpad/m4/
Dlt~obsolete.m414 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
22 # and doesn't know about Autoconf macros at all.)
27 # because those macros already exist, or will be overwritten later.
35 # This is to help aclocal find these macros, as it can't see m4_define.

12345678910>>...24