Home
last modified time | relevance | path

Searched refs:make_constant_name (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/stats_log_api_gen/
Datoms_info_writer.cpp66 fprintf(out, " %s,\n", make_constant_name(*blacklistedAtom).c_str()); in write_atoms_info_cpp_body()
78 string constant = make_constant_name(atom->name); in write_atoms_info_cpp_body()
93 string constant = make_constant_name(atom->name); in write_atoms_info_cpp_body()
113 make_constant_name(atom->name).c_str(), atom->uidField); in write_atoms_info_cpp_body()
144 make_constant_name(atom->name).c_str()); in write_atoms_info_cpp_body()
171 make_constant_name(atom->name).c_str(), field); in write_atoms_info_cpp_body()
Dutils.cpp35 string make_constant_name(const string& str) { in make_constant_name() function
186 string constant = make_constant_name(atom->name); in write_native_atom_constants()
280 string constant = make_constant_name(atom->name); in write_java_atom_codes()
317 make_constant_name(atom->message).c_str(), in write_java_enum_values()
318 make_constant_name(field->name).c_str(), in write_java_enum_values()
319 make_constant_name(value->second).c_str(), in write_java_enum_values()
Dnative_writer.cpp303 make_constant_name(atom->message).c_str(), in write_stats_log_header()
304 make_constant_name(field->name).c_str(), in write_stats_log_header()
305 make_constant_name(value->second).c_str(), in write_stats_log_header()
Dutils.h43 string make_constant_name(const string& str);
/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp29 << make_constant_name(value.name()) in write_enum()
34 string name = make_constant_name(enu.name()); in write_enum()
44 text << indent << INDENT << make_constant_name(enu.value(i).name()) << "," << endl; in write_enum()
65 text << indent << "const uint64_t " << make_constant_name(field.name()) << " = 0x"; in write_field()
113 … text << indented << INDENT << make_constant_name(message.field(i).name()) << "," << endl; in write_message()
132 header = make_constant_name(header); in write_header_file()
/frameworks/base/tools/streaming_proto/
Dstring_utils.h21 string make_constant_name(const string& str);
Dstring_utils.cpp40 make_constant_name(const string& str) in make_constant_name() function
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp83 << make_constant_name(value.name()) in write_enum()
105 text << indent << "public static final long " << make_constant_name(field.name()) << " = 0x"; in write_field()