HomeSort by relevance Sort by last modified time
    Searched refs:getLink (Results 1 - 25 of 35) sorted by null

1 2

  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 48 public CharSequence getLink() {
RssReader.java 219 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(item.getLink().toString()));
416 strings.add(item.getLink());
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionHeader.hxx 92 PRINT_LINT("Link", getLink());
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 122 assert(NULL != (*section)->getLink());
125 *(*section)->getLink(),
188 assert(NULL != (*section)->getLink());
189 size_t link_index = (*section)->getLink()->index();
292 LDSection* strtab_shdr = symtab_shdr->getLink();
ELFDynObjReader.cpp 109 LDSection* strtab_shdr = symtab_shdr->getLink();
GarbageCollection.cpp 148 LDSection* apply_sect = reloc_sect->getLink();
361 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
ELFReader.cpp 456 LDSection* strtab = symtab->getLink();
505 const LDSection* dynstr_sect = dynamic_sect->getLink();
    [all...]
EhFrame.cpp 189 if ((*ri)->getLink() == &pFrame.getSection()) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 115 /// getLink - return the Link. When a section A needs the other section B
120 LDSection* getLink()
123 const LDSection* getLink() const
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeader.h 73 word_t getLink() const {
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 96 ASSERT_EQ(NULL, (*iter)->getLink());
110 LDSection* strtab_shdr = symtab_shdr->getLink();
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 193 assert(NULL != pSection.getLink());
194 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
360 getTarget().checkAndSetHasTextRel(*pSection.getLink());
381 getTarget().checkAndSetHasTextRel(*pSection.getLink());
485 getTarget().checkAndSetHasTextRel(*pSection.getLink());
536 getTarget().checkAndSetHasTextRel(*pSection.getLink());
587 getTarget().checkAndSetHasTextRel(*pSection.getLink());
681 getTarget().checkAndSetHasTextRel(*pSection.getLink());
738 getTarget().checkAndSetHasTextRel(*pSection.getLink());
787 getTarget().checkAndSetHasTextRel(*pSection.getLink());
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 168 getTarget().checkAndSetHasTextRel(*pSection.getLink());
192 getTarget().checkAndSetHasTextRel(*pSection.getLink());
252 getTarget().checkAndSetHasTextRel(*pSection.getLink());
387 assert(NULL != pSection.getLink());
388 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
  /external/chromium_org/third_party/icu/source/common/
ushape.cpp 413 *Name : getLink
419 getLink(UChar ch) {
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp 437 *Name : getLink
443 getLink(UChar ch) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 241 assert(NULL != pSection.getLink());
242 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
310 getTarget().checkAndSetHasTextRel(*pSection.getLink());
348 getTarget().checkAndSetHasTextRel(*pSection.getLink());
408 getTarget().checkAndSetHasTextRel(*pSection.getLink());
423 getTarget().checkAndSetHasTextRel(*pSection.getLink());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 422 assert(NULL != pSection.getLink());
423 if (LDFileFormat::Ignore == pSection.getLink()->kind()) {
456 LDSection* apply_sect = reloc_sect->getLink();
497 assert(apply_sect->getLink() != NULL);
498 pSectReachedListMap.addReference(*apply_sect->getLink(), *apply_sect);
ARMRelocator.cpp 509 getTarget().checkAndSetHasTextRel(*pSection.getLink());
636 getTarget().checkAndSetHasTextRel(*pSection.getLink());
712 getTarget().checkAndSetHasTextRel(*pSection.getLink());
806 assert(NULL != pSection.getLink());
807 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
    [all...]
  /external/clang/lib/Driver/
ToolChain.cpp 100 Tool *ToolChain::getLink() const {
112 return getLink();
  /external/clang/include/clang/Driver/
ToolChain.h 74 Tool *getLink() const;
  /external/doclava/src/com/google/doclava/
SampleCode.java 617 buf.append("<a href=\"" + list.get(i).getLink() + "\" title=\""
645 buf.append("<a href=\"" + list.get(i).getLink() + "\" title=\""
670 buf.append("<a href=\"" + list.get(i).getLink() + "\" title=\""
701 public String getLink() {
PageMetadata.java 774 public String getLink() {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 206 assert(NULL != pSection.getLink());
207 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
270 getTarget().checkAndSetHasTextRel(*pSection.getLink());
329 ld_backend.checkAndSetHasTextRel(*pSection.getLink());
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 324 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
325 (*sect)->getLink()->kind() == LDFileFormat::Folded)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 

Completed in 1484 milliseconds

1 2