HomeSort by relevance Sort by last modified time
    Searched full:comments (Results 551 - 575 of 4108) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 41 * only structure (e.g., elements, comments, processing instructions, CDATA
45 * Create a dom tree consisting of elements, comments, processing instructions,
  /ndk/build/tools/toolchain-patches-host/mingw-w64/
mingw-w64-widl.patch 13 +$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal")
32 +@HAVE_WIDL_TRUE@@SRCDIR_NEQ_BUILDDIR_TRUE@$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 118 """Internal function for Bastion(). See source comments."""
126 """Internal function for Bastion(). See source comments."""
codeop.py 16 comments; if so, replace it with 'pass', because the built-in
69 # Check for source consisting of only blank lines and comments
inspect.py 586 """Get lines of comments immediately preceding an object's source code.
602 comments = []
605 comments.append(string.expandtabs(lines[end]))
607 return string.join(comments, '')
609 # Look for a preceding block of comments at the same indentation.
615 comments = [string.lstrip(string.expandtabs(lines[end]))]
620 comments[:0] = [comment]
624 while comments and string.strip(comments[0]) == '#':
625 comments[:1] = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 11 # as comments, and will have the normal "text formatting" rules
15 # * Fancy comments, like this bulleted list, arent handled :-)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 118 """Internal function for Bastion(). See source comments."""
126 """Internal function for Bastion(). See source comments."""
codeop.py 16 comments; if so, replace it with 'pass', because the built-in
69 # Check for source consisting of only blank lines and comments
inspect.py 586 """Get lines of comments immediately preceding an object's source code.
602 comments = []
605 comments.append(string.expandtabs(lines[end]))
607 return string.join(comments, '')
609 # Look for a preceding block of comments at the same indentation.
615 comments = [string.lstrip(string.expandtabs(lines[end]))]
620 comments[:0] = [comment]
624 while comments and string.strip(comments[0]) == '#':
625 comments[:1] = [
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 11 # as comments, and will have the normal "text formatting" rules
15 # * Fancy comments, like this bulleted list, arent handled :-)
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 64 # Matches each message inside a stringtable, breaking it up into comments,
67 (?P<comment>(^\s+//.+?)*) # 0 or more lines of comments preceding the message
103 The .grd file may have one or more TODO comments for things that have to be
115 -n MATCH Specify the regular expression to match in comments that will
139 of its string table and all comments as these will be available in the .grd
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 67 /** The string to start metadata comments with */
69 /** The property key, included in comments, which references a list item layout */
71 /** The property key, included in comments, which references a list header layout */
73 /** The property key, included in comments, which references a list footer layout */
75 /** The property key, included in comments, which references a fragment layout to show */
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 85 // If we don't have any comments, just emit a \n.
110 /// GetCommentOS - Return a raw_ostream that comments can be written to.
111 /// Unlike AddComment, you are required to terminate comments with \n if you
115 return nulls(); // Discard comments unless in verbose asm mode.
306 StringRef Comments = CommentToEmit.str();
308 assert(Comments.back() == '\n' &&
311 // Emit a line of comments.
313 size_t Position = Comments.find('\n');
314 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
316 Comments = Comments.substr(Position+1)
    [all...]
  /external/chromium_org/third_party/jinja2/
ext.py 468 to extract any comments. For comment support you have to use the babel
469 extraction interface or extract comments yourself.
504 """Helper class to find comments in a token stream. Can only
505 find comments for gettext calls forwards. Once the comment
544 Basic support for translation comments was added. If `comment_tags`
561 :return: an iterator over ``(lineno, funcname, message, comments)`` tuples.
562 (comments will be empty currently)
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 17 // * Strips blank lines and comments, as well as notes for individual rules.
161 // (see the file comments above), and saves it into 'out_filename'. Returns
181 // Skip comments.
  /external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py 164 elif c == '/' and source[i+1] == '/': # Find // comments.
169 elif c == '/' and source[i+1] == '*': # Find /* comments. */
233 # NOTE(nnorwitz): doesn't handle comments in #define macros.
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
builders_unittests.js 130 "comments": "Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:",
142 "comments": "Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:",
164 "comments": "Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:",
176 "comments": "Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:",
390 "comments": "Disable prefs.PrefsTest.testGeolocationPref on win\n\nTBR=dennisjeffrey@chromium.org\nBUG=99865\nTEST=\n\nReview URL: http://codereview.chromium.org/8234007",
408 "comments": "aura: Get rid of some unneeded stubs.\n\nMost of these are for dialogs that already had WebUI\nimplementations.\n\nBUG=99718\nTEST=built with use_aura=1\n\nReview URL: http://codereview.chromium.org/8218027",
438 "comments": "Add Windows manifest for views_examples.\n\nThis allows views_examples to use themed controls and fixes\na problem with combo box drop down menus not being shown.\n\nManifest file copied from chrome/app/chrome.exe.manifest.\n\nBUG=none\nTEST=manual\n\nReview URL: http://codereview.chromium.org/8227017",
655 "comments": "Disable prefs.PrefsTest.testGeolocationPref on win\n\nTBR=dennisjeffrey@chromium.org\nBUG=99865\nTEST=\n\nReview URL: http://codereview.chromium.org/8234007",
    [all...]
  /external/jpeg/
rdswitch.c 22 /* Read next char, skipping over any comments (# to end of line) */
77 * Comments preceded by '#' may be included in the file.
170 * Comments preceded by '#' may be included in the file.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
d.php 21 * * nested comments
50 // doxygen comments
206 'COMMENTS' => array(
objc.php 55 //Single line C-Comments
307 'COMMENTS' => array(
309 2 => 'color: #11740a; font-style: italic;', // Normal C single-line comments
  /external/mdnsresponder/
README.txt 149 We go to some lengths to make the code portable, but //-style comments
152 If your C compiler doesn't understand these comments, you can transform
153 them into classical K&R /* style */ comments with a quick GREP
  /external/qemu/distrib/jpeg-6b/
rdswitch.c 22 /* Read next char, skipping over any comments (# to end of line) */
77 * Comments preceded by '#' may be included in the file.
170 * Comments preceded by '#' may be included in the file.
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 19 /** The Comments object for existing comments. */
20 private Comments existingComments_ = null;
23 * The Comments object for freshly regenerated comments.
25 * and should be like existingComments_ but with unused comments
27 * the new comments are written out to the comments file.
29 private Comments newComments_ = null;
32 * Accessor method for the freshly generated Comments object.
    [all...]
  /art/tools/
cpplint.py 210 'whitespace/comments',
320 # False positives include C-style multi-line comments (http://go/nsiut )
363 Parses any NOLINT comments on the current line, updating the global
369 raw_line: str, the line of input text, with comments.
867 "cpplint(category)" comments on the offending line. These are
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 210 'whitespace/comments',
319 # False positives include C-style multi-line comments (http://go/nsiut )
362 Parses any NOLINT comments on the current line, updating the global
368 raw_line: str, the line of input text, with comments.
859 "cpplint(category)" comments on the offending line. These are
890 # Matches multi-line C++ comments.
892 # have to take care of space removals tools so we can handle comments insid
    [all...]

Completed in 1055 milliseconds

<<21222324252627282930>>