HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 101 - 125 of 498) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/tools/toolutil/
unewdata.c 36 const char *comment,
109 if(comment!=NULL && *comment!=0) {
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
125 /* write the comment */
127 T_FileStream_write(pData->file, comment, commentLength);
unewdata.h 35 * structure and, optionally, by the comment string.
53 * @param comment A string (e.g., a copyright statement) that will be
55 * or empty. This string serves only as a comment in the binary
62 const char *comment,
  /build/tools/droiddoc/src/
PackageInfo.java 69 return comment().isHidden();
90 return comment().tags();
95 return comment().briefTags();
DocFile.java 112 Comment comment = new Comment(commentText, null, local
114 TagInfo[] tags = comment.tags();
MethodInfo.java 33 return comment().tags();
190 return comment().briefTags();
205 return comment().returnTags();
220 boolean commentDeprecated = (comment().deprecatedTags().length > 0);
397 ThrowsTagInfo[] documented = comment().throwsTags();
449 for (ParamTagInfo tag: comment().paramTags()) {
494 SeeTagInfo[] result = comment().seeTags();
505 TagInfo[] result = comment().deprecatedTags();
507 if (comment().undeprecateTags().length == 0) {
571 AttrTagInfo.makeReferenceHDF(data, base + ".attrRefs", comment().attrTags())
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 120 //# Items 22 and 23, comment.
124 //# $Cnested matches one non-nested comment.
133 //# $comment allows one level of nested parentheses
135 $comment =
149 '(?:' + $comment + '[' + $space + $tab + ']*)*'; // # If comment found, allow more spaces.
231 // # We've worked it so that $word, $comment, and $quoted_str to not consume trailing $X
237 '(?:' + $comment + '|' + $quoted_str + ')' + // # "special" comment or quoted string
243 $X + // # optional leading comment
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 69 + " <!ELEMENT properties (comment?, entry*) >"
71 + " <!ELEMENT comment (#PCDATA) >"
274 * <li>Lines starting with either a "#" or a "!" are comment lines and are
279 * the lines. This does not apply to comment lines.</li>
504 * OutputStream}, putting the specified comment at the beginning. The output
509 * @param comment the comment to add at the beginning.
517 public void save(OutputStream out, String comment) {
519 store(out, comment);
540 * putting the specified comment at the beginning. The encoding i
    [all...]
  /external/chromium/base/
thread_local_storage_win.cc 136 #pragma comment(linker, "/INCLUDE:_tls_used")
142 #pragma comment(linker, "/INCLUDE:__tls_used")
image_util.cc 13 // Using #pragma comment for dependency, instead of LoadLibrary/GetProcAddress.
14 #pragma comment(lib, "imagehlp.lib")
  /external/ipsec-tools/src/racoon/
prsa_tok.l 48 comment \#.*
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 182 * add the TLV string and dB ranges to comment fields
185 snd_ctl_elem_info_t *info, snd_config_t *comment)
198 err = snd_config_string_add(comment, "tlv", s);
216 snd_config_integer_add(comment, "dbmin", dbmin);
217 snd_config_integer_add(comment, "dbmax", dbmax);
225 snd_config_t *control, *comment, *item, *value; local
258 err = snd_config_compound_add(control, "comment", 1, &comment);
278 err = snd_config_string_add(comment, "access", buf + 1);
291 err = snd_config_string_add(comment, "type", s)
1148 snd_config_t *comment = NULL; local
    [all...]
  /external/bluetooth/glib/gobject/
glib-mkenums.in 45 defined ($new = <$file>) || die "Unmatched comment in $ARGV";
95 (?:[^,/]|/(?!\*))* # anything but a comma or comment
148 print " --comments <text> Comment structure\n";
175 my $comment_tmpl = "/* \@comment\@ */";
186 'comment', $comment_tmpl);
217 $comment_tmpl = $tmpl{'comment'};
241 # put auto-generation comment
243 my $comment = $comment_tmpl;
244 $comment =~ s/\@comment\@/Generated data (by glib-mkenums)/
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_win.cc 16 #pragma comment(lib, "winhttp.lib")
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.h 121 const char *comment; /* comment string */ member in struct:UPKGOptions_
  /external/icu4c/tools/pkgdata/
pkgtypes.h 121 const char *comment; /* comment string */ member in struct:UPKGOptions_
  /external/openssl/crypto/sha/asm/
sha1-586.pl 54 &comment("00_15 $n");
78 &comment("16_19 $n");
103 &comment("20_39 $n");
126 &comment("40_59 $n");
  /frameworks/base/tools/aidl/
AST.h 88 string comment; member in struct:Field
297 string comment; member in struct:Method
320 string comment; member in struct:Class
337 string comment; member in struct:Document
  /frameworks/base/tools/localize/
localize.h 15 string comment; member in struct:Reject
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemComment.java 29 * Implement xsl:comment.
31 * <!ELEMENT xsl:comment %char-template;>
32 * <!ATTLIST xsl:comment %space-att;>
63 * Execute the xsl:comment transformation
80 // | xsl:comment
86 transformer.getResultTreeHandler().comment(data);
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 70 public void comment (char ch [], int start, int length) method in class:DefaultHandler2
  /external/bluetooth/glib/glib/
gkeyfile.c 94 GKeyFileKeyValuePair *comment; /* Special comment that is stuck to the top of a group */ member in struct:_GKeyFileGroup
172 const gchar *comment);
762 "a key-value pair, group, or comment"),
1047 if (group->comment != NULL)
1048 g_string_append_printf (data_string, "%s\n", group->comment->value);
2695 gchar *comment; local
2779 gchar *comment; local
    [all...]
  /external/iptables/
iptables-xml.c 181 /* Output text as a comment, avoiding a double hyphen */
183 xmlCommentEscape(char *comment)
187 while (comment && *comment) {
188 if (*comment == '-') {
197 if (*comment == '\n' && *(comment + 1) == 0);
199 putchar(*comment);
200 comment++;
205 xmlComment(char *comment)
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 134 const String16& comment,
140 const String16& comment);
361 void appendComment(const String16& comment, bool onlyIfEmpty = false);
364 void appendTypeComment(const String16& comment);
399 comment(_comment), ident(_ident) { }
401 comment(o.comment), ident(o.ident) { }
406 comment = o.comment;
412 String16 comment; member in class:ResourceTable::Public
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 534 char *comment; member in struct:__anon1996
567 if (strcmp (element_name, "comment") == 0)
608 g_free (parser->comment);
609 parser->comment = g_strndup (text, text_len);
644 return parse_data.comment;
653 char *comment; local
658 comment = load_comment_for_mime_helper (g_get_user_data_dir (), basename);
659 if (comment)
662 return comment;
669 comment = load_comment_for_mime_helper (dirs[i], basename)
693 char *comment; local
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocUpdator.pm 220 # Arrays containing start, end, comment & text tokens which indicate
227 {} # {'<comment>' => ''}
229 # Arrays containing start, end, comment & text tokens which indicate
236 {} # {'<comment>' => ''}
357 #--- HTML::TocUpdator::comment() ----------------------------------------------
358 # function: Process comment.
359 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
361 sub comment { subroutine
371 $self->SUPER::comment($aComment);
375 # Does comment matches update end token
622 sub comment { subroutine
    [all...]

Completed in 828 milliseconds

1 2 3 45 6 7 8 91011>>