Searched refs:macro (Results 1 – 6 of 6) sorted by relevance
/tools/security/fuzzing/orphans/libffi/ |
D | Android.bp | 15 "-Wno-macro-redefined",
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandFileParser.java | 493 CommandLine macro = mMacros.get(name); in expandMacro() local 494 CLog.d("Gotcha! Expanding macro '%s' to '%s'", name, macro); in expandMacro() 496 line.addAll(idx, macro); in expandMacro() 497 idx += macro.size(); in expandMacro()
|
/tools/tradefederation/core/javatests/res/testCmdFiles/ |
D | missing-begin-macro.txt | 12 # This will actually fail because the macro f() is now undefined.
|
/tools/security/remote_provisioning/hwtrust/ |
D | Cargo.lock | 123 "proc-macro-error", 370 name = "proc-macro-error" 375 "proc-macro-error-attr", 383 name = "proc-macro-error-attr"
|
/tools/repohooks/tools/ |
D | cpplint.py | 4441 macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$', line_prefix) 4443 if ((macro and 4444 macro.group(1) not in ( 4612 for macro in _CHECK_MACROS: 4613 i = line.find(macro) 4619 matched = Match(r'^(.*\b' + macro + r'\s*)\(', line) 4622 return (macro, len(matched.group(1)))
|
/tools/metalava/ |
D | README.md | 482 typedef macro), but should also help Dokka -- and arguably the Kotlin code which
|