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

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild08.js 81 Using removeChild on this Document node attempt to remove a new Comment node and
82 verify the data of the removed comment node..
92 var comment;
102 comment = doc.createComment("Comment");
103 appendedChild = doc.appendChild(comment);
104 removedCmt = doc.removeChild(comment);
107 assertEquals("noderemovechild08","Comment",data);
nodesetuserdata06.js 80 Invoke setUserData on a new Comment to set its UserData to an Entity node
95 var comment;
113 comment = doc.createComment("COMMENT_NODE");
115 comment.setUserData("Key1", entity, null);
117 comment.setUserData("Key1", entity, nullHandler.handle);
120 comment.setUserData("Key1", entity, null);
122 comment.setUserData("Key1", entity, nullHandler.handle);
nodegetbaseuri18.js 78 Node.getBaseURI for an comment node is null.
91 var comment;
102 comment = pElem.nextSibling;
104 baseURI = comment.baseURI;
nodegettextcontent12.js 78 Invoke the method getTextContent on a new Comment node and check if the value returned
91 var comment;
101 comment = doc.createComment("Comment");
102 appendedChild = elem.appendChild(comment);
103 textContent = comment.textContent;
105 assertEquals("nodegettextcontent12","Comment",textContent);
  /external/openssl/crypto/md5/asm/
md5-586.pl 52 &comment("R0 $ki");
75 &comment("R1 $ki");
101 &comment("R2 $ki");
119 &comment("R2 $ki");
145 &comment("R3 $ki");
198 &comment("");
199 &comment("R0 section");
218 &comment("");
219 &comment("R1 section");
237 &comment("");
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 338 , comment(o.comment), typeComment(o.typeComment)
346 comment = o.comment;
359 String16 comment; member in class:AaptSymbolEntry
415 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) {
416 if (comment.size() <= 0) {
420 if (sym.comment.size() == 0) {
421 sym.comment = comment;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 59 * Comment for <code>serialVersionUID</code>
92 * comment field
94 * JvB note: RFC3261 does not allow a comment to appear in Via headers, and this
97 protected String comment; field in class:Via
171 * Accessor for the comment field.
172 * @return comment field.
176 return comment;
188 /** comment of the Via Header.
190 * @return false if comment does not exist and true otherwise.
193 return comment != null
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java 79 private String comment; field in class:ZipOutputStream
245 if (comment != null) {
246 writeShort(cDir, comment.length());
247 cDir.write(comment.getBytes());
343 * Sets the {@code ZipFile} comment associated with the file being written.
345 * @param comment
346 * the comment associated with the file.
348 public void setComment(String comment) {
349 if (comment.length() > 0xFFFF) {
350 throw new IllegalArgumentException("Comment too long: " + comment.length() + " characters")
    [all...]
  /external/proguard/src/proguard/
WordReader.java 156 String comment = currentLine.substring(comments_start + 1); local
158 comment :
159 currentComments + '\n' + comment;
  /libcore/luni/src/main/java/java/util/
Properties.java 74 + " <!ELEMENT properties (comment?, entry*) >"
76 + " <!ELEMENT comment (#PCDATA) >"
256 * <li>Lines starting with either a "#" or a "!" are comment lines and are
261 * the lines. This does not apply to comment lines.</li>
480 * OutputStream}, putting the specified comment at the beginning. The output
485 * @param comment the comment to add at the beginning.
493 public void save(OutputStream out, String comment) {
495 store(out, comment);
519 * @param comment an optional comment to be written, or nul
    [all...]
  /external/openssl/crypto/des/asm/
des-586.pl 52 &comment("");
54 &comment("");
66 &comment("Round $i");
68 &comment("Round ".sprintf("%d",$i+1));
89 &comment("");
91 &comment("");
103 &comment("Round $i");
105 &comment("Round ".sprintf("%d",$i-1));
124 &comment("");
125 &comment("Load the 2 words")
    [all...]
  /external/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /external/tremolo/Tremolo/
ivorbiscodec.h 94 extern void vorbis_comment_add(vorbis_comment *vc, char *comment);
  /external/webkit/Source/WebKit2/win/
MainWin.cpp 39 #pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /external/webkit/Tools/MiniBrowser/win/
main.cpp 42 #pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /frameworks/base/media/libstagefright/include/
OggExtractor.h 62 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength);
  /frameworks/base/tools/localize/
ValuesFile_test.cpp 24 str.config.ToString().c_str(), str.comment.c_str());
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /external/ipsec-tools/src/libipsec/
policy_token.l 87 comment \#.*
  /external/openssl/crypto/perlasm/
cbc.pl 38 &comment("");
56 &comment("getting iv ptr from parameter $iv_off");
73 &comment("getting encrypt flag from parameter $enc_off");
77 &comment("get and push parameter $p3");
84 &comment("get and push parameter $p2");
91 &comment("get and push parameter $p1");
  /external/zlib/contrib/minizip/
mztools.c 140 char* comment = ""; local
141 int comsize = (int) strlen(comment);
186 /* Comment field */
188 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
215 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; local
216 int comsize = (int) strlen(comment);
227 WRITE_16(header + 20, comsize); /* comment */
232 /* Comment field */
234 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodecommentnodename.js 79 Comment Node is "#comment".
81 Retrieve the Comment node in the XML file
83 method. It should be equal to "#comment".
117 assertEquals("existingNodeName","#comment",commentNodeName);
122 commentNode = doc.createComment("This is a comment");
125 assertEquals("createdNodeName","#comment",commentNodeName);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodecommentnodename.js 79 Comment Node is "#comment".
81 Retrieve the Comment node in the XML file
83 method. It should be equal to "#comment".
117 assertEquals("existingNodeName","#comment",commentNodeName);
122 commentNode = doc.createComment("This is a comment");
125 assertEquals("createdNodeName","#comment",commentNodeName);

Completed in 2011 milliseconds

1 2 3 45 6 7 8 91011>>