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

1 2 3 45 6 7 8 9

  /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/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::__anon11755::Flag
533 f->name(), f->comment(), Type2String(f->type()), *value);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 172 public void comment(String text) throws IOException, IllegalArgumentException, method in class:FastXmlSerializer
  /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
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]

Completed in 2932 milliseconds

1 2 3 45 6 7 8 9