Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 6 of 6) sorted by relevance

/tools/security/fuzzing/orphans/libffi/
DAndroid.bp15 "-Wno-macro-redefined",
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java493 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/
Dmissing-begin-macro.txt12 # This will actually fail because the macro f() is now undefined.
/tools/security/remote_provisioning/hwtrust/
DCargo.lock123 "proc-macro-error",
370 name = "proc-macro-error"
375 "proc-macro-error-attr",
383 name = "proc-macro-error-attr"
/tools/repohooks/tools/
Dcpplint.py4441 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/
DREADME.md482 typedef macro), but should also help Dokka -- and arguably the Kotlin code which