/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 347 // or comments. 516 "\"/*\" inside block comment. Block comments cannot be nested."); 641 // Helper class for collecting comments and putting them in the right places. 674 // We want to combine with previous line comments, but not block comments. 728 // True if any comments were read into comment_buffer_. This can be true even 758 // Don't allow comments on subsequent lines to be attached to a trailing 773 // Don't allow comments on subsequent lines to be attached to a trailing 781 // The next token is on the same line. There are no comments. [all...] |
/external/chromium_org/ppapi/generators/ |
idl_c_proto.py | 566 # Build the most recent one versioned, with comments 575 # Build the most recent one versioned, with comments 580 # Build the rest without comments and with the version number appended 682 # Test a file, by comparing all it's objects, with their comments. 701 node.Dump(1, comments=True)
|
/external/chromium_org/webkit/data/test_shell/frames/ |
iframe1.html | 76 Please <a href="mailto:w3c-wai-ua@w3.org?subject=UAAG%20IFRAME%20Test" title="send comments and observations about this test page">send comments and observations about this test page</a> to 77 <w3c-wai-ua@w3.org>. Your comments will be archived in the 186 <dd class="return2">3) <a href="mailto:w3c-wai-ua@w3.org?subject=UAAG%20IFRAME%20Test" title="mail comments and observations to the User Agent Working Group">send comments and observations to w3c-wai-ua@w3.org</a></dd>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
autoit.php | 61 '#comments-start' => '#comments-end', [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uchar.h | 18 * 11/11/1999 weiv added u_isalnum(), cleaned comments 143 * !! Note: Several comments in this file are machine-read by the 144 * genpname tool. These comments describe the correspondence between 146 * these comments as needed. 175 /* See note !!. Comments of the form "Binary property Dash", 588 /** See note !!. Comments of the form "Cn" are read by genpname. */ [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
StreamTokenizerTest.java | 44 "/comments\n d 8 'h'")); 67 assertEquals("the next token returned should be the letter d skipping the comments", 90 assertEquals("nextToken() did not return the character / skiping the comments starting with *",
|
/external/chromium_org/content/shell/ |
webkit_test_controller.cc | 515 std::vector<gfx::PNGCodec::Comment> comments; local 516 comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash)); 523 comments,
|
/external/chromium_org/tools/grit/grit/ |
grit-todo.xml | 25 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38489.46718750" TITLE="review comments miket" TIMEESTUNITS="H" ID="16" STARTDATE="38488.00000000" POS="2"/> 26 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38489.46722222" TITLE="review comments pdoyle" TIMEESTUNITS="H" ID="17" STARTDATE="38488.00000000" POS="1"/> 61 <TASK STARTDATESTRING="2005-08-19" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38583.73743056" TITLE="Preserve XML comments - this gives us line continuation and more" TIMEESTUNITS="H" ID="55" STARTDATE="38583.72326389" POS="1"/>
|
/external/chromium_org/tools/json_schema_compiler/ |
idl_schema.py | 37 Convert a comment into a parent comment and a list of parameter comments. 39 Function comments are of the form: 60 # Find all the parameter comments of the form '|name|: comment'.
|
/external/clang/docs/tools/ |
dump_ast_matchers.py | 61 nodes a matcher can match on. Those comments have the form: 249 # Only overloads don't have their own doxygen comments; ignore those. 277 # body = False: We parse the comments and declaration of the matcher.
|
/external/jpeg/ |
wrjpgcom.c | 365 fprintf(stderr, " -replace Delete any existing comments\n"); 561 * existing comments; and (b) ensures that comments come after any JFIF
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 365 fprintf(stderr, " -replace Delete any existing comments\n"); 561 * existing comments; and (b) ensures that comments come after any JFIF
|
/external/skia/tools/flags/ |
SkCommandLineFlags.h | 255 * See comments for CreateBoolFlag. 265 * See comments for CreateBoolFlag. 276 * See comments for CreateBoolFlag.
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 433 .withDescription("add comments to the disassembly containing the code offset for each address") 436 Option noAccessorCommentsOption = OptionBuilder.withLongOpt("no-accessor-comments") 437 .withDescription("don't output helper comments for synthetic accessors")
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
gsmamr_enc.h | 41 Description: Changing code as per review comments. These changes include 43 The comments were changed to "slash-star" rather than double 44 slash, and some wordings of comments were corrected.
|
/frameworks/base/docs/html/distribute/googleplay/strategies/ |
app-quality.jd | 38 The most obvious way to listen to users is by reading and addressing comments on your app in Google Play. Although the comments aren't always productive or constructive, some will provide valuable insight on aspects of your app that you may not have consciously considered before. It's important to remember that users have the opportunity to change their ratings and comments about an app as much as they'd like.</p>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/frameworks/base/docs/html/sdk/api_diff/12/ |
user_comments_for_11_to_12.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. --> [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 134 TK(COMMENT, LITERAL) /* Only if output comments. */ \ 291 /* Nonzero means handle cplusplus style comments. */ 299 /* Nonzero means don't copy comments into the output file. */ 302 /* Nonzero means don't copy comments into the output file during [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 134 TK(COMMENT, LITERAL) /* Only if output comments. */ \ 291 /* Nonzero means handle cplusplus style comments. */ 299 /* Nonzero means don't copy comments into the output file. */ 302 /* Nonzero means don't copy comments into the output file during [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 134 TK(COMMENT, LITERAL) /* Only if output comments. */ \ 291 /* Nonzero means handle cplusplus style comments. */ 299 /* Nonzero means don't copy comments into the output file. */ 302 /* Nonzero means don't copy comments into the output file during [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 134 TK(COMMENT, LITERAL) /* Only if output comments. */ \ 291 /* Nonzero means handle cplusplus style comments. */ 299 /* Nonzero means don't copy comments into the output file. */ 302 /* Nonzero means don't copy comments into the output file during [all...] |
/build/tools/ |
java-layers.py | 184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S) 194 text = COMMENTS.sub("", text)
|
/external/antlr/antlr-3.4/runtime/Python/ |
pylintrc | 288 # Ignore comments when computing similarities. 289 ignore-comments=yes
|
/external/bzip2/ |
README | 192 comments, suggestions and patches after the releases of bzip-0.15, 195 feedback. I thank you for your comments.
|