HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 201 - 225 of 498) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsw 166 .comment 0 : { *(.comment) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc 166 .comment 0 : { *(.comment) }
armelf.xsw 166 .comment 0 : { *(.comment) }
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
elf_i386.xc 167 .comment 0 : { *(.comment) }
elf_i386.xdc 167 .comment 0 : { *(.comment) }
elf_i386.xdw 166 .comment 0 : { *(.comment) }
elf_i386.xsc 160 .comment 0 : { *(.comment) }
elf_i386.xsw 159 .comment 0 : { *(.comment) }
elf_i386.xw 166 .comment 0 : { *(.comment) }
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shelf_linux.xdc 180 .comment 0 : { *(.comment) }
shelf_linux.xdw 180 .comment 0 : { *(.comment) }
shelf_linux.xsc 170 .comment 0 : { *(.comment) }
shelf_linux.xsw 170 .comment 0 : { *(.comment) }
shlelf_linux.xdc 180 .comment 0 : { *(.comment) }
shlelf_linux.xdw 180 .comment 0 : { *(.comment) }
shlelf_linux.xsc 170 .comment 0 : { *(.comment) }
shlelf_linux.xsw 170 .comment 0 : { *(.comment) }
  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 438 the global comment)
451 uLong uMaxBack=0xffff; /* maximum size of global comment */
606 /* zipfile global comment length */
697 comment, method, level, raw,
707 const char* comment;
746 if (comment==NULL)
749 size_comment = (uInt)strlen(comment);
819 size_extrafield_global+i) = *(comment+i);
906 comment, method, level, raw)
914 const char* comment;
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 152 "1. the comment doesn't be cleaned before find next token." +
180 * Assert the specified token's name, address and comment all equal specified ones.
184 * @param comment expected comment.
187 String address, String comment) {
190 assertEquals(comment, token.getComment());
  /external/iptables/
Android.mk 51 PF_EXT_SLIB:=ah addrtype comment 2connmark conntrack 2dscp 2ecn esp
  /external/v8/src/ia32/
disasm-ia32.cc 334 int JumpConditional(byte* data, const char* comment);
335 int JumpConditionalShort(byte* data, const char* comment);
596 int DisassemblerIA32::JumpConditional(byte* data, const char* comment) {
602 if (comment != NULL) {
603 AppendToBuffer(", %s", comment);
610 int DisassemblerIA32::JumpConditionalShort(byte* data, const char* comment) {
616 if (comment != NULL) {
617 AppendToBuffer(", %s", comment);
    [all...]
  /external/webkit/WebCore/css/
view-source.css 113 .webkit-html-comment {
114 /* Keep this in sync with inspector.css (.webkit-html-comment) */
  /external/webkit/WebCore/dom/
XMLTokenizer.h 73 void comment(const XML_Char *s);
245 void comment(const xmlChar* s);
  /frameworks/base/tools/aapt/
XMLNode.h 123 status_t appendComment(const String16& comment);
164 commentData(void *userData, const char *comment);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 268 * <p/>A track is composed of a list of {@link TrackPoint} and optional name and comment.
283 void setComment(String comment) {
284 mComment = comment;

Completed in 1898 milliseconds

1 2 3 4 5 6 7 891011>>