HomeSort by relevance Sort by last modified time
    Searched refs:comments (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/pcre/
pcre_scanner_unittest.cc 75 vector<StringPiece> comments; local
81 s.GetNextComments(&comments);
82 CHECK_EQ(comments.size(), 1);
83 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
84 comments.resize(0);
89 s.GetNextComments(&comments);
90 CHECK_EQ(comments.size(), 1);
91 CHECK_EQ(comments[0].as_string(), " // bravo is set here\n");
92 comments.resize(0);
97 s.GetNextComments(&comments);
    [all...]
pcre_scanner.h 92 // a skip RE that matches white space and comments.
118 // Arranges to skip whitespace, C comments, C++ comments.
128 void set_save_comments(bool comments) {
129 save_comments_ = comments;
136 // Append to vector ranges the comments found in the
138 // Only comments that were extracted entirely within that
140 // comments is performed.
143 // Append to vector ranges the comments added
157 // the skipped comments
    [all...]
  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 17 comments */
18 are not treated like comments.
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closepatch.py 29 from webkitpy.tool.comments import bug_comment_from_commit_text
reopenbugafterrollout.py 29 from webkitpy.tool.comments import bug_comment_from_commit_text
closebugforlanddiff.py 29 from webkitpy.tool.comments import bug_comment_from_commit_text
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_progconfig.h 89 Char comments[(1<<LEN_PC_COMM)+1]; /* TO BE DELETED */ member in struct:__anon14837
  /external/proguard/src/proguard/
ClassSpecification.java 35 public final String comments; field in class:ClassSpecification
49 * comments or class members.
68 this(classSpecification.comments,
84 * @param comments provides optional comments on this
107 public ClassSpecification(String comments,
115 this(comments,
131 * @param comments provides optional comments on this
156 public ClassSpecification(String comments,
    [all...]
WordReader.java 30 * Comments (everything starting with '#' on a single line) are ignored.
149 // Trim off any comments.
155 // Remember the comments.
236 * Returns the comments collected before returning the last word.
237 * Starts collecting new comments.
239 * @return the collected comments, or <code>null</code> if there weren't any.
245 String comments = currentComments; local
247 return comments;
ConfigurationWriter.java 395 // Write out the comments for this option.
396 writeComments(classSpecification.comments);
474 private void writeComments(String comments)
476 if (comments != null)
479 while (index < comments.length())
481 int breakIndex = comments.indexOf('\n', index);
484 breakIndex = comments.length();
489 if (comments.charAt(index) != ' ')
494 writer.println(comments.substring(index, breakIndex));
  /external/chromium/base/
file_version_info.h 51 virtual string16 comments() = 0;
file_version_info_mac.h 35 virtual string16 comments();
file_version_info_win.h 34 virtual string16 comments();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-31255.js 68 --> HTML comment end is JS comments until end-of-line
70 --> so in the following --> should not be treated as comments
  /external/apache-harmony/auth/src/test/resources/
auth.conf 10 /*some comments*/
42 //some comments
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 208 String comments = classSpecification.comments; local
210 label.setText(comments != null ? comments.trim() :
  /external/tremolo/Tremolo/
ivorbiscodec.h 82 int comments; member in struct:vorbis_comment
treminfo.c 83 for(i=0;i<vc->comments;i++){
102 for(i=0;i<vc->comments;i++){
113 for(i=0;i<vc->comments;i++)
222 vc->comments=oggpack_read(opb,32);
223 if(vc->comments<0)goto err_out;
224 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
225 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
227 for(i=0;i<vc->comments;i++){
310 with bitstream comments and a third packet that holds the
353 /* um... we didn;t get the initial header or comments yet *
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument04.js 81 Append a Comment node and normalize with "comments" set to false.
87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-comments
115 domConfig.setParameter("comments", true);
126 domConfig.setParameter("comments", false);
comments01.js 81 Check that Node.normalize ignores the setting of configuration parameter 'comments'.
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-comments
113 domConfig.setParameter("comments", false);
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 53 public StreamItemEntry(long id, String text, String comments, long timestamp,
58 mComments = comments;
74 mComments = getString(cursor, StreamItems.COMMENTS);
  /external/flac/libFLAC/
metadata_object.c 201 object->length += object->data.vorbis_comment.comments[i].length;
304 if(FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length))
572 FLAC__ASSERT(0 == object->data.vorbis_comment.comments);
573 to->data.vorbis_comment.comments = 0;
576 FLAC__ASSERT(0 != object->data.vorbis_comment.comments);
577 to->data.vorbis_comment.comments = vorbiscomment_entry_array_copy_(object->data.vorbis_comment.comments, object->data.vorbis_comment.num_comments);
578 if(0 == to->data.vorbis_comment.comments) {
656 if(0 != object->data.vorbis_comment.comments) {
658 vorbiscomment_entry_array_delete_(object->data.vorbis_comment.comments, object->data.vorbis_comment.num_comments)
    [all...]
  /external/jdiff/src/jdiff/
Comments.java 15 * Creates a Comments from an XML file. The Comments object is the internal
16 * representation of the comments for the changes.
17 * All methods in this class for populating a Comments object are static.
22 public class Comments {
25 * All the possible comments known about, accessible by the commentID.
29 /** The old Comments object which is populated from the file read in. */
30 private static Comments oldComments_ = null;
33 public Comments() {
37 // The list of comments elements associated with this object
    [all...]
CommentsHandler.java 14 * Handle the parsing of an XML file and the generation of a Comments object.
16 * All HTML written for the comments sections in the report must
28 /** The Comments object which is populated from the XML file. */
29 public Comments comments_ = null;
44 public CommentsHandler(Comments comments) {
45 comments_ = comments;
62 if (localName.compareTo("comments") == 0) {
66 System.out.println("Error: no identifier found in the comments XML file.");
75 System.out.println("Warning: API identifier in the comments XML file (" + filename2 + ") differs from the name of the file.")
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 75 * True to keep comments in the document; false to discard them.
77 PARAMETERS.put("comments", new BooleanParameter() {
79 return config.comments;
82 config.comments = (Boolean) value;
146 * comments = true
160 && config.comments
172 config.comments = true;
273 * comments, text, CDATA sections and processing instructions.
288 private boolean comments = true; field in class:DOMConfigurationImpl
411 if (!comments) {
    [all...]

Completed in 1018 milliseconds

1 2 3 4