HomeSort by relevance Sort by last modified time
    Searched defs:comments (Results 1 - 20 of 20) sorted by null

  /external/chromium/base/
file_version_info_linux.cc 56 std::wstring FileVersionInfo::comments() { function in class:FileVersionInfo
57 return COMMENTS;
file_version_info.cc 101 std::wstring FileVersionInfo::comments() { function in class:FileVersionInfo
102 return GetStringValue(L"Comments");
  /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));
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_progconfig.h 89 Char comments[(1<<LEN_PC_COMM)+1]; /* TO BE DELETED */ member in struct:__anon9259
  /external/tremolo/Tremolo/
ivorbiscodec.h 82 int comments; member in struct:vorbis_comment
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 76 * True to keep comments in the document; false to discard them.
78 PARAMETERS.put("comments", new BooleanParameter() {
80 return config.comments;
83 config.comments = (Boolean) value;
147 * comments = true
161 && config.comments
173 config.comments = true;
274 * comments, text, CDATA sections and processing instructions.
289 private boolean comments = true; field in class:DOMConfigurationImpl
412 if (!comments) {
    [all...]
  /external/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}}";
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 208 String comments = classSpecification.comments; local
210 label.setText(comments != null ? comments.trim() :
ClassSpecificationDialog.java 155 // Create the comments panel.
158 msg("comments")));
381 String comments = classSpecification.comments; local
389 // Set the comments text area.
390 commentsTextArea.setText(comments == null ? "" : comments);
436 String comments = commentsTextArea.getText(); local
443 new ClassSpecification(comments.equals("") ? null : comments,
    [all...]
ProGuardGUI.java 773 String comments = boilerplateClassSpecifications[index].comments; local
    [all...]
  /build/tools/droiddoc/src/
MethodInfo.java 437 String[] comments = new String[N]; local
444 comments[i] = "";
448 // gather our comments, and complain about misnamed @param tags
452 comments[index] = tag.parameterComment();
466 if (comments[i].equals("")) {
467 comments[i] = maternal[i].parameterComment();
476 mParamTags[i] = new ParamTagInfo("@param", "@param", names[i] + " " + comments[i],
482 if (comments[i].equals("")) {
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 207 * Holds the total number of "@cts" comments.
224 public void add(int type, int status, int comments) {
227 numberOfComments += comments;
275 * Returns the number of comments.
583 Tag[] comments = doc.tags("cts"); local
585 int status = getStatus(documented, reviewed || inherited, comments);
610 if (comments.length != 0 || errors.size() != 0) {
613 for (int i = 0; i < comments.length; i++) {
615 printer.print(comments[i].text());
633 derived.add(type, status, comments.length)
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 457 static char const * comments[] = {"alpha", "red", "green", "blue"}; local
458 comment(comments[component]);
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 557 String comments = disTest ? "<b><span style=\"background:red\">" local
561 comments);
568 if (comments != null) {
571 extra += comments;
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 375 milliseconds