HomeSort by relevance Sort by last modified time
    Searched refs:Comment (Results 51 - 75 of 231) sorted by null

1 23 4 5 6 7 8 910

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
lexer.ml 21 (* Comment until end of line. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 21 (* Comment until end of line. *)
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 22 import org.w3c.dom.Comment;
65 public Comment createComment(String data) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.cpp 72 case HTMLToken::Comment:
AtomicHTMLToken.h 91 const String& comment() const function in class:WebCore::AtomicHTMLToken
93 ASSERT(m_type == HTMLToken::Comment);
132 case HTMLToken::Comment:
173 case HTMLToken::Comment:
207 // "data" for Comment, "characters" for Character
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 85 true, std::vector<gfx::PNGCodec::Comment>(),
snapshot_win.cc 95 std::vector<gfx::PNGCodec::Comment>(),
  /external/markdown/markdown/
html4.py 43 Comment = markdown.etree.Comment
131 if tag is Comment:
253 elif tag is not None and tag is not Comment and tag is not PI:
  /external/clang/tools/c-index-test/
c-index-test.c 288 CXComment Comment) {
291 enum CXCommentKind Kind = clang_Comment_getKind(Comment);
305 clang_TextComment_getText(Comment));
306 if (clang_Comment_isWhitespace(Comment))
308 if (clang_InlineContentComment_hasTrailingNewline(Comment))
315 clang_InlineCommandComment_getCommandName(Comment));
316 switch (clang_InlineCommandComment_getRenderKind(Comment)) {
330 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment);
334 clang_InlineCommandComment_getArgText(Comment, i));
336 if (clang_InlineContentComment_hasTrailingNewline(Comment))
    [all...]
  /external/jhead/
jpgfile.c 50 char Comment[MAX_COMMENT_SIZE+1];
64 Comment[nch++] = (char)ch;
66 Comment[nch++] = '?';
70 Comment[nch] = '\0'; // Null terminate
73 printf("COM marker comment: %s\n",Comment);
76 strcpy(ImageInfo.Comments,Comment);
237 case M_COM: // Comment section
428 case M_COM: // Comment section
737 // Discard everything but the exif and comment sections
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 272 std::vector<PNGCodec::Comment>(),
301 std::vector<PNGCodec::Comment>(),
330 std::vector<PNGCodec::Comment>(),
910 std::vector<PNGCodec::Comment>(),
939 std::vector<PNGCodec::Comment>(),
958 std::vector<PNGCodec::Comment>(),
    [all...]
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 34 /// comment on the line that has the diagnostic, use:
265 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment);
  /external/v8/src/arm/
full-codegen-arm.cc 143 Comment cmnt(masm_, "[ function compiled by full code generator");
182 { Comment cmnt(masm_, "[ Allocate locals");
193 Comment cmnt(masm_, "[ Allocate local context");
229 Comment cmnt(masm_, "[ Allocate arguments object");
269 Comment cmnt(masm_, "[ Declarations");
274 { Comment cmnt(masm_, "[ Declarations");
287 { Comment cmnt(masm_, "[ Stack check");
298 { Comment cmnt(masm_, "[ Body");
307 { Comment cmnt(masm_, "[ return <undefined>;");
353 Comment cmnt(masm_, "[ Stack check")
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 131 Comment cmnt(masm_, "[ function compiled by full code generator");
169 { Comment cmnt(masm_, "[ Allocate locals");
186 Comment cmnt(masm_, "[ Allocate local context");
225 Comment cmnt(masm_, "[ Allocate arguments object");
263 Comment cmnt(masm_, "[ Declarations");
268 { Comment cmnt(masm_, "[ Declarations");
281 { Comment cmnt(masm_, "[ Stack check");
293 { Comment cmnt(masm_, "[ Body");
302 { Comment cmnt(masm_, "[ return <undefined>;");
343 Comment cmnt(masm_, "[ Stack check")
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 151 Comment cmnt(masm_, "[ function compiled by full code generator");
189 { Comment cmnt(masm_, "[ Allocate locals");
200 Comment cmnt(masm_, "[ Allocate local context");
236 Comment cmnt(masm_, "[ Allocate arguments object");
276 Comment cmnt(masm_, "[ Declarations");
281 { Comment cmnt(masm_, "[ Declarations");
294 { Comment cmnt(masm_, "[ Stack check");
304 { Comment cmnt(masm_, "[ Body");
313 { Comment cmnt(masm_, "[ return <undefined>;");
362 Comment cmnt(masm_, "[ Stack check")
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 126 Comment cmnt(masm_, "[ function compiled by full code generator");
183 { Comment cmnt(masm_, "[ Allocate locals");
200 Comment cmnt(masm_, "[ Allocate local context");
238 Comment cmnt(masm_, "[ Allocate arguments object");
276 Comment cmnt(masm_, "[ Declarations");
281 { Comment cmnt(masm_, "[ Declarations");
294 { Comment cmnt(masm_, "[ Stack check");
304 { Comment cmnt(masm_, "[ Body");
313 { Comment cmnt(masm_, "[ return <undefined>;");
327 Comment cmnt(masm_, "[ Stack check")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_print.c 621 if (inst->Comment)
622 fprintf(f, "; # %s\n", inst->Comment);
708 if (inst->Comment)
709 fprintf(f, " # %s", inst->Comment);
831 fprintf(f, "%s:\n", inst->Comment); /* comment is label */
847 fprintf(f, "CAL %s; # (goto %d)\n", inst->Comment, inst->BranchTarget);
869 else if (inst->Comment) {
871 fprintf(f, "# %s\n", inst->Comment);
    [all...]
  /external/clang/lib/AST/
Android.mk 35 Comment.cpp \
ASTDumper.cpp 47 // Comment names (FullComment, ParagraphComment, TextComment, etc)
106 /// The \c FullComment parent of the comment being dumped.
298 void dumpComment(const Comment *C);
727 const FullComment *Comment =
733 setMoreChildren(HasAttrs || Comment || HasDeclContext);
736 setMoreChildren(Comment || HasDeclContext);
746 dumpFullComment(Comment);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_print.c 621 if (inst->Comment)
622 fprintf(f, "; # %s\n", inst->Comment);
708 if (inst->Comment)
709 fprintf(f, " # %s", inst->Comment);
831 fprintf(f, "%s:\n", inst->Comment); /* comment is label */
847 fprintf(f, "CAL %s; # (goto %d)\n", inst->Comment, inst->BranchTarget);
869 else if (inst->Comment) {
871 fprintf(f, "# %s\n", inst->Comment);
    [all...]
  /hardware/qcom/media/mm-core/
Android.mk 21 #Comment out following line to disable drm.play component
  /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);
  /external/libvorbis/doc/
05-comment.tex 4 \section{comment field and header specification} \label{vorbis:spec:comment}
8 The Vorbis text comment header is the second (of three) header
14 The comment field is meant to be used much like someone jotting a
29 \subsection{Comment encoding}
33 The comment header is logically a list of eight-bit-clean vectors; the
43 in the comment header is octet-aligned, they can simply be read as
46 The comment header is decoded as follows:
54 6) this iteration's user comment = read a UTF-8 vector as [length] octets
66 The comment vectors are structured similarly to a UNIX environment variable
    [all...]

Completed in 484 milliseconds

1 23 4 5 6 7 8 910