HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 176 - 200 of 2645) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
RetryAfterParser.java 89 String comment = this.lexer.comment(); local
90 retryAfter.setComment(comment);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 68 | t=COMMENT
69 {say("Comment: " << quote($t.text))}
99 fragment COMMENT
149 <!-- This is a comment -->
181 Comment: "<!-- This is a comment -->"
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
source.py 34 # Matches a "/* ... */" comment.
37 # and "/*" is a comment.
69 """Determines whether the @provideGoog flag is in a comment."""
  /external/chromium_org/net/cert/
cert_database_win.cc 9 #pragma comment(lib, "crypt32.lib")
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
coffeescript.js 62 // Handle docco title comment (single line)
65 return "comment";
74 // Single line comment
77 return "comment";
201 return "comment";
325 if (fillAlign && style && style != "comment") fillAlign.align = true;
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 28 if (I->isNot(tok::comment)) continue;
  /external/libmtp/
hotplug.sh.in 43 # Nullify comment
44 comment=""
49 # This is a comment line, save it.
50 comment=${LINE}
62 echo ${comment} >> $2
64 comment=""
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 22 import org.w3c.dom.Comment;
94 String comment = ""; local
101 } else if (node instanceof Comment) {
102 comment = comment + node.getNodeValue();
107 assertEquals(" Fragile! Handle me with care! ", comment);
  /system/core/libzipfile/
private.h 34 const unsigned char* comment; //mComment; member in struct:Zipfile
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
crypt586.pl 28 &comment("");
29 &comment("Load the 2 words");
48 &comment("");
49 &comment("Round $i");
52 &comment("");
53 &comment("Round ".sprintf("%d",$i+1));
64 &comment("");
65 &comment("FP");
158 &comment("");
  /external/openssl/crypto/des/asm/
crypt586.pl 28 &comment("");
29 &comment("Load the 2 words");
48 &comment("");
49 &comment("Round $i");
52 &comment("");
53 &comment("Round ".sprintf("%d",$i+1));
64 &comment("");
65 &comment("FP");
158 &comment("");
  /external/libvorbis/doc/
05-comment.tex 4 \section{comment field and header specification} \label{vorbis:spec:comment}
8 The Vorbis text comment header is the second (of three) header
14 The comment field is meant to be used much like someone jotting a
29 \subsection{Comment encoding}
33 The comment header is logically a list of eight-bit-clean vectors; the
43 in the comment header is octet-aligned, they can simply be read as
46 The comment header is decoded as follows:
54 6) this iteration's user comment = read a UTF-8 vector as [length] octets
66 The comment vectors are structured similarly to a UNIX environment variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorSyntaxHighlight.css 30 .cm-js-comment {color: rgb(0, 116, 0);}
36 .cm-css-comment {color: rgb(0, 116, 0);}
48 .cm-xml-comment {color: rgb(35, 110, 37);}
54 .webkit-html-comment {
55 /* Keep this in sync with view-source.css (.webkit-html-comment) */
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.h 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
122 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
133 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
142 struct SResource *alias_open(struct SRBRoot *bundle, char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
149 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status);
156 struct SResource *int_open(struct SRBRoot *bundle, char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
164 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2armasm_ms.pl 21 undef $comment;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586.pl 23 &comment("mul a[$ai]*b[$bi]");
51 &comment("sqr a[$ai]*a[$bi]");
80 &comment("sqr a[$ai]*a[$bi]");
144 &comment("################## Calculate word $i");
170 &comment("saved r[$i]");
184 &comment("save r[$i]");
233 &comment("############### Calculate word $i");
266 &comment("saved r[$i]");
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
comba.pl 11 &comment("mul a[$ai]*b[$bi]");
39 &comment("sqr a[$ai]*a[$bi]");
68 &comment("sqr a[$ai]*a[$bi]");
132 &comment("################## Calculate word $i");
158 &comment("saved r[$i]");
172 &comment("save r[$i]");
221 &comment("############### Calculate word $i");
254 &comment("saved r[$i]");
  /external/chromium_org/tools/
boilerplate.py 34 comment = EXTENSIONS_TO_COMMENTS[ext] + ' '
35 return '\n'.join([comment + line for line in LINES])
  /external/doclava/src/com/google/doclava/
ParsedTagInfo.java 24 private Comment mComment;
34 mComment = new Comment(mCommentText, mContainer, position());
39 protected void setCommentText(String comment) {
40 mCommentText = comment;
  /external/libvpx/libvpx/build/make/
ads2armasm_ms.pl 21 undef $comment;
  /external/openssl/crypto/bn/asm/
co-586.pl 23 &comment("mul a[$ai]*b[$bi]");
51 &comment("sqr a[$ai]*a[$bi]");
80 &comment("sqr a[$ai]*a[$bi]");
144 &comment("################## Calculate word $i");
170 &comment("saved r[$i]");
184 &comment("save r[$i]");
233 &comment("############### Calculate word $i");
266 &comment("saved r[$i]");
  /external/openssl/crypto/bn/asm/x86/
comba.pl 11 &comment("mul a[$ai]*b[$bi]");
39 &comment("sqr a[$ai]*a[$bi]");
68 &comment("sqr a[$ai]*a[$bi]");
132 &comment("################## Calculate word $i");
158 &comment("saved r[$i]");
172 &comment("save r[$i]");
221 &comment("############### Calculate word $i");
254 &comment("saved r[$i]");
  /external/valgrind/main/drd/tests/
verify-xml-output 19 ../../vg-in-place --tool=drd --xml=yes --xml-file="$b-%q{USER}.xml" --xml-user-comment="<runBy>$(basename $0)</runBy>" --child-silent-after-fork=yes --gen-suppressions=all $vgopts ./$prog $args
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2armasm_ms.pl 21 undef $comment;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringDescriptor.java 37 public ExtractStringDescriptor(String project, String description, String comment,
39 super(ID, project, description, comment,

Completed in 963 milliseconds

1 2 3 4 5 6 78 91011>>