Home
last modified time | relevance | path

Searched refs:methodPrefix (Results 1 – 3 of 3) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dnative_writer.cpp36 const string& methodPrefix, const string& methodSuffix, in write_annotations() argument
62 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations()
68 fprintf(out, " %saddBoolAnnotation(%s%s%s, %s);\n", methodPrefix.c_str(), in write_annotations()
81 fprintf(out, " %saddInt32Annotation(%s%s%s, %d);\n", methodPrefix.c_str(), in write_annotations()
Drust_writer.cpp244 const string& methodPrefix, const string& methodSuffix) { in write_annotations() argument
262 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations()
269 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations()
289 methodPrefix.c_str(), methodSuffix.c_str(), in write_annotations()
/frameworks/base/tools/codegen/src/com/android/codegen/
DGenerators.kt719 val methodPrefix = if (Type == "boolean") "is" else "get" constant
720 val methodName = methodPrefix + NameUpperCamel