Searched refs:comments (Results 1 - 25 of 145) sorted by path

123456

/external/bison/build-aux/
H A Dtexinfo.tex5911 % Write the toc entry (before \donoderef). See comments in \chapmacro.
5915 % Again, see comments in \chapmacro.
6154 % See comments in \dochapentry re vbox and related settings.
/external/bison/
H A Dconfigure3463 # config.log. We remove comments because anyway the quotes in there
5433 // See if C++-style comments work.
38653 # Replace #undef with comments. This is necessary, for example,
H A Dmaint.mk216 # comments that mention why the nearby code uses an alternative
896 # because it's in a Makefile, but the $$c's are comments; we cannot
940 # even in comments, but for now it does the job with no false positives.
/external/chromium_org/base/
H A Dfile_version_info.h77 virtual base::string16 comments() = 0;
H A Dfile_version_info_mac.h34 virtual base::string16 comments() OVERRIDE;
H A Dfile_version_info_unittest.cc49 L"This is a particularly interesting comment", // comments
74 EXPECT_EQ(kExpectedValues[i][j++], version_info->comments());
H A Dfile_version_info_win.cc104 base::string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin
H A Dfile_version_info_win.h33 virtual base::string16 comments() OVERRIDE;
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_pdf_generated_browsertest.cc562 std::vector<gfx::PNGCodec::Comment> comments; local
563 comments.push_back(hash_comment);
569 comments,
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.h46 const std::string& comments() const { return intro_comment_; } function in class:convert_dict::AffReader
H A Dconvert_dict.cc120 writer.SetComment(aff_reader.comments());
H A Dconvert_dict_unittest.cc110 writer.SetComment(aff_reader.comments());
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc543 std::vector<gfx::PNGCodec::Comment> comments; local
544 comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash));
551 comments,
/external/chromium_org/native_client_sdk/src/doc/
H A Dindex.rst118 Send us questions, comments, and feedback: `native-client-discuss
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py628 # Build the most recent one versioned, with comments
633 # Build the most recent one versioned, with comments
639 # Build the rest without comments and with the version number appended
756 # Test a file, by comparing all it's objects, with their comments.
775 node.Dump(1, comments=True)
H A Didl_gen_pnacl.py239 # Scan the top-level comments in the IDL file for comparison.
254 iface_releases, comments=False))
H A Didl_gen_wrapper.py282 def GenerateWrapperForMethods(self, iface_releases, comments=True):
289 if comments:
293 if comments:
304 if comments:
H A Didl_lint.py41 comments = node.GetListOf('Comment')
42 if not comments and not node.GetProperty('wcomment'):
H A Didl_node.py118 def Dump(self, depth=0, comments=False, out=sys.stdout):
125 # Skip this node if it's a comment, and we are not printing comments
126 if not comments and is_comment:
148 # Skip printing the name for comments, since we printed above already
152 child.Dump(depth+1, comments=comments, out=out)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py197 For flowing long blocks of text (docstrings or comments), limiting the
205 # Special case for long URLs in multi-line docstrings or comments,
774 r"""Separate inline comments by at least two spaces.
777 comments should be separated by at least two spaces from the statement.
1294 comments = []
1303 comments.append(text)
1321 self.noqa = comments and noqa(''.join(comments))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb301 /* Support for inline comments */
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascriptstatetracker_test.py268 _, comments = testutil.ParseFunctionsAndComments(script)
269 self.assertEquals(1, len(comments))
270 return comments[0]

Completed in 3828 milliseconds

123456