Home
last modified time | relevance | path

Searched refs:first_arg (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/libcore/varhandles/
Dgenerate_java.py80 first_arg = static_first_arg if self.static else "this"
89 this = first_arg,
90 this_comma = "" if not first_arg else first_arg + ", ",
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4535 bool first_arg = true; in parse_encoding() local
4558 if (!first_arg) in parse_encoding()
4561 first_arg = false; in parse_encoding()