Home
last modified time | relevance | path

Searched defs:macros (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dbcppcompiler.py82 output_dir=None, macros=None, include_dirs=None, debug=0, argument
365 macros=None, argument
Dccompiler.py323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument
376 def _fix_compile_args(self, output_dir, macros, include_dirs): argument
497 def preprocess(self, source, output_file=None, macros=None, argument
510 def compile(self, sources, output_dir=None, macros=None, argument
1008 def gen_preprocess_options(macros, include_dirs): argument
Dunixccompiler.py89 output_file=None, macros=None, include_dirs=None, argument
Dmsvccompiler.py350 output_dir=None, macros=None, include_dirs=None, debug=0, argument
Dmsvc9compiler.py469 output_dir=None, macros=None, include_dirs=None, debug=0, argument
/external/clang/test/SemaCXX/
Dwarn-tautological-undefined-compare.cpp114 namespace macros { namespace
Dwarn-undefined-bool-conversion.cpp99 namespace macros { namespace
Dwarn-tautological-compare.cpp140 namespace macros { namespace
Dwarn-bool-conversion.cpp122 namespace macros { namespace
/external/libxml2/python/
Dsetup.py.in171 macros = [] variable
/external/junit-params/src/main/java/junitparams/naming/
DMacroSubstitutionNamingStrategy.java126 private static final HashSet<String> macros = new HashSet<String>(Arrays.asList( field in MacroSubstitutionNamingStrategy.Macro
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DDefaultRenderingContext.java57 private Map<String, Macro> macros = new HashMap<String, Macro>(); field in DefaultRenderingContext
/external/v8/tools/
Djs2c.py134 def ExpandMacros(lines, macros): argument
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2394 const char* macros = in GenerateClear() local