Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_java.h113 std::string comment; member
314 std::string comment; member
342 std::string comment; member
Dast_java.cpp489 Document::Document(const std::string& comment, in Document()
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp98 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
108 void ARMAssembler::comment(const char* string) in comment() function in android::ARMAssembler
361 void ARMAssembler::SWI(int cc, uint32_t comment) { in SWI()
DMIPS64Assembler.cpp113 void ArmToMips64Assembler::comment(const char* string) in comment() function in android::ArmToMips64Assembler
1011 void ArmToMips64Assembler::SWI(int cc, uint32_t comment) { in SWI()
1357 ssize_t comment = mComments.indexOfKey(mipsPC); in disassemble() local
DMIPSAssembler.cpp132 void ArmToMipsAssembler::comment(const char* string) in comment() function in android::ArmToMipsAssembler
1019 void ArmToMipsAssembler::SWI(int cc, uint32_t comment) { in SWI()
1359 ssize_t comment = mComments.indexOfKey(mipsPC); in disassemble() local
1372 void MIPSAssembler::comment(const char* string) in comment() function in android::MIPSAssembler
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()
DArm64Assembler.cpp241 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
256 void ArmToArm64Assembler::comment(const char* string) in comment() function in android::ArmToArm64Assembler
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders_converter.py544 def _SpewComment(self, comment): argument
/system/extras/simpleperf/
Dcmd_stat.cpp292 std::string comment; member
/system/bt/btif/src/
Dbtif_media_task.c527 static void log_tstamps_us(char *comment, uint64_t now_us) in log_tstamps_us()