Home
last modified time | relevance | path

Searched refs:GenerateComments (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Dgenerate_java.h47 std::string GenerateComments(const AidlCommentable& node);
Dgenerate_java.cpp292 std::string GenerateComments(const AidlCommentable& node) { in GenerateComments() function
379 parcel_class->comment = GenerateComments(*parcel); in generate_parcel_class()
392 out << GenerateComments(*variable); in generate_parcel_class()
664 (*code_writer) << GenerateComments(*enum_decl); in generate_enum()
669 (*code_writer) << GenerateComments(*enumerator); in generate_enum()
693 out << GenerateComments(*decl); in generate_union()
757 out << GenerateComments(*variable); in generate_union()
Dgenerate_java_binder.cpp396 out << GenerateComments(*constant); in generate_constant_declarations()
406 decl->comment = GenerateComments(method); in generate_interface_method()
587 proxy->comment = GenerateComments(method); in generate_proxy_method()
1006 default_method->comment = GenerateComments(method); in generate_default_impl_method()
1078 interface->comment = GenerateComments(*iface); in generate_binder_interface_class()
/system/extras/simpleperf/
Dcmd_stat.cpp120 void CounterSummaries::GenerateComments(double duration_in_sec) { in GenerateComments() function in simpleperf::CounterSummaries
841 summaries.GenerateComments(duration_in_sec); in ShowCounters()
Dcmd_stat_impl.h312 void GenerateComments(double duration_in_sec);
Dcmd_stat_test.cpp566 summaries_->GenerateComments(1.0); in GetComment()