Home
last modified time | relevance | path

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

/frameworks/base/tools/stats_log_api_gen/
Djava_writer.cpp60 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations() local
61 fprintf(out, " if (%s == code) {\n", atomConstant.c_str()); in write_annotations()
Dnative_writer.cpp43 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations() local
44 fprintf(out, " if (%s == code) {\n", atomConstant.c_str()); in write_annotations()