/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 35 comments = True variable in class:Options 135 ("comments", 0): [ 136 ("comments", 0)], 137 ("comments", 1): [ 138 ("comments", 1)], 152 ("comments", 1), 171 and options.comments
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 35 comments = True variable in class:Options 135 ("comments", 0): [ 136 ("comments", 0)], 137 ("comments", 1): [ 138 ("comments", 1)], 152 ("comments", 1), 171 and options.comments
|
/docs/source.android.com/src/source/ |
submit-patches.jd | 102 your patch on the review server, add comments, or request specific reviewers 159 <p>Within Gerrit use Publish Comments to mark the commit as "Verified" or "Fails," and add a message explaining what problems were identified.</p> 173 <h2 id="diffs-and-comments">Diffs and comments</h2> 175 <h2 id="adding-comments">Adding comments</h2> 176 <p>Anyone in the community can use Gerrit to add inline comments to code submissions. A good comment will be relevant to the line or section of code to which it is attached in Gerrit. It might be a short and constructive suggestion about how a line of code could be improved, or it might be an explanation from the author about why the code makes sense the way it is.</p> 178 <p>To publish your comments so that others using Gerrit will be able to see them, click the Publish Comments button. Your comments will be emailed to all relevant parties for this change, including the change owner, the patch set (…) [all...] |
/external/proguard/src/proguard/gui/ |
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...] |
/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...] |
/external/chromium_org/tools/perf/page_sets/ |
key_mobile_sites.json | 36 "wait_for_javascript_expression": "window.Chorus !== undefined && window.Chorus.Comments !== undefined && window.Chorus.Comments.Json !== undefined && (window.Chorus.Comments.loaded || window.Chorus.Comments.Json.load_comments())" 196 "url": "http://www.reddit.com/r/programming/comments/1g96ve",
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
LexicalHandler.java | 21 * lexical information about an XML document, such as comments 60 * and {@link #endEntity endEntity} events. Comments and 196 * <p>This callback will be used for comments inside or outside the 197 * document element, including comments in the external DTD 198 * subset (if read). Comments in the DTD must be properly
|
/external/proguard/src/proguard/ |
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-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
requireprovidesorter.py | 22 comments or suppression annotations. In order to sort these statements without 23 disrupting their comments and annotations, the association between statements 24 and comments/annotations must be maintained while sorting. 41 When alphabetizing, comments on the same line or comments directly above a 136 # it was on, including any comments immediately before it or after it on the
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
requireprovidesorter.py | 22 comments or suppression annotations. In order to sort these statements without 23 disrupting their comments and annotations, the association between statements 24 and comments/annotations must be maintained while sorting. 41 When alphabetizing, comments on the same line or comments directly above a 136 # it was on, including any comments immediately before it or after it on the
|
/external/clang/lib/AST/ |
CommentLexer.cpp | 11 namespace comments { namespace in namespace:clang 14 llvm::errs() << "comments::Token Kind=" << Kind << " "; 83 // This function should be called only for C comments 230 /// Return the one past end pointer for BCPL comments. 256 /// Return the one past end pointer for C comments. 305 // exact syntax in AST for comments. 728 // merged this non-Doxygen comment into a bunch of Doxygen comments 735 // Skip less-than symbol that marks trailing comments. 755 // Skip less-than symbol that marks trailing comments. 769 // Consecutive comments are extracted only if there is only whitespac [all...] |
CommentCommandTraits.cpp | 14 namespace comments { namespace in namespace:clang 138 } // end namespace comments
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemComment.java | 34 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Comments">section-Creating-Comments in XSLT Specification</a>
|
/external/chromium/base/ |
file_version_info_unittest.cc | 49 L"This is a particularly interesting comment", // comments 74 EXPECT_EQ(kExpectedValues[i][j++], version_info->comments());
|
file_version_info_win.cc | 97 string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin 98 return GetStringValue(L"Comments");
|
/external/chromium_org/base/ |
file_version_info_unittest.cc | 48 L"This is a particularly interesting comment", // comments 73 EXPECT_EQ(kExpectedValues[i][j++], version_info->comments());
|
file_version_info_win.cc | 104 string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin 105 return GetStringValue(L"Comments");
|
/external/chromium_org/ppapi/generators/ |
idl_lint.py | 41 comments = node.GetListOf('Comment') 42 if not comments and not node.GetProperty('wcomment'):
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
gypd.py | 24 Output will also be stripped of comments. This is not intended to be a 27 comments but won't do all of the other things done to this module's output.
|
/external/chromium_org/v8/src/ |
disassembler.cc | 169 List<const char*> comments(4); 176 // For comments just collect the text. 177 comments.Add(reinterpret_cast<const char*>(it->rinfo()->data())); 188 // Comments. 189 for (int i = 0; i < comments.length(); i++) { 190 out.AddFormatted(" %s", comments[i]); 200 // Print all the reloc info for this instruction which are not comments. 317 // Emit comments following the last instruction (if any).
|
/external/clang/include/clang/AST/ |
CommentParser.h | 26 namespace comments { namespace in namespace:clang 125 } // end namespace comments
|
/external/jdiff/src/jdiff/ |
APIHandler.java | 42 /** If set, then create the global list of comments. */ 214 currentText = Comments.convertAtLinks(currentText, currentElement, 219 currentText.compareTo(Comments.placeHolderText) != 0) { 224 // the format used in the report generator to look up comments in the 253 // Add to the list of possible comments for use when an 263 String ctOld = (String)(Comments.allPossibleComments.put(commentID, ct)); 289 if (Comments.isMinimizedTag(currentHTMLTag)) { 307 if (!Comments.isMinimizedTag(currentHTMLTag))
|
/external/jpeg/ |
wrjpgcom.1 | 3 wrjpgcom \- insert text comments into a JPEG file 54 single argument. Longer comments can be read from a text file.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
oobas.php | 48 //Single-Line comments using REM keyword 92 'COMMENTS' => array(
|
per.php | 65 "COMMENTS", 256 'COMMENTS' => array(
|