Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 14 of 14) sorted by relevance

/system/tools/hidl/
DDocComment.cpp29 DocComment::DocComment(const std::string& comment) { in DocComment()
56 void DocComment::merge(const DocComment* comment) { in merge()
/system/tools/hidl/c2hal/
DDeclaration.cpp57 void Declaration::setComment(const std::string &comment) { in setComment()
/system/tools/aidl/
Dast_java.h115 std::string comment; member
297 std::string comment; member
325 std::string comment; member
Dast_java.cpp465 Document::Document(const std::string& comment, in Document()
Daidl_language.h221 void SetComments(const string& comment) { comments_ = comment; } in SetComments()
/system/extras/perfprofd/
Dperfprofd_perf.cc309 const size_t comment = line.find('#'); in FindSupportedPerfCounters() local
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp91 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
101 void ARMAssembler::comment(const char* string) in comment() function in android::ARMAssembler
347 void ARMAssembler::SWI(int cc, uint32_t comment) { in SWI()
DARMAssemblerProxy.cpp68 void ARMAssemblerProxy::comment(const char* string) { in comment() function in android::ARMAssemblerProxy
249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { in SWI()
DMIPS64Assembler.cpp107 void ArmToMips64Assembler::comment(const char* string) in comment() function in android::ArmToMips64Assembler
1353 ssize_t comment = mComments.indexOfKey(mipsPC); in disassemble() local
DMIPSAssembler.cpp130 void ArmToMipsAssembler::comment(const char* string) in comment() function in android::ArmToMipsAssembler
1360 ssize_t comment = mComments.indexOfKey(mipsPC); in disassemble() local
1373 void MIPSAssembler::comment(const char* string) in comment() function in android::MIPSAssembler
DArm64Assembler.cpp240 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
255 void ArmToArm64Assembler::comment(const char* string) in comment() function in android::ArmToArm64Assembler
/system/extras/simpleperf/
Dcmd_stat.cpp65 std::string comment; member
/system/bt/btif/src/
Dbtif_a2dp_source.cc1040 static void log_tstamps_us(const char* comment, uint64_t timestamp_us) { in log_tstamps_us()
/system/core/logd/
DLogTags.cpp52 static uid_t sniffUid(const char* comment, const char* endp) { in sniffUid()