/external/elfutils/src/tests/ |
D | run-macro-test.sh | 33 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/ |
D | compiler.py | 20 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/ |
D | gp-byteorder.m4 | 6 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/ |
D | setup.py | 171 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))
|
D | setup.py.in | 171 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/ |
D | byteorder.m4 | 6 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 …]
|
D | lt~obsolete.m4 | 14 # 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/v8/tools/ |
D | js2c.py | 125 def ExpandMacros(lines, macros): argument 128 for name_pattern, macro in reversed(macros): 130 return ExpandMacros(s, macros) 161 macros = [] 178 macros.append((re.compile("\\b%s\\(" % name), TextMacro(args, body))) 186 macros.append((re.compile("\\b%s\\(" % name), PythonMacro(args, fun))) 189 return (constants, macros) 350 (consts, macros) = ReadMacros(ReadFile(macro_filename)) 352 filter_chain.append(lambda l: ExpandMacros(l, macros))
|
/external/bison/m4/ |
D | inttypes-pri.m4 | 12 # 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.])
|
D | extensions.m4 | 35 # 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/clang/test/Modules/Inputs/ |
D | macros.h | 12 #if !__building_module(macros) 13 # error Can't include this header without building the 'macros' module.
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
D | commands.py | 222 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/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
D | commands.py | 221 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/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
D | commands.py | 221 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/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
D | commands.py | 222 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/ |
D | README | 17 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/clang/test/Modules/ |
D | macros.c | 17 @import macros; 40 i += macros; // expanded from __MODULE__ within the 'macros' module. in f() 47 #if __building_module(macros)
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlexports.rpgle | 1 * Summary: macros for marking symbols as exportable/importable. 2 * Description: macros for marking symbols as exportable/importable.
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 355 #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/libusb-compat/m4/ |
D | lt~obsolete.m4 | 14 # 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-tv-pairing-protocol/cpp/m4/ |
D | lt~obsolete.m4 | 14 # 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/ |
D | lt~obsolete.m4 | 14 # 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/valgrind/docs/internals/ |
D | porting-HOWTO.txt | 44 and obviously! -- use the "I_die_here" macro) for functions and macros to get 49 corresponding types/macros that x86 provides, otherwise you might end up 50 providing more types/macros than the core actually needs; only pull in types 58 - Try running. When it falls over on stub function/macros, implement them 91 functions, and macros... use the following as templates:
|
/external/libopus/m4/ |
D | lt~obsolete.m4 | 14 # 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/protobuf/m4/ |
D | lt~obsolete.m4 | 14 # 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.
|