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

<<21222324252627282930>>

  /external/chromium_org/base/test/expectations/
parser.cc 45 // Handle comments at the start of lines.
49 // After arranging to come back here from skipping whitespace and comments,
  /external/chromium_org/chrome/browser/drive/
drive_uploader.h 78 // See comments at UploadNewFile about common parameters and the return value.
100 // See comments at UploadNewFile about common parameters and the return value.
  /external/chromium_org/chrome/browser/infobars/
infobar_container.h 90 // once during an infobar's life (see comments on RemoveInfoBar() and
137 // comments on RemoveInfoBar()).
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.h 46 const std::string& comments() const { return intro_comment_; } function in class:convert_dict::AffReader
76 // Comments from the beginning of the file. This is everything before the
  /external/chromium_org/content/public/browser/
child_process_security_policy.h 89 // identified by |filesystem_id|. See comments for GrantReadFileSystem
100 // See comments for GrantReadFileSystem for more details. For creating you
  /external/chromium_org/content/renderer/media/
rtc_video_capturer.cc 140 // TODO(perkj): Update the comments in the the definition of
141 // cricket::CS_FAILED. According to the comments, cricket::CS_FAILED
  /external/chromium_org/net/base/
gzip_filter.h 96 // comments for the use of function.
100 // This is used to work around server bugs. See more comments at the place
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
check_injected_webgl_calls_info.py 40 source = re.sub(r"//.*\n", "", source) # Remove line comments
42 source = re.sub(r"/\*.*?\*/", "", source) # Remove block comments
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
ppc-xlate.pl 128 $line =~ s|[#!;].*$||; # get rid of asm-style comments...
129 $line =~ s|/\*.*\*/||; # ... and C-style comments...
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 66 // COMMENTS:
117 // COMMENTS:
  /external/chromium_org/third_party/sqlite/src/
mkopcodeh.awk 30 # When such comments are found on an opcode, it means that certain
144 print "** comments following the \"case\" for each opcode in the vdbe.c"
  /external/chromium_org/third_party/sqlite/src/src/
pager.h 50 ** roll back. See comments for function writeMasterJournal() in pager.c
84 ** that make up the Pager sub-system API. See source code comments for
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 162 /* See the comments in dynamic_annotations.h */
176 /* See the comments in dynamic_annotations.h */
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 162 /* See the comments in dynamic_annotations.h */
176 /* See the comments in dynamic_annotations.h */
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 13 # Regex to remove comments when we're counting braces.
63 """Masks out the quotes and comments, and then splits appropriate
  /external/chromium_org/tools/json_schema_compiler/
code.py 92 comments. Otherwise just use code.Append('// ...') for comments.
  /external/clang/lib/AST/
CommentBriefParser.cpp 15 namespace comments { namespace in namespace:clang
152 } // end namespace comments
  /external/clang/lib/Format/
UnwrappedLineParser.h 110 // Comments are sorted into unwrapped lines by whether they are in the same
113 // store the comments belonging to that token.
  /external/doclava/src/com/google/doclava/
MethodInfo.java 418 String[] comments = new String[N]; local
426 comments[i] = "";
431 // gather our comments, and complain about misnamed @param tags
435 comments[index] = tag.parameterComment();
449 if (comments[i].equals("")) {
450 comments[i] = maternal[i].parameterComment();
460 new ParamTagInfo("@param", "@param", names[i] + " " + comments[i], parent(),
466 if (comments[i].equals("")) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
EclipseTestResultsGeneratorNoMail.java 5 * Window>Preferences>Java>Code Generation>Code and Comments
16 * Window>Preferences>Java>Code Generation>Code and Comments
  /external/hyphenation/
README 99 Comments
101 Use percent sign at the beginning of the lines to add comments to your
  /external/jpeg/
coderules.doc 17 Block comments should be laid out thusly:
20 * Block comments in this style.
  /external/libvorbis/include/vorbis/
codec.h 138 /* the comments are not part of vorbis_info so that vorbis_info can be
145 int comments; member in struct:vorbis_comment
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 422 $style_arrays = array('KEYWORDS', 'COMMENTS', 'ESCAPE_CHAR',
432 if(!is_int($sk_key) && ('COMMENTS' != $style_kind && 'MULTI' != $sk_key)
547 if(!isset($language_data['STYLES']['COMMENTS'][$ck])) {
548 report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['COMMENTS'] specification for comment group $ck!");
559 if(!isset($language_data['STYLES']['COMMENTS'][$ck])) {
560 report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['COMMENTS'] specification for comment group $ck!");
564 foreach($language_data['STYLES']['COMMENTS'] as $ck => $cv) {
567 report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['COMMENTS'] specification for Single Line or Regular-Expression Comment key $ck!");
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asp.php 15 * - Strings only delimited by ", comments by '
99 'COMMENTS' => array(

Completed in 735 milliseconds

<<21222324252627282930>>