/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/arm-linux-androideabi/lib/ldscripts/ |
armelf_linux_eabi.xu | 123 .comment 0 : { *(.comment) }
|
armelfb_linux_eabi.xr | 122 .comment 0 : { *(.comment) }
|
armelfb_linux_eabi.xu | 123 .comment 0 : { *(.comment) }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/ |
elf_i386.xr | 116 .comment 0 : { *(.comment) }
|
elf_i386.xu | 117 .comment 0 : { *(.comment) }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/ |
elf_l1om.xr | 118 .comment 0 : { *(.comment) }
|
elf_l1om.xu | 119 .comment 0 : { *(.comment) }
|
elf_x86_64.xr | 114 .comment 0 : { *(.comment) }
|
elf_x86_64.xu | 115 .comment 0 : { *(.comment) }
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerProxy.cpp | 64 void ARMAssemblerProxy::comment(const char* string) { function in class:android::ARMAssemblerProxy 65 mTarget->comment(string); 158 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { 159 mTarget->SWI(cc, comment);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextSAXHandler.java | 80 public void comment(char ch[], int start, int length) method in class:ToTextSAXHandler 87 public void comment(String data) throws org.xml.sax.SAXException method in class:ToTextSAXHandler 95 comment(m_charsBuff, 0, length); method
|
ToTextStream.java | 462 * Called when a Comment is to be constructed. 466 * @param data The comment data. 470 public void comment(String data) throws org.xml.sax.SAXException method in class:ToTextStream 478 comment(m_charsBuff, 0, length); method 482 * Report an XML comment anywhere in the document. 488 * @param ch An array holding the characters in the comment. 493 public void comment(char ch[], int start, int length) method in class:ToTextStream
|
/external/doclava/src/com/google/doclava/ |
PackageInfo.java | 85 return comment().isHidden(); 103 return comment().tags(); 107 return comment().briefTags();
|
FieldInfo.java | 85 return comment().briefTags(); 89 return comment().tags(); 107 boolean commentDeprecated = comment().isDeprecated(); 119 + ": @Deprecated annotation and @deprecated comment do not match"); 326 TagInfo.makeHDF(data, base + ".deprecated", comment().deprecatedTags()); 327 TagInfo.makeHDF(data, base + ".seeAlso", comment().seeTags());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ComponentResultsElement.java | 215 String comment = preferences.get(getId(), null); local 216 if (comment != null) { 222 buffer.append(comment);
|
/external/icu4c/tools/gennorm2/ |
gennorm2.cpp | 192 char *comment=(char *)strchr(line, '#'); local 193 if(comment!=NULL) { 194 *comment=0; 198 continue; // skip empty and comment-only lines
|
/external/xmlwriter/src/org/jheer/ |
XMLWriter.java | 138 * Write a comment in the XML document. The comment will be written 140 * @param comment the comment text 142 public void comment(String comment) throws IOException { method in class:XMLWriter 145 m_out.write(comment);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
nodenormalize01.java | 87 Comment comment; local 105 comment = newDoc.createComment("comment"); 129 appendedChild = element5.appendChild(comment);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NodeNormalize.java | 34 import org.w3c.dom.Comment; 104 Comment comment; local 123 comment = newDoc.createComment("comment"); 147 element5.appendChild(comment);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectPropertiesWorkingCopy.java | 223 String comment = COMMENT_MAP.get(key); local 224 if (comment != null) { 225 writer.write(comment);
|
/external/icu4c/tools/genrb/ |
reslist.c | 833 const struct UString* comment, UErrorCode* status); 836 const struct UString* comment, UErrorCode* status){ 853 if(comment != NULL){ 854 ustr_cpy(&res->fComment, comment, status); 867 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { 868 struct SResource *res = res_open(bundle, tag, comment, status); 877 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { 878 struct SResource *res = res_open(bundle, tag, comment, status); 901 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { 902 struct SResource *res = res_open(bundle, tag, comment, status) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 410 CommentImpl comment = (CommentImpl) node; 412 comment.getParentNode().removeChild(comment); 415 if (comment.containsDashDash()) { 418 checkTextValidity(comment.buffer);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 173 String comment = getName(); local 176 comment, //description 177 comment, //comment 363 public Descriptor(String project, String description, String comment, 366 project, description, comment, arguments);
|
WrapInRefactoring.java | 143 String comment = getName(); local 146 comment, //description 147 comment, //comment 427 public Descriptor(String project, String description, String comment, 430 project, description, comment, arguments);
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 1629 String16 comment = symbols->getComment(realClassName); local [all...] |