HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 401 - 425 of 953) sorted by null

<<11121314151617181920>>

  /external/qemu/
ppc.ld 198 .comment 0 : { *(.comment) }
  /external/valgrind/unittest/
thread_wrappers_win.h 49 #pragma comment(lib, "winmm.lib")
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 89 void appendComment(Vector<UChar>& out, const String& comment);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 108 * Initialize a new entry. Pass in the file name and an optional comment.
112 void ZipEntry::initNew(const char* fileName, const char* comment)
121 if (comment != NULL)
122 mCDE.mFileCommentLength = strlen(comment);
132 strcpy((char*) mCDE.mFileComment, comment);
605 /* grab comment, if any */
664 /* write comment */
694 ALOGD(" comment: '%s'\n", mFileComment);
ZipEntry.h 165 * and comment so that we can properly size the LFH area. The
166 * filename is mandatory, the comment is optional.
168 void initNew(const char* fileName, const char* comment);
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 25 * and different comment styles. The class can be used for limited processing
138 * '/' is a comment character. Single quote '\'' and double quote '"'
182 * be white space. '/' is a comment character.</li>
203 * Specifies that the character {@code ch} shall be treated as a comment
207 * the character to be considered a comment character.
468 // Check for comment character
486 * comment character, word component, white space, string delimiter or
501 * they have no special meaning as a comment character, word component,
572 * This kind of comment ends at the end of the line.
576 * of a comment, {@code false} otherwise
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockHandler.java 119 public void comment(char[] ch, int start, int length) throws SAXException { method in class:MockHandler
120 logger.add("comment", ch, start, length);
  /ndk/toolchains/mipsel-linux-android-4.4.3/
mipself.x 208 .comment 0 : { *(.comment) }
mipself.xsc 200 .comment 0 : { *(.comment) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.x 170 .comment 0 : { *(.comment) }
armelf.xbn 170 .comment 0 : { *(.comment) }
armelf.xc 175 .comment 0 : { *(.comment) }
armelf.xn 170 .comment 0 : { *(.comment) }
armelf.xs 163 .comment 0 : { *(.comment) }
armelf.xsc 168 .comment 0 : { *(.comment) }
armelf.xsw 168 .comment 0 : { *(.comment) }
armelf.xw 175 .comment 0 : { *(.comment) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.x 170 .comment 0 : { *(.comment) }
armelf.xbn 170 .comment 0 : { *(.comment) }
armelf.xc 175 .comment 0 : { *(.comment) }
armelf.xn 170 .comment 0 : { *(.comment) }
armelf.xs 163 .comment 0 : { *(.comment) }
armelf.xsc 168 .comment 0 : { *(.comment) }
armelf.xsw 168 .comment 0 : { *(.comment) }
armelf.xw 175 .comment 0 : { *(.comment) }

Completed in 220 milliseconds

<<11121314151617181920>>