/external/clang/include/clang-c/ |
D | Documentation.h | 213 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment); 220 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment); 230 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx); 241 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment); 249 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment); 256 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment); 264 CXString clang_InlineCommandComment_getCommandName(CXComment Comment); 273 clang_InlineCommandComment_getRenderKind(CXComment Comment); 281 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment); 291 CXString clang_InlineCommandComment_getArgText(CXComment Comment, [all …]
|
/external/selinux/gui/ |
D | system-config-selinux.desktop | 31 Comment=Configure SELinux in a graphical setting 32 Comment[bn_IN]=গ্রাফিক্যাল পরিবেশে SELinux কনফিগার করুন 33 Comment[ca]=Configura SELinuc an mode de preferències gràfiques 34 Comment[da]=Konfigurér SELinux i et grafisk miljø 35 Comment[de]=SELinux in einer grafischen Einstellung konfigurieren 36 Comment[es]=Defina SELinux en una configuración de interfaz gráfica 37 Comment[fi]=Tee SELinuxin asetukset graafisesti 38 Comment[fr]=Configure SELinux dans un environnement graphique 39 Comment[gu]=ગ્રાફિકલ સુયોજનમાં SELinux ને રૂપરેખાંકિત કરો 40 Comment[hi]=SELinux को आलेखी सेटिंग में विन्यस्त करें [all …]
|
D | selinux-polgengui.desktop | 31 Comment=Generate SELinux policy modules 32 Comment[bn_IN]=SELinux নিয়মনীতির মডিউল নির্মাণ করুন 33 Comment[ca]=Genera els mòduls de les polítiques de SELinux 34 Comment[da]=Generér SELinux-regelsætmodul 35 Comment[de]=Tool zur Erstellung von SELinux-Richtlinien 36 Comment[es]=Generar módulos de política de SELinux 37 Comment[fi]=Generoi SELinuxin käytäntömoduuleja 38 Comment[fr]=Génére des modules de stratégie SELinux 39 Comment[gu]=SELinux પોલિસી મોડ્યુલોને ઉત્પન્ન કરો 40 Comment[hi]=नया पॉलिसी मॉड्यूल उत्पन्न करें [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 33 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0; 34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0; 35 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0; 44 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() argument 45 AP.OutStreamer->AddComment(Comment); in EmitInt8() 48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() argument 49 AP.OutStreamer->AddComment(Comment); in EmitSLEB128() 52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128() argument 53 AP.OutStreamer->AddComment(Comment); in EmitULEB128() 63 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() argument [all …]
|
D | DwarfExpression.h | 41 virtual void EmitOp(uint8_t Op, const char *Comment = nullptr) = 0; 51 void AddReg(int DwarfReg, const char *Comment = nullptr); 129 void EmitOp(uint8_t Op, const char *Comment = nullptr) override; 144 void EmitOp(uint8_t Op, const char *Comment = nullptr) override;
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() argument 28 if ((Comment.size() < MinCommentLength) || Comment[0] != '/') in getCommentKind() 32 if (Comment[1] == '/') { in getCommentKind() 33 if (Comment.size() < 3) in getCommentKind() 36 if (Comment[2] == '/') in getCommentKind() 38 else if (Comment[2] == '!') in getCommentKind() 43 assert(Comment.size() >= 4); in getCommentKind() 47 if (Comment[1] != '*' || in getCommentKind() 48 Comment[Comment.size() - 2] != '*' || in getCommentKind() 49 Comment[Comment.size() - 1] != '/') in getCommentKind() [all …]
|
D | Comment.cpp | 22 const char *Comment::getCommentKindName() const { in getCommentKindName() 41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) { in implements_child_begin_end() 47 Comment::child_iterator (Comment::*)() const) { in implements_child_begin_end() 69 Comment::child_iterator Comment::child_begin() const { in child_begin() 83 Comment::child_iterator Comment::child_end() const { in child_end()
|
D | CommentSema.cpp | 98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() argument 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine() 104 switch (Comment->getCommandID()) { in checkFunctionDeclVerbatimLine() 125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch) in checkFunctionDeclVerbatimLine() 126 << Comment->getCommandMarker() in checkFunctionDeclVerbatimLine() 128 << Comment->getSourceRange(); in checkFunctionDeclVerbatimLine() 131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() argument 132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine() 136 switch (Comment->getCommandID()) { in checkContainerDeclVerbatimLine() 142 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl()) in checkContainerDeclVerbatimLine() [all …]
|
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 1 class Comment<bit abstract = 0> { 5 class DComment<Comment base, bit abstract = 0> : Comment<abstract> { 6 Comment Base = base; 9 def InlineContentComment : Comment<1>; 16 def BlockContentComment : Comment<1>; 24 def VerbatimBlockLineComment : Comment; 26 def FullComment : Comment;
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 46 const Comment *C = getASTNode(CXC); in clang_Comment_getKind() 51 case Comment::NoCommentKind: in clang_Comment_getKind() 54 case Comment::TextCommentKind: in clang_Comment_getKind() 57 case Comment::InlineCommandCommentKind: in clang_Comment_getKind() 60 case Comment::HTMLStartTagCommentKind: in clang_Comment_getKind() 63 case Comment::HTMLEndTagCommentKind: in clang_Comment_getKind() 66 case Comment::ParagraphCommentKind: in clang_Comment_getKind() 69 case Comment::BlockCommandCommentKind: in clang_Comment_getKind() 72 case Comment::ParamCommandCommentKind: in clang_Comment_getKind() 75 case Comment::TParamCommandCommentKind: in clang_Comment_getKind() [all …]
|
D | CXComment.h | 31 static inline CXComment createCXComment(const comments::Comment *C, in createCXComment() 39 static inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode() 40 return static_cast<const comments::Comment *>(CXC.ASTNode); in getASTNode() 45 const comments::Comment *C = getASTNode(CXC); in getASTNodeAs()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 53 class Comment { 62 friend class Comment; variable 197 Comment(CommentKind K, in Comment() function 228 typedef Comment * const *child_iterator; 242 class InlineContentComment : public Comment { 247 Comment(K, LocBegin, LocEnd) { in InlineContentComment() 252 static bool classof(const Comment *C) { in classof() 279 static bool classof(const Comment *C) { in classof() 337 static bool classof(const Comment *C) { in classof() 396 static bool classof(const Comment *C) { in classof() [all …]
|
/external/doclava/src/com/google/doclava/ |
D | DocInfo.java | 72 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText() 77 public Comment comment() { in comment() 79 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment() 93 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition() 137 Comment mComment;
|
D | AttributeInfo.java | 36 private Comment mComment; 59 public Comment comment() { in comment() 62 Comment c = attr.description(); in comment() 70 return new Comment("", mClass, SourcePositionInfo.UNKNOWN); in comment()
|
/external/jsoncpp/test/data/ |
D | test_comment_01.json | 4 { "a" : "aaa" }, // Comment for a 5 { "b" : "bbb" }, // Comment for b 6 { "c" : "ccc" } // Comment for c
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 496 Comment cmnt(masm_, "[ VariableProxy"); in VisitVariableProxy() 782 Comment cmnt(masm_, "[ Comma"); in VisitComma() 790 Comment cmnt(masm_, is_logical_and ? "[ Logical AND" : "[ Logical OR"); in VisitLogicalExpression() 859 Comment cmnt(masm_, "[ ArithmeticExpression"); in VisitArithmeticExpression() 875 Comment cmnt(masm_, "[ Property"); in VisitProperty() 927 Comment cmnt(masm_, "[ Block"); in VisitBlock() 940 Comment cmnt(masm_, "[ Do Expression"); in VisitDoExpression() 948 Comment cmnt(masm_, "[ ExpressionStatement"); in VisitExpressionStatement() 955 Comment cmnt(masm_, "[ EmptyStatement"); in VisitEmptyStatement() 960 Comment cmnt(masm_, "[ IfStatement"); in VisitIfStatement() [all …]
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
D | BaseModifyCommentScanner.java | 23 import org.eclipse.jdt.core.dom.Comment; 41 List<Comment> comments = cu.getCommentList(); in process() 43 for (Comment comment : Lists.reverse(comments)) { in process() 60 protected abstract String processComment(Reporter reporter, Comment commentNode, in processComment()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 100 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in FullCommentParts() 102 const Comment *Child = *I; in FullCommentParts() 106 case Comment::NoCommentKind: in FullCommentParts() 109 case Comment::ParagraphCommentKind: { in FullCommentParts() 120 case Comment::BlockCommandCommentKind: { in FullCommentParts() 143 case Comment::ParamCommandCommentKind: { in FullCommentParts() 155 case Comment::TParamCommandCommentKind: { in FullCommentParts() 167 case Comment::VerbatimBlockCommentKind: in FullCommentParts() 171 case Comment::VerbatimLineCommentKind: { in FullCommentParts() 179 case Comment::TextCommentKind: in FullCommentParts() [all …]
|
/external/clang/test/Index/ |
D | annotate-comments-objc.m | 6 /// Comment for 'functionBeforeImports'. 82 // WRONG-NOT: notdoxy{{.*}}Comment= 83 // WRONG-NOT: test{{.*}}Comment= 107 …ents-objc.m:7:6: FunctionDecl=functionBeforeImports:{{.*}} BriefComment=[Comment for 'functionBefo… 108 …entsA.h:2:6: FunctionDecl=functionFromDocCommentsA1:{{.*}} BriefComment=[Comment for 'functionFrom… 109 …entsA.h:7:6: FunctionDecl=functionFromDocCommentsA2:{{.*}} BriefComment=[Comment for 'functionFrom… 110 …entsB.h:2:6: FunctionDecl=functionFromDocCommentsB1:{{.*}} BriefComment=[Comment for 'functionFrom… 111 …entsB.h:7:6: FunctionDecl=functionFromDocCommentsB2:{{.*}} BriefComment=[Comment for 'functionFrom… 112 …mentsC.h:2:6: FunctionDecl=functionFromDocCommentsC:{{.*}} BriefComment=[Comment for 'functionFrom…
|
D | annotate-comments-typedef.m | 34 /** Comment about Foo */ 38 …Comment about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" lin… 39 …Comment about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAs…
|
/external/icu/icu4j/perf-tests/.settings/ |
D | org.eclipse.jdt.ui.prefs | 10 …Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercommen…
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | output.py | 120 c.append(refpolicy.Comment()) 125 c.append(refpolicy.Comment()) 146 sep_rules.append(refpolicy.Comment()) 148 comment = refpolicy.Comment() 160 comment = refpolicy.Comment()
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 80 ::testing::AssertionResult HasChildCount(const Comment *C, size_t Count) { in HasChildCount() 93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt() 104 Comment::child_iterator I = C->child_begin() + Idx; in GetChildAt() 105 Comment *CommentChild = *I; in GetChildAt() 118 ::testing::AssertionResult HasTextAt(const Comment *C, in HasTextAt() 139 ::testing::AssertionResult HasTextWithNewlineAt(const Comment *C, in HasTextWithNewlineAt() 160 ::testing::AssertionResult HasBlockCommandAt(const Comment *C, in HasBlockCommandAt() 182 const Comment *C, in HasParamCommandAt() 230 const Comment *C, in HasTParamCommandAt() 263 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() [all …]
|
/external/v8/src/ |
D | macro-assembler.h | 217 class Comment { 219 Comment(MacroAssembler* masm, const char* msg); 220 ~Comment(); 229 class Comment { 231 Comment(MacroAssembler*, const char*) {} in Comment() function
|
/external/icu/icu4j/main/tests/localespi/.settings/ |
D | org.eclipse.jdt.ui.prefs | 10 …Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercommen…
|