/prebuilts/ndk/9/platforms/android-18/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/9/platforms/android-18/arch-mips/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/9/platforms/android-18/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/9/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/9/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/9/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/9/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/9/platforms/android-9/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/9/platforms/android-9/arch-mips/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/9/platforms/android-9/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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
findertools.py | 128 def comment(object, comment=None): function 129 """comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window.""" 132 if comment is None: 135 return _setcomment(object_alias, comment) 137 def _setcomment(object_alias, comment): 144 args["data"] = comment 808 print 'Put a comment in file', f, ':' 809 print '\t', comment(f) # print the Finder comment this file ha [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoring.java | 130 String comment = getName(); local 133 comment, //description 134 comment, //comment 287 public Descriptor(String project, String description, String comment, 290 project, description, comment, arguments);
|
UseCompoundDrawableRefactoring.java | 184 String comment = getName(); local 187 comment, //description 188 comment, //comment 441 public Descriptor(String project, String description, String comment, 444 project, description, comment, arguments);
|
WrapInRefactoring.java | 144 String comment = getName(); local 147 comment, //description 148 comment, //comment 428 public Descriptor(String project, String description, String comment, 431 project, description, comment, arguments);
|
ExtractIncludeRefactoring.java | 190 String comment = getName(); local 193 comment, //description 194 comment, //comment 659 public Descriptor(String project, String description, String comment, 662 project, description, comment, arguments);
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 98 ssize_t comment = mComments.indexOfKey(i); local 99 if (comment >= 0) { 100 printf("; %s\n", mComments.valueAt(comment)); 108 void ARMAssembler::comment(const char* string) function in class:android::ARMAssembler 361 void ARMAssembler::SWI(int cc, uint32_t comment) { 362 *mPC++ = (cc<<28) | (0xF<<24) | comment;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_curve.c | 1829 const char *comment; member in struct:_ec_list_element_st [all...] |
/external/chromium_org/third_party/zlib/ |
zlib.h | 123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s 124 uInt comm_max; /* space at comment (only when reading header) */ 550 file name, no extra data, no comment, no modification time (set to zero), no [all...] |
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
TocGenerator.pm | 807 # args: - $aTokenType: type of token: 'start', 'end', 'comment' or 'text'. 921 # Arrays containing start, end, comment, text & declaration tokens which 1035 #--- HTML::TocGenerator::comment() -------------------------------------------- 1036 # function: Process comment. 1037 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off. 1039 sub comment { subroutine 1054 } # comment() 1476 sub comment { subroutine 1678 sub comment { subroutine [all...] |
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 521 /** Parse a comment string cursor is at a ". Leave cursor at closing " 546 /** Parse a comment string cursor is at a "(". Leave cursor at ) 547 *@return the substring containing the comment excluding the 550 public String comment() throws ParseException { method in class:LexerCore
|
/external/openssl/crypto/ec/ |
ec_curve.c | 1829 const char *comment; member in struct:_ec_list_element_st [all...] |
/external/zlib/src/ |
zlib.h | 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s 123 uInt comm_max; /* space at comment (only when reading header) */ 554 file name, no extra data, no comment, no modification time (set to zero), no [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zlib.h | 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s 123 uInt comm_max; /* space at comment (only when reading header) */ 514 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s 123 uInt comm_max; /* space at comment (only when reading header) */ 514 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s 123 uInt comm_max; /* space at comment (only when reading header) */ 514 file name, no extra data, no comment, no modification time (set to zero), [all...] |