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

<<11121314151617181920>>

  /external/llvm/include/llvm/Support/
AIXDataTypesFix.h 12 // comments out any #undef statement
  /external/llvm/test/CodeGen/Inputs/
DbgValueOtherTargets.ll 1 ; Check that DEBUG_VALUE comments come through on a variety of targets.
  /external/llvm/utils/
DSAclean.py 8 #the comments
  /external/openssl/crypto/objects/
objects.README 42 Lines starting with # are treated as comments, as well as any line starting
  /external/protobuf/gtest/
configure.ac 6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /external/qemu/target-i386/
hax-windows.h 45 /* See comments for the ioctl in hax-darwin.h */
  /external/srtp/
TODO 14 Older comments
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 6 /* see comments in preen_invar_so.c for explanation of this */
  /external/valgrind/main/none/tests/darwin/
access_extended.c 2 // ever devised. For bug 200760. See the comments on the wrapper in
  /ndk/sources/host-tools/sed-4.2.1/doc/
Makefile.am 14 # scripts we group comments with lines following them;
  /packages/apps/Contacts/res/layout-sw600dp/
join_contact_picker.xml 21 <!-- See also comments in contact_picker.xml -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nbd.h 12 * Removed PARANOIA, plus various cleanup and comments
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nbd.h 12 * Removed PARANOIA, plus various cleanup and comments
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nbd.h 12 * Removed PARANOIA, plus various cleanup and comments
  /external/chromium_org/android_webview/tools/
find_copyrights.pl 64 # Remove Python multiline comments to avoid false positives
107 # Record '(a)' and '(b)' last occurences in C++ comments.
126 # Filter out 'c' used as a list item inside C++ comments.
  /external/chromium_org/content/common/
sandbox_mac.h 99 // Assemble the final sandbox profile from a template by removing comments
104 // - Comments - The sandbox comment syntax is used to make the OS sandbox
116 // |comments_to_remove| is a list of NSStrings containing the comments to
  /external/chromium_org/media/tools/layout_tests/
test_expectations.py 49 'Bugs': ['BUGWK84724', 'BUGCR145590'], 'Comments': '',
69 # Skip comments.
99 test_expectation_info['Comments'] = parsed.comment or ''
  /external/chromium_org/third_party/lcov/
README 32 5. Questions and Comments
122 5. Questions and comments
126 Please email further questions or comments regarding this tool to the
  /external/clang/include/clang/AST/
CommentCommandTraits.h 27 namespace comments { namespace in namespace:clang
120 /// in comments.
178 } // end namespace comments
CommentSema.h 10 // This file defines the semantic analysis class for Doxygen comments.
30 namespace comments { namespace in namespace:clang
254 } // end namespace comments
  /external/clang/test/Index/
complete-documentation-templates.cpp 21 // comments from class templates and specializations.
123 // FIXME: after we implement propagating comments through typedefs, this
144 // FIXME: after we implement propagating comments through typedefs, these two
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 11 // a macro expanded file that retains comments and #includes.
47 /// comments if ReturnComment is false.
52 // If the client doesn't want comments and we have one, skip it.
67 // though it is in raw mode, it will not return comments.
168 // comments. Add a leading space if RawTok didn't have one.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 4 that (optionally) takes care of stripping comments, ignoring blank
16 line-by-line syntax: strip comments (as long as "#" is your
49 skip lines that are empty *after* stripping comments and
55 after stripping comments and whitespace, join the following line
199 if pos == -1: # no "#" -- no comments
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 4 that (optionally) takes care of stripping comments, ignoring blank
16 line-by-line syntax: strip comments (as long as "#" is your
49 skip lines that are empty *after* stripping comments and
55 after stripping comments and whitespace, join the following line
199 if pos == -1: # no "#" -- no comments
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 416 explicit CommentWriter(const std::vector<Comment>& comments)
417 : comments_(comments),
418 png_text_(new png_text[comments.size()]) {
419 for (size_t i = 0; i < comments.size(); ++i)
420 AddComment(i, comments[i]);
477 const std::vector<Comment>& comments) {
479 CommentWriter comment_writer(comments);
536 const std::vector<Comment>& comments,
601 output_color_components, converter, comments);
611 const std::vector<Comment>& comments,
    [all...]

Completed in 1217 milliseconds

<<11121314151617181920>>