Searched refs:Comment (Results 1 - 25 of 229) sorted by last modified time

12345678910

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/protobuf/editors/
H A Dproto.vim100 HiLink pbComment Comment
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.c115 if (src[i].Comment)
116 dest[i].Comment = _mesa_strdup(src[i].Comment);
132 if (inst[i].Comment)
133 free((char *) inst[i].Comment);
H A Dprog_instruction.h411 const char *Comment; member in struct:prog_instruction
H A Dprog_print.c621 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);
/external/llvm/utils/vim/
H A Dllvm.vim93 HiLink llvmComment Comment
H A Dtablegen.vim44 HiLink tgComment Comment
45 HiLink tgComment2 Comment
/external/markdown/markdown/
H A Dhtml4.py43 Comment = markdown.etree.Comment variable
131 if tag is Comment:
253 elif tag is not None and tag is not Comment and tag is not PI:
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dlexer.ml21 (* Comment until end of line. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dlexer.ml21 (* Comment until end of line. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dlexer.ml21 (* Comment until end of line. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dlexer.ml21 (* Comment until end of line. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml21 (* Comment until end of line. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml21 (* Comment until end of line. *)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h29 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
30 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
31 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0;
40 void EmitInt8(uint8_t Byte, const Twine &Comment) override {
41 AP.OutStreamer.AddComment(Comment);
44 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override {
45 AP.OutStreamer.AddComment(Comment);
48 void EmitULEB128(uint64_t DWord, const Twine &Comment) override {
49 AP.OutStreamer.AddComment(Comment);
59 void EmitInt8(uint8_t Byte, const Twine &Comment) overrid
[all...]
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp300 const MCSection *Comment = getAssembler().getContext().getELFSection( local
304 SwitchSection(Comment);
/external/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp136 std::string Comment(DisasmLineMaxLen - DisasmLines[i].size(), ' ');
137 Comment += " ; " + HexLines[i] + "\n";
140 OutStreamer.EmitBytes(StringRef(Comment));
/external/libxml2/
H A DHTMLparser.c3220 * [15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
3286 "Comment not terminated \n<!--%.50s\n", buf, NULL);
5414 "HPP: Parsing Comment\n");
5474 "HPP: Parsing Comment\n");
5521 "HPP: Parsing Comment\n");
5778 "HPP: Parsing Comment\n");
H A Dparser.c386 errmsg = "Comment must not contain '--' (double-hyphen)";
4742 * [15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
4799 "Comment too big found", NULL);
4843 "Comment not terminated \n<!--%.50s\n", buf);
4851 "Comment doesn't start and stop in the same entity\n");
4862 "Comment not terminated\n", NULL);
4875 * [15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
4968 "Comment too big found", NULL);
6856 * NotationDecl | PI | Comment
9840 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex279 \paragraph{Comment Header}

Completed in 3029 milliseconds

12345678910