Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 65) sorted by relevance

123

/system/tools/hidl/
DDocComment.cpp29 DocComment::DocComment(const std::string& comment) { in DocComment() argument
30 std::vector<std::string> lines = base::Split(base::Trim(comment), "\n"); in DocComment()
56 void DocComment::merge(const DocComment* comment) { in merge() argument
57 mComment = mComment + "\n\n" + comment->mComment; in merge()
DDocComment.h28 DocComment(const std::string& comment);
30 void merge(const DocComment* comment);
/system/tools/hidl/c2hal/
DDeclaration.cpp57 void Declaration::setComment(const std::string &comment) { in setComment() argument
59 mComment = regex_replace(comment, RE_LEADING_SPACES, "\n "); in setComment()
DDeclaration.h42 void setComment(const std::string &comment);
/system/tools/aidl/
Dast_java.cpp81 if (this->comment.length() != 0) { in Write()
82 to->Write("%s\n", this->comment.c_str()); in Write()
357 if (this->comment.length() != 0) { in Write()
358 to->Write("%s\n", this->comment.c_str()); in Write()
413 if (this->comment.length() != 0) { in Write()
414 to->Write("%s\n", this->comment.c_str()); in Write()
465 Document::Document(const std::string& comment, in Document() argument
468 : comment_(comment), in Document()
Dgenerate_java_binder.cpp115 this->comment = "/** Local-side IPC implementation stub class. */"; in StubClass()
131 ctor->comment = in StubClass()
157 getDefaultTransactionName->comment = "/** @hide */"; in StubClass()
170 getTransactionName->comment = "/** @hide */"; in StubClass()
260 m->comment = "/**\n * Cast an IBinder object into an "; in make_as_interface()
261 m->comment += interfaceType->JavaType(); in make_as_interface()
262 m->comment += " interface,\n"; in make_as_interface()
263 m->comment += " * generating a proxy if needed.\n */"; in make_as_interface()
403 decl->comment = method.GetComments(); in generate_interface_method()
596 proxy->comment = method.GetComments(); in generate_proxy_method()
[all …]
Dast_java.h115 std::string comment; member
297 std::string comment; member
325 std::string comment; member
342 Document(const std::string& comment,
Dast_java_unittest.cpp47 a_class.comment = "// class comment"; in TEST()
/system/core/logd/
DLogTags.cpp52 static uid_t sniffUid(const char* comment, const char* endp) { in sniffUid() argument
53 if (!comment) return AID_ROOT; in sniffUid()
55 if (*comment == '#') ++comment; in sniffUid()
56 while ((comment < endp) && (*comment != '\n') && isspace(*comment)) in sniffUid()
57 ++comment; in sniffUid()
59 if (((comment + strlen(uid_str)) >= endp) || in sniffUid()
60 fastcmp<strncmp>(comment, uid_str, strlen(uid_str)) || in sniffUid()
61 !isdigit(comment[strlen(uid_str)])) in sniffUid()
64 unsigned long Uid = strtoul(comment + 4, &cp, 10); in sniffUid()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp245 comment("fetch color-buffer"); in scanline_core()
304 comment("store"); in scanline_core()
356 comment("compute ct (# of pixels to process)"); in build_scanline_prolog()
388 comment("compute color-buffer pointer"); in build_scanline_prolog()
402 comment("compute initial fog coordinate"); in build_scanline_prolog()
416 comment("compute initial Z coordinate"); in build_scanline_prolog()
459 comment(comments[component]); in build_component()
631 comment("update iterated color"); in build_smooth_shade()
674 comment("coverage application"); in build_coverage_application()
698 comment("Alpha Test"); in build_alpha_test()
[all …]
DARMAssembler.cpp91 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
92 if (comment >= 0) { in disassemble()
93 printf("; %s\n", mComments.valueAt(comment)); in disassemble()
101 void ARMAssembler::comment(const char* string) in comment() function in android::ARMAssembler
347 void ARMAssembler::SWI(int cc, uint32_t comment) { in SWI() argument
348 *mPC++ = (cc<<28) | (0xF<<24) | comment; in SWI()
DARMAssemblerProxy.cpp68 void ARMAssemblerProxy::comment(const char* string) { in comment() function in android::ARMAssemblerProxy
69 mTarget->comment(string); in comment()
249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { in SWI() argument
250 mTarget->SWI(cc, comment); in SWI()
Dtexturing.cpp52 comment("compute initial iterated color (smooth and/or dither case)"); in init_iterated_color()
130 comment("load initial iterated color (8888 packed)"); in init_iterated_color()
135 comment("load initial iterated color (dest format packed)"); in init_iterated_color()
331 comment("compute texture coordinates"); in init_textures()
442 comment("fetch texel"); in build_textures()
450 comment("reload s/t (multitexture or linear filtering)"); in build_textures()
460 comment("compute repeat/clamp"); in build_textures()
503 comment("compute linear filtering offsets"); in build_textures()
592 comment("iterate s,t"); in build_textures()
613 comment("merge base & offset"); in build_textures()
[all …]
DARMAssembler.h58 virtual void comment(const char* string);
140 virtual void SWI(int cc, uint32_t comment);
DARMAssemblerProxy.h49 virtual void comment(const char* string);
127 virtual void SWI(int cc, uint32_t comment);
DMIPSAssembler.h56 virtual void comment(const char* string);
139 virtual void SWI(int cc, uint32_t comment);
257 virtual void comment(const char* string);
DMIPS64Assembler.cpp107 void ArmToMips64Assembler::comment(const char* string) in comment() function in android::ArmToMips64Assembler
109 mMips->comment(string); in comment()
1005 void ArmToMips64Assembler::SWI(int cc __unused, uint32_t comment __unused) { in SWI()
1353 ssize_t comment = mComments.indexOfKey(mipsPC); in disassemble() local
1354 if (comment >= 0) { in disassemble()
1355 ALOGW("; %s\n", mComments.valueAt(comment)); in disassemble()
/system/chre/external/flatbuffers/
DREADME.md4 changes described in the comment at the top of flatbuffers.h, and apply them to
/system/extras/simpleperf/
Dcmd_stat.cpp65 std::string comment; member
171 s.comment = GetCommentForSummary(s, duration_in_sec); in GenerateComments()
183 comment_column_width = std::max(comment_column_width, s.comment.size()); in Show()
189 s.Name().c_str(), s.comment.c_str(), 1.0 / s.scale * 100, in Show()
195 static_cast<int>(comment_column_width), s.comment.c_str(), in Show()
/system/chre/build/sys_support/qcom/
Duimage_v2.lcs140 .comment 0 : { *(.comment) }
Duimage.lcs.toolv80185 .comment 0 : { *(.comment) }
/system/extras/perfprofd/
Dperfprofd_perf.cc309 const size_t comment = line.find('#'); in FindSupportedPerfCounters() local
311 size_t end = std::min(space, comment); in FindSupportedPerfCounters()
/system/media/camera/docs/
DCameraDeviceInfo.mako20 * modify the comment blocks at the start or end.
DCaptureResultTest.mako20 * modify the comment blocks at the start or end.
/system/libufdt/utils/
DREADME.md148 <ftb1_filename> # comment
149 <entry1_option> # comment

123