/external/protobuf/editors/ |
proto.vim | 72 " TODO: .proto also supports C-style block comments;
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 703 # Matches multi-line C++ comments. 705 # have to take care of space removals tools so we can handle comments inside 721 This function does not consider single-line nor multi-line comments. 756 """Clears a range of lines for multi-line comments.""" 757 # Having // dummy comments makes the lines non-empty, so we will not get 764 """Removes multiline (c-style) comments from lines.""" 780 """Removes //-comments and single-line C-style /* */ comments. 786 The line with single-line comments removed. 798 1) elided member contains lines without strings and comments, [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/ |
mocktool.py | 383 def force_build(self, username, comments): 384 log("MOCK: force_build: name=%s, username=%s, comments=%s" % ( 385 self._name, username, comments))
|
/system/media/wilhelm/src/ |
Android.mk | 26 # optional, see comments in MPH_to.c: -DUSE_DESIGNATED_INITIALIZERS -S
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download.py | 39 from webkitpy.tool.comments import bug_comment_from_commit_text
|
upload.py | 45 from webkitpy.tool.comments import bug_comment_from_svn_revision
|
/external/libpng/ |
CHANGES | 218 in example.c and libpng.txt, added comments to distinguish between 402 Revised comments on png_set_progressive_read_fn() in libpng.txt and example.c 424 Modified makefile.wat (added -zp8 flag, ".symbolic", changed some comments) 565 Removed comments on #endifs at the end of many short, non-nested #if-blocks. [all...] |
/dalvik/docs/ |
prettify.js | 624 /** split markup on tags, comments, application directives, and other top 691 * It recognizes C, C++, and shell style comments. 731 // comments. 808 // Split into strings, comments, and other. 809 // We do this because strings and comments are easily recognizable and can [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
JSON-parse.js | 295 return jsonObject.parse('{/* block comments are not allowed */}'); 299 return jsonObject.parse('{// line comments are not allowed \n}');
|
/external/bluetooth/glib/gobject/ |
glib-mkenums.in | 42 # read lines until we have no open comments 48 # strip comments w/o options 148 print " --comments <text> Comment structure\n"; 234 elsif (/^--comments$/) { $comment_tmpl = shift } 265 # read lines until we have no open comments 271 # strip comments w/o options
|
/external/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;
|
/external/flac/libFLAC/ |
metadata_iterators.c | 499 const char *tempfile_path_prefix = 0; /*@@@ search for comments near 'rename(...)' for what it will take to finish implementing this */ [all...] |
/build/core/ |
definitions.mk | [all...] |
/external/elfutils/libelf-po/ |
Makefile | 108 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
|
/external/elfutils/po/ |
Makefile | 139 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
|
/frameworks/base/media/libstagefright/ |
FLACExtractor.cpp | 22 // Vorbis comments 352 vce = &vc->comments[i];
|
OggExtractor.cpp | 776 for (int i = 0; i < mVc.comments; ++i) {
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 457 static char const * comments[] = {"alpha", "red", "green", "blue"}; local 458 comment(comments[component]); [all...] |
/bionic/libc/ |
Android.mk | 330 # See comments in private/bionic_tls.h for more details.
|
/external/dropbear/libtommath/ |
bn.tex | 79 In a nutshell the library was written from scratch with verbose comments to help instruct computer science students how 251 LibTomMath was written to be an instructive collection of source code. This is why there are many comments, only one [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 42 # Change to false to remove Markdown from posts and/or comments. 119 # Comments 494 | # Special case for standalone HTML comments: [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 916 // Hack. See comments for '.haslayout' in new_new_tab.css. [all...] |
/external/v8/src/ |
messages.js | 502 // A better solution would be to detect these special comments in [all...] |
debug-debugger.js | 35 // comments. [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |