/external/llvm/test/TableGen/ |
CStyleComment.td | 1 // Test that multiline, nested, comments work correctly.
|
/external/mesa3d/src/glsl/glcpp/tests/ |
063-comments.c.expected | 11 are not treated like comments.
|
063-comments.c | 17 comments */ 18 are not treated like comments.
|
/system/media/wilhelm/tools/permute/ |
readme.txt | 1 See comments at top of permute.c for information on how to build and use.
|
/external/fdlibm/ |
configure.in | 2 AC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
|
/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...] |
/external/icu4c/test/testdata/ |
ra.txt | 9 * These are top level comments for the bundle. Tag name: ra 11 * @note Comments for tag named ra 15 * Top level comments for the string.Tag name: test1 29 * Top level comments for TestTable. Tag name: TestTable 60 * Top level comments for Tag name: TestArray 66 * comments for un-named string 72 * comments for un-named int 78 * comments for un-named binary 86 * comments for TestInclude 93 * comments for TestImpor [all...] |
/external/bsdiff/ |
README.android | 6 Changes in the source are marked with "// android" comments.
|
/external/clang/test/Frontend/ |
preprocessed-output-macro-first-token.c | 1 // This is the first thing other than comments and preprocessor stuff in the
|
/external/iptables/extensions/ |
libxt_comment.man | 1 Allows you to add comments (up to 256 characters) to any rule.
|
/external/markdown/MarkdownTest/Tests_2004/ |
Inline HTML comments.html | 11 <!-- one comment block -- -- with two comments -->
|
Inline HTML comments.text | 11 <!-- one comment block -- -- with two comments -->
|
/external/markdown/MarkdownTest/Tests_2007/ |
Inline HTML comments.html | 11 <!-- one comment block -- -- with two comments -->
|
Inline HTML comments.text | 11 <!-- one comment block -- -- with two comments -->
|
/external/markdown/tests/markdown-test/ |
inline-html-comments.html | 9 <!-- one comment block -- -- with two comments -->
|
inline-html-comments.txt | 11 <!-- one comment block -- -- with two comments -->
|
/external/markdown/tests/safe_mode/ |
inline-html-comments.txt | 11 <!-- one comment block -- -- with two comments -->
|
/external/netcat/scripts/ |
README | 2 documented by its own internal comments.
|
/libcore/luni/src/test/java/tests/security/ |
special-test-cases.txt | 7 - ? for SignatureSPI.engineGetParameters(): see source code 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...] |
/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...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-003.js | 4 ECMA Section: 7.3 Comments 13 var TITLE = "Comments";
|
/build/core/ |
apicheck_msg_current.txt | 6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
language_options_util.cc | 9 // See comments in .h.
|