/external/chromium_org/ui/gfx/codec/ |
png_codec.cc | 541 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments) 542 : comments_(comments), 543 png_text_(new png_text[comments.size()]) { 544 for (size_t i = 0; i < comments.size(); ++i) 545 AddComment(i, comments[i]); 604 const std::vector<PNGCodec::Comment>& comments) { 606 CommentWriter comment_writer(comments); 663 const std::vector<Comment>& comments, 668 comments, Z_DEFAULT_COMPRESSION, 677 const std::vector<Comment>& comments, [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 88 # token like (inline) flags or end comments. Complicated regex to match 221 # Check a big group - strings, starting comments, and regexes - all 286 # Matchers for block comments. 295 # Matchers for doc comments. 303 # Matchers for single line comments. 337 parse_js_doc: Whether to do detailed parsing of javascript doc comments, 338 or simply treat them as normal comments. Defaults to parsing JsDoc.
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 88 # token like (inline) flags or end comments. Complicated regex to match 221 # Check a big group - strings, starting comments, and regexes - all 286 # Matchers for block comments. 295 # Matchers for doc comments. 303 # Matchers for single line comments. 337 parse_js_doc: Whether to do detailed parsing of javascript doc comments, 338 or simply treat them as normal comments. Defaults to parsing JsDoc.
|
/external/jdiff/src/jdiff/ |
Options.java | 87 // Option not to suggest comments at all 90 // Option to enable checking that the comments end with a period. 92 // Option to retain non-printing characters in comments. 427 System.err.println(" -docchanges Report changes in Javadoc comments between the APIs"); 428 System.err.println(" -nosuggest [all|remove|add|change] Do not add suggested comments to all, or the removed, added or chabged sections"); 429 System.err.println(" -checkcomments Check that comments are sentences"); 430 System.err.println(" -stripnonprinting Remove non-printable characters from comments.");
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.h | 78 // precise descriptions. Whitespace and comments are skipped. By default, 79 // C- and C++-style comments are recognized, but other styles can be used by 168 // Line comments begin with "//", block comments are delimited by "/*" and 171 // Line comments begin with "#". No way to write block comments. 221 // token (not including whitespace or comments).
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
CHANGES | 148 * Properly set comments to be case insensitive where appropriate to increase performance (milian) 176 * Fixed problems of unfinished strings and comments producing invalid XHTML (SF#1996353, BenBE) 198 * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE) 200 * Fixed broken handling with XML comments (BenBE, SF#1849233) 201 * Fixed HTML comments spawning multiple lines producing invalid XHTML output (SF#1738173, BenBE) 248 - Escaping of comments in LaTeX ignored (SF#1749806, BenBE) 251 - Introduced C-Style multiline continuation comments (SF#1914640, SF#1945301, BenBE) 252 - Introduced Fortran Comments (SF#1914640, SF#1934832, BenBE) 256 - Fixed Strings in Matlab to be handled as comments instead of regexps, to prevent keywords being linked (BenBE) 307 - Compare comments case insensitively (fixes AutoIT comments somewhat [all...] |
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 106 <gd:feedLink rel='comments' 107 href='http://dm5.google.com/feeds/videos/nojWJ6-XmeQ/comments'></gd:feedLink> 184 <gd:feedLink rel='comments' 185 href='http://dm5.google.com/feeds/videos/JahdnOQ9XCA/comments'></gd:feedLink> 253 <gd:feedLink rel='comments' 254 href='http://dm5.google.com/feeds/videos/VcQIwbvGRKU/comments'></gd:feedLink> 322 <gd:feedLink rel='comments' 323 href='http://dm5.google.com/feeds/videos/JsD6uEZsIsU/comments'></gd:feedLink> 397 <gd:feedLink rel='comments' 398 href='http://dm5.google.com/feeds/videos/dt1fB62cGbo/comments'></gd:feedLink [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/chromium_org/ppapi/generators/ |
idl_node.py | 133 def Dump(self, depth=0, comments=False, out=sys.stdout): 139 # Skip this node if it's a comment, and we are not printing comments 140 if not comments and is_comment: return 161 # Skip printing the name for comments, since we printed above already 165 child.Dump(depth+1, comments=comments, out=out)
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 313 <tr><th>Comments (//, <!-- --> etc)</th><td><input type="text" name="comments" value="color: #808080;" /></td></tr> 409 $comments = get_var('comments'); variable 411 if ( $comments != '' ) 413 $stylesheet .= "\n$comment_selector {{$comments}}";
|
/frameworks/base/docs/html/sdk/api_diff/7/ |
user_comments_for_6_to_7.xml | 2 <comments 4 xsi:noNamespaceSchemaLocation='comments.xsd' 13 <!-- When the API diffs report is generated, the comments in this file get added to the tables of 20 text to appear at each place in the report, but will be converted to separate comments when the 21 comments file is used. --> 739 </comments>
|
/docs/source.android.com/src/devices/tech/input/ |
input-device-configuration-files.jd | 60 assignments and comments.</p> 72 <h3 id="comments">Comments</h3>
|
/external/chromium_org/third_party/lcov-1.9/ |
README | 32 5. Questions and Comments 131 5. Questions and comments 135 Please email further questions or comments regarding this tool to the
|
/external/chromium_org/third_party/sqlite/src/src/ |
complete.c | 38 ** comments on that procedure for additional information. 151 case '/': { /* C-style comments */ 163 case '-': { /* SQL-style comments from "--" to end of line */
|
/external/chromium_org/tools/git/ |
move_source_file.py | 15 Updates full-path references to files in // comments in source files. 93 # Update comments; only supports // comments, which are primarily
|
/external/chromium_org/tools/gn/ |
tokenizer.cc | 81 // TODO(brettw) This just strips comments from the token stream. This 302 // Different types of comments. 303 help = "Comments should start with # instead";
|
/external/clang/utils/TableGen/ |
TableGen.cpp | 111 "names that are used in documentation comments"), 123 "are used in documentation comments"), 127 "documentation comments"),
|
/external/jpeg/ |
jpegtran.1 | 154 comments and other excess baggage present in the source file. 156 .B \-copy comments 157 Copy only comment markers. This setting copies comments from the source file, 166 .BR "\-copy comments" .
|
/external/markdown/docs/ |
CHANGE_LOG | 89 multi-line comments and markup inside links. (Tracker #s: 1683066, 93 comments. Added "safe mode" (user's html tags are removed). 168 code, added some more comments.
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.1 | 154 comments and other excess baggage present in the source file. 156 .B \-copy comments 157 Copy only comment markers. This setting copies comments from the source file, 166 .BR "\-copy comments" .
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
73 -- check if remaining part are comments only
85 -- cleanup if only comments remaining
|
picoloadphones.lua | 13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
71 -- check if remaining part are comments only
83 -- cleanup if only comments remaining
|
/bionic/libc/upstream-netbsd/libc/stdlib/ |
ldiv.c | 51 /* see div.c for comments */
|
lldiv.c | 57 /* see div.c for comments */
|
/dalvik/opcode-gen/ |
opcode-gen | 22 # generated. (Look for comments that say "BEGIN(name)" where "name" is
|