Searched refs:make_constant_name (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/stats_log_api_gen/ |
D | atoms_info_writer.cpp | 66 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()
|
D | utils.cpp | 35 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()
|
D | native_writer.cpp | 303 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()
|
D | utils.h | 43 string make_constant_name(const string& str);
|
/frameworks/base/tools/streaming_proto/cpp/ |
D | main.cpp | 29 << 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/ |
D | string_utils.h | 21 string make_constant_name(const string& str);
|
D | string_utils.cpp | 40 make_constant_name(const string& str) in make_constant_name() function
|
/frameworks/base/tools/streaming_proto/java/ |
D | main.cpp | 83 << make_constant_name(value.name()) in write_enum() 105 text << indent << "public static final long " << make_constant_name(field.name()) << " = 0x"; in write_field()
|