/prebuilts/ndk/current/platforms/android-23/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/current/platforms/android-23/arch-x86_64/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/current/platforms/android-24/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/current/platforms/android-24/arch-arm64/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/current/platforms/android-24/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/current/platforms/android-24/arch-mips64/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/current/platforms/android-24/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/current/platforms/android-24/arch-x86_64/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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);
|
/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;
|
ARMAssemblerProxy.cpp | 68 void ARMAssemblerProxy::comment(const char* string) { function in class:android::ARMAssemblerProxy 69 mTarget->comment(string); 249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { 250 mTarget->SWI(cc, comment);
|
/system/tools/aidl/ |
ast_java.h | 113 std::string comment; member in struct:android::aidl::java::Field 314 std::string comment; member in struct:android::aidl::java::Method 342 std::string comment; member in struct:android::aidl::java::Class 358 Document(const std::string& comment,
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
cookies.py | 250 comment = cookie_property(b'comment') variable in class:Morsel 421 b"comment" : {'name':b"Comment", 'quoter':_value_quote}, 431 secure=False, httponly=False, comment=None): 466 if comment is not None: 467 morsel.comment = bytes_(comment)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
rcssmin.c | 637 /* Comment complete */ 662 const rchar *source = *source_, *end, *comment; local 683 /* comment */ 685 comment = source++; 701 /* Comment complete */ 705 if (ctx->keep_bang_comments && comment[2] == U('!')) { 707 if (!copy(comment, source, &target, ctx)) 744 * Copy space if comment 1010 /* space starting with comment */
|
/external/libxml2/python/ |
libxml.py | 207 def comment(self, content): member in class:SAXCallback 208 """called when a comment has been found, content contains the comment"""
|