Searched defs:comment (Results 1 - 9 of 9) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_stat.cpp292 std::string comment; member in struct:CounterSummary
395 summary.comment = GetCommentForSummary(summary, summaries, duration_in_sec);
404 comment_column_width = std::max(comment_column_width, summary.comment.size());
411 summary.comment.c_str(), 1.0 / summary.scale * 100);
/system/tools/aidl/
H A Dast_java.cpp70 if (this->comment.length() != 0) {
71 to->Write("%s\n", this->comment.c_str());
375 if (this->comment.length() != 0) {
376 to->Write("%s\n", this->comment.c_str());
428 if (this->comment.length() != 0) {
429 to->Write("%s\n", this->comment.c_str());
489 Document::Document(const std::string& comment, argument
493 : comment_(comment),
H A Dast_java.h113 std::string comment; member in struct:android::aidl::java::Field
314 std::string comment; member in struct:android::aidl::java::Method
342 std::string comment; member in struct:android::aidl::java::Class
358 Document(const std::string& comment,
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp98 ssize_t comment = mComments.indexOfKey(i); local
99 if (comment >= 0) {
100 printf("; %s\n", mComments.valueAt(comment));
108 void ARMAssembler::comment(const char* string) function in class:android::ARMAssembler
361 void ARMAssembler::SWI(int cc, uint32_t comment) { argument
362 *mPC++ = (cc<<28) | (0xF<<24) | comment;
H A DARMAssemblerProxy.cpp68 void ARMAssemblerProxy::comment(const char* string) { function in class:android::ARMAssemblerProxy
69 mTarget->comment(string);
249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { argument
250 mTarget->SWI(cc, comment);
H A DMIPS64Assembler.cpp113 void ArmToMips64Assembler::comment(const char* string) function in class:android::ArmToMips64Assembler
115 mMips->comment(string);
1011 void ArmToMips64Assembler::SWI(int cc, uint32_t comment) { argument
1012 // *mPC++ = (cc<<28) | (0xF<<24) | comment;
1357 ssize_t comment = mComments.indexOfKey(mipsPC); local
1358 if (comment >= 0) {
1359 ALOGW("; %s\n", mComments.valueAt(comment));
H A DArm64Assembler.cpp241 ssize_t comment = mComments.indexOfKey(i); local
242 if (comment >= 0)
244 printf("; %s\n", mComments.valueAt(comment));
256 void ArmToArm64Assembler::comment(const char* string) function in class:android::ArmToArm64Assembler
734 void ArmToArm64Assembler::SWI(int /*cc*/, uint32_t /*comment*/)
H A DMIPSAssembler.cpp132 void ArmToMipsAssembler::comment(const char* string) function in class:android::ArmToMipsAssembler
134 mMips->comment(string);
1019 void ArmToMipsAssembler::SWI(int cc, uint32_t comment) { argument
1020 // *mPC++ = (cc<<28) | (0xF<<24) | comment;
1359 ssize_t comment = mComments.indexOfKey(mipsPC); local
1360 if (comment >= 0) {
1361 ALOGW("; %s\n", mComments.valueAt(comment));
1372 void MIPSAssembler::comment(const char* string) function in class:android::MIPSAssembler
/system/bt/btif/src/
H A Dbtif_media_task.c527 static void log_tstamps_us(char *comment, uint64_t now_us) argument
530 APPL_TRACE_DEBUG("[%s] ts %08llu, diff : %08llu, queue sz %d", comment, now_us, now_us - prev_us,

Completed in 246 milliseconds