Home
last modified time | relevance | path

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

/system/tools/hidl/
DDocComment.cpp30 DocComment::DocComment(const std::string& comment, const Location& location, CommentType type) in DocComment()
66 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.h113 std::string comment; member
293 std::string comment; member
320 std::string comment; member
Dast_java.cpp436 Document::Document(const std::string& comment, in Document()
Daidl_language.h294 void SetComments(const string& comment) { comments_ = comment; } in SetComments()
Dgenerate_java_binder.cpp1094 auto comment = constant->GetType().GetComments(); in generate_binder_interface_class() local
Daidl_language.cpp76 inline bool HasHideComment(const std::string& comment) { in HasHideComment()
/system/core/toolbox/
Dmodprobe.cpp67 auto comment = rv.find('#'); in stripComments() 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_impl.h86 std::string comment; member
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp141 uint8_t comment[0]; in FindCDRecord() member
/system/bt/btif/src/
Dbtif_a2dp_source.cc1061 static void log_tstamps_us(const char* comment, uint64_t timestamp_us) { in log_tstamps_us()
/system/core/logd/
DLogTags.cpp56 static uid_t sniffUid(const char* comment, const char* endp) { in sniffUid()