/system/tools/hidl/ |
H A D | EnumType.cpp | 181 std::string comment = entry->comment(); local 182 if (!comment.empty() && comment != value) { 183 out << " // " << comment; local 383 std::string comment = entry->comment(); local 384 if (!comment.empty() && comment != value) { 385 out << " // " << comment; local 598 std::string comment = entry->comment(); local 600 out << " // " << comment; local 636 std::string comment = entry->comment(); local 638 out << " // " << comment; local 683 std::string EnumValue::comment() const { function in class:android::EnumValue [all...] |
/system/tools/hidl/c2hal/ |
H A D | Declaration.cpp | 57 void Declaration::setComment(const std::string &comment) { argument 59 mComment = regex_replace(comment, RE_LEADING_SPACES, "\n ");
|
H A D | Declaration.h | 42 void setComment(const std::string &comment);
|
/system/tools/aidl/ |
H A D | ast_java_unittest.cpp | 33 R"(// class comment 49 a_class.comment = "// class comment";
|
H A D | generate_java_binder.cpp | 57 this->comment = "/** Local-side IPC implementation stub class. */"; 74 ctor->comment = 127 m->comment = "/**\n * Cast an IBinder object into an "; 128 m->comment += interfaceType->JavaType(); 129 m->comment += " interface,\n"; 130 m->comment += " * generating a proxy if needed.\n */"; 283 decl->comment = method.GetComments(); 384 proxy->comment = method.GetComments(); 517 interface->comment = iface->GetComments();
|
H A D | ast_java.cpp | 70 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()); 433 if (this->comment.length() != 0) { 434 to->Write("%s\n", this->comment.c_str()); 494 Document::Document(const std::string& comment, argument 498 : comment_(comment),
|
H A D | ast_java.h | 113 std::string comment; member in struct:android::aidl::java::Field 314 std::string comment; member in struct:android::aidl::java::Method 354 std::string comment; member in struct:android::aidl::java::Class 370 Document(const std::string& comment,
|
/system/media/camera/docs/ |
H A D | CameraDeviceInfo.mako | 20 * modify the comment blocks at the start or end.
|
H A D | CaptureResultTest.mako | 20 * modify the comment blocks at the start or end.
|
H A D | ACameraMetadata.mako | 49 * modify the comment blocks at the start or end.
|
H A D | CameraMetadataEnums.mako | 23 * modify the comment blocks at the start or end.
|
H A D | CameraMetadataKeys.mako | 24 * modify the comment blocks at the start or end.
|
/system/core/logd/ |
H A D | LogTags.cpp | 48 // Sniff for first uid=%d in utf8z comment string 49 static uid_t sniffUid(const char* comment, const char* endp) { argument 50 if (!comment) return AID_ROOT; 52 if (*comment == '#') ++comment; 53 while ((comment < endp) && (*comment != '\n') && isspace(*comment)) 54 ++comment; 56 if (((comment [all...] |
/system/core/libpixelflinger/codeflinger/ |
H A D | GGLAssembler.cpp | 247 comment("fetch color-buffer"); 306 comment("store"); 359 comment("compute ct (# of pixels to process)"); 391 comment("compute color-buffer pointer"); 405 comment("compute initial fog coordinate"); 419 comment("compute initial Z coordinate"); 462 comment(comments[component]); 634 comment("update iterated color"); 677 comment("coverage application"); 701 comment("Alph [all...] |
H A D | ARMAssembler.cpp | 91 ssize_t comment = mComments.indexOfKey(i); local 92 if (comment >= 0) { 93 printf("; %s\n", mComments.valueAt(comment)); 101 void ARMAssembler::comment(const char* string) function in class:android::ARMAssembler 347 void ARMAssembler::SWI(int cc, uint32_t comment) { argument 348 *mPC++ = (cc<<28) | (0xF<<24) | comment;
|
H A D | ARMAssemblerProxy.cpp | 68 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 D | ARMAssembler.h | 58 virtual void comment(const char* string); 140 virtual void SWI(int cc, uint32_t comment);
|
H A D | ARMAssemblerProxy.h | 49 virtual void comment(const char* string); 127 virtual void SWI(int cc, uint32_t comment);
|
H A D | texturing.cpp | 53 comment("compute initial iterated color (smooth and/or dither case)"); 131 comment("load initial iterated color (8888 packed)"); 136 comment("load initial iterated color (dest format packed)"); 334 comment("compute texture coordinates"); 450 comment("fetch texel"); 458 comment("reload s/t (multitexture or linear filtering)"); 468 comment("compute repeat/clamp"); 511 comment("compute linear filtering offsets"); 600 comment("iterate s,t"); 621 comment("merg [all...] |
H A D | MIPSAssembler.h | 56 virtual void comment(const char* string); 139 virtual void SWI(int cc, uint32_t comment); 257 virtual void comment(const char* string);
|
H A D | MIPS64Assembler.cpp | 106 void ArmToMips64Assembler::comment(const char* string) function in class:android::ArmToMips64Assembler 108 mMips->comment(string); 1004 void ArmToMips64Assembler::SWI(int cc, uint32_t comment) { argument 1005 // *mPC++ = (cc<<28) | (0xF<<24) | comment; 1350 ssize_t comment = mComments.indexOfKey(mipsPC); local 1351 if (comment >= 0) { 1352 ALOGW("; %s\n", mComments.valueAt(comment));
|
H A D | Arm64Assembler.h | 71 virtual void comment(const char* string); 157 virtual void SWI(int cc, uint32_t comment);
|
H A D | MIPS64Assembler.h | 58 virtual void comment(const char* string); 144 virtual void SWI(int cc, uint32_t comment);
|
/system/chre/build/sys_support/qcom/ |
H A D | uimage.lcs.toolv80 | 185 .comment 0 : { *(.comment) }
|
/system/extras/simpleperf/ |
H A D | cmd_stat.cpp | 59 std::string comment; member in struct:__anon1765::CounterSummary 165 s.comment = GetCommentForSummary(s, duration_in_sec); 177 comment_column_width = std::max(comment_column_width, s.comment.size()); 183 s.Name().c_str(), s.comment.c_str(), 1.0 / s.scale * 100, 189 static_cast<int>(comment_column_width), s.comment.c_str(),
|