Searched refs:comments (Results 1 - 25 of 145) sorted by last modified time

123456

/external/tremolo/Tremolo/
H A Divorbiscodec.h82 int comments; member in struct:vorbis_comment
H A Dtreminfo.c83 for(i=0;i<vc->comments;i++){
102 for(i=0;i<vc->comments;i++){
113 for(i=0;i<vc->comments;i++)
223 vc->comments=oggpack_read(opb,32);
224 if(vc->comments<0)goto err_out;
225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
227 vc->comments=0;
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
233 for(i=0;i<vc->comments;i++){
337 with bitstream comments an
[all...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
73 -- check if remaining part are comments only
85 -- cleanup if only comments remaining
H A Dpicoloadphones.lua13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
71 -- check if remaining part are comments only
83 -- cleanup if only comments remaining
/external/stressapptest/
H A Dconfigure2081 # config.log. We remove comments because anyway the quotes in there
5326 /* FIXME: Include the comments suggested by Paul. */
6934 # Replace #undef with comments. This is necessary, for example,
/external/srtp/
H A Dconfigure1077 # config.log. We remove comments because anyway the quotes in there
6579 /* FIXME: Include the comments suggested by Paul. */
8129 # Putting comments in sed scripts is not portable.
8151 # This sed command replaces #undef with comments. This is necessary, for
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu-pc-bios/bochs/
H A Dconfigure1835 # config.log. We remove comments because anyway the quotes in there
19200 /* FIXME: Include the comments suggested by Paul. */
20533 # the comments above for what we know about them.
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/proguard/src/proguard/
H A DClassSpecification.java35 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, argument
115 this(comments,
131 * @param comments provides optional comments on this
156 public ClassSpecification(String comments, argument
[all...]
H A DConfigurationWriter.java386 // Write out the comments for this option.
387 writeComments(classSpecification.comments);
465 private void writeComments(String comments) argument
467 if (comments != null)
470 while (index < comments.length())
472 int breakIndex = comments.indexOf('\n', index);
475 breakIndex = comments.length();
480 if (comments.charAt(index) != ' ')
485 writer.println(comments.substring(index, breakIndex));
H A DWordReader.java134 // Skip any whitespace and comments left on the current line.
144 // Skip any comments.
171 // Remember any leading comments.
175 // Remember the comments.
181 // Skip the comments.
275 * Returns the comments collected before returning the last word.
276 * Starts collecting new comments.
278 * @return the collected comments, or <code>null</code> if there weren't any.
284 String comments = currentComments;
286 return comments;
[all...]
/external/proguard/src/proguard/gui/
H A DClassSpecificationDialog.java156 // Create the comments panel.
159 msg("comments")));
383 String comments = classSpecification.comments;
391 // Set the comments text area.
392 commentsTextArea.setText(comments == null ? "" : comments);
439 String comments = commentsTextArea.getText();
446 new ClassSpecification(comments.equals("") ? null : comments,
[all...]
H A DClassSpecificationsPanel.java208 String comments = classSpecification.comments;
210 label.setText(comments != null ? comments.trim() :
H A DProGuardGUI.java779 // The panel structure is derived from the comments.
780 String comments = boilerplateClassSpecifications[index].comments;
781 int dashIndex = comments.indexOf('-');
782 int periodIndex = comments.indexOf('.', dashIndex);
783 String panelName = comments.substring(0, dashIndex).trim();
784 String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim();
785 String toolTip = comments.substring(periodIndex + 1);
/external/protobuf/editors/
H A Dproto.vim72 " TODO: .proto also supports C-style block comments;
/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 Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pcre/dist/
H A Dpcre_scanner.h92 // 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) { argument
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...]
H A Dpcre_scanner_unittest.cc76 vector<StringPiece> comments; local
82 s.GetNextComments(&comments);
83 CHECK_EQ(comments.size(), 1);
84 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
85 comments.resize(0);
90 s.GetNextComments(&comments);
91 CHECK_EQ(comments.size(), 1);
92 CHECK_EQ(comments[0].as_string(), " // bravo is set here\n");
93 comments.resize(0);
98 s.GetNextComments(&comments);
[all...]
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1254 // 0. skip leading comments and directives and ...
2187 // CV_XML_INSIDE_TAG is used to prohibit leading comments
2609 CV_ERROR( CV_StsBadArg, "Double hyphen \'--\' is not allowed in the comments" );
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec38 The application can add comments and enable or disable tracing of GL
/external/mesa3d/src/glsl/glcpp/tests/
H A D063-comments.c17 comments */
18 are not treated like comments.
/external/mesa3d/src/mapi/glapi/gen/
H A Dremap_helper.py95 comments = "will be remapped"
97 comments = "offset %d" % f.offset
99 comments = "dynamic"
102 % (index, f.name, comments)
/external/llvm/test/MC/ARM/
H A Dcomment.s42 @ comments correctly by excluding the @ in normal symbols

Completed in 2100 milliseconds

123456