HomeSort by relevance Sort by last modified time
    Searched refs:Comment (Results 276 - 300 of 771) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DecObject.py 58 # @param Comment: comment content
60 def SetHeadComment(self, Comment):
61 self._HeadComment = Comment
70 # @param Comment: comment content
72 def SetTailComment(self, Comment):
73 self._TailComment = Comment
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
JavadocComment.java 38 * A Javadoc comment. <code>/&#42;&#42; a comment &#42;/</code>
42 public final class JavadocComment extends Comment {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
271 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
  /external/v8/src/ic/
keyed-store-generic.cc 476 Comment("Grow backing store");
496 Comment("Dictionary");
503 Comment("Typed array");
765 Comment("fast property store");
    [all...]
  /build/blueprint/parser/
printer.go 52 // pendingNewLine is initialized to -1 to eat initial spaces if the first token is a comment
221 if c.Comments[0].Comment[0][0:2] == "//" || len(c.Comments[0].Comment) > 1 {
268 // by the comment printers.
307 // Print a single comment, which may be a multi-line comment
309 for _, comment := range cg.Comments {
310 if !p.requestNewlinesForPos(comment.Pos()) {
313 for i, line := range comment.Comment {
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
TranslateJcite.java 29 import org.eclipse.jdt.core.dom.Comment;
66 protected String processComment(Reporter reporter, Comment commentNode, String commentText) {
  /external/javaparser/javaparser-metamodel-generator/src/main/java/com/github/javaparser/generator/metamodel/
MetaModelGenerator.java 6 import com.github.javaparser.ast.comments.Comment;
70 add(Comment.class);
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 520 auto AddComment = [&](const Twine &Comment) {
522 OS.AddComment(Comment);
585 auto AddComment = [&](const Twine &Comment) {
587 OS.AddComment(Comment);
660 auto AddComment = [&](const Twine &Comment) {
662 OS.AddComment(Comment);
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.cpp 22 Comment,
248 case CFX_SaxMode::Comment:
404 m_eMode = CFX_SaxMode::Comment;
405 GetCurrentItem()->m_eNode = CFX_SAXItem::Type::Comment;
734 } else if (pItem->m_eNode == CFX_SAXItem::Type::Comment) {
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 112 Comment cmnt(masm_, "[ Function compiled by full code generator");
138 Comment cmnt(masm_, "[ Increment invocation count");
151 { Comment cmnt(masm_, "[ Allocate locals");
190 Comment cmnt(masm_, "[ Allocate context");
270 Comment cmnt(masm_, "[ Allocate arguments object");
299 Comment cmnt(masm_, "[ Declarations");
309 Comment cmnt(masm_, "[ Stack check");
323 Comment cmnt(masm_, "[ Body");
331 { Comment cmnt(masm_, "[ return <undefined>;");
363 Comment cmnt(masm_, "[ Back edge bookkeeping")
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 34 import org.w3c.dom.Comment;
104 Comment comment; local
123 comment = newDoc.createComment("comment");
147 element5.appendChild(comment);

Completed in 1365 milliseconds

<<11121314151617181920>>