HomeSort by relevance Sort by last modified time
    Searched defs:comment (Results 151 - 175 of 383) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-3/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 621 * Report an XML comment anywhere in the document.
627 * @param ch An array holding the characters in the comment.
631 public void comment(char ch[], int start, int length) throws org.xml.sax.SAXException method in class:DOMBuilder
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h 73 Comment,
136 ASSERT(m_type == Character || m_type == Comment || m_type == StartTag || m_type == EndTag);
407 /* Comment Tokens */
409 const DataVector& comment() const function in class:WebCore::HTMLToken
411 ASSERT(m_type == Comment);
418 m_type = Comment;
424 ASSERT(m_type == Comment);
  /external/chromium_org/v8/src/
flags.cc 55 // to the actual flag, default value, comment, etc. This is designed to be POD
65 const char* cmt_; // A comment about the flags purpose.
72 const char* comment() const { return cmt_; } function in struct:v8::internal::__anon15233::Flag
569 f->name(), f->comment(), Type2String(f->type()), *value);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 59 String comment = insnCommentString(insn, noteIndices); local
69 if (comment.length() != 0) {
71 sb.append(comment);
91 * Returns the associated comment for the given instruction, if any.
93 * has no comment, then the result should be {@code ""}, not
266 * Helper method to return a literal bits comment string.
271 * @return {@code non-null;} the comment
316 * Helper method to return the comment for a branch.
319 * @return {@code non-null;} the comment
344 * Helper method to return an instruction comment for a constant
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 34 String comment; field in class:BuildResults
118 * Returns the comment associated with the scenario for the current build.
120 * @return The comment associated with the scenario for the current build
121 * or <code>null</code> if no comment was stored for it.
124 return this.comment;
424 // read comment
427 this.comment = str;
432 * Set the build summary and its associated comment.
434 void setComment(String comment) {
435 if (comment != null && this.comment == null)
    [all...]
  /external/libpcap/
pcap1.h 117 PCAP_COMMENT, /* comment */
159 unsigned char comment[0]; member in struct:pcap1_info_comment
  /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...]
  /external/open-vcdiff/src/zlib/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /external/tinyxml/
xmltest.cpp 168 node = todoElement->FirstChildElement(); // This skips the "PDA" comment.
261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) );
392 TiXmlComment* comment = commentHandle.Node()->ToComment(); local
393 assert( comment );
403 XmlTest( "Location tracking: Comment row", comment->Row(), 2 );
404 XmlTest( "Location tracking: Comment col", comment->Column(), 3 );
593 TiXmlComment comment; local
594 comment.Parse( "<!--comment-->", 0, TIXML_ENCODING_UNKNOWN )
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); local
    [all...]
  /external/v8/src/
flags.cc 52 // to the actual flag, default value, comment, etc. This is designed to be POD
61 const char* cmt_; // A comment about the flags purpose.
68 const char* comment() const { return cmt_; } function in struct:v8::internal::__anon26933::Flag
533 f->name(), f->comment(), Type2String(f->type()), *value);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 187 public void comment(String text) throws IOException, IllegalArgumentException, method in class:FastXmlSerializer
  /frameworks/base/tools/aidl/
AST.h 98 string comment; member in struct:Field
319 string comment; member in struct:Method
342 string comment; member in struct:Class
359 string comment; member in struct:Document
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
zlib.h 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
120 uInt comm_max; /* space at comment (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]

Completed in 286 milliseconds

1 2 3 4 5 67 8 91011>>