OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLink
(Results
1 - 25
of
28
) 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
111
assert(NULL != (*section)->
getLink
());
114
*(*section)->
getLink
(),
175
assert(NULL != (*section)->
getLink
());
176
size_t link_index = (*section)->
getLink
()->index();
279
LDSection* strtab_shdr = symtab_shdr->
getLink
();
ELFDynObjReader.cpp
103
LDSection* strtab_shdr = symtab_shdr->
getLink
();
ELFReader.cpp
482
LDSection* strtab = symtab->
getLink
();
536
const LDSection* dynstr_sect = dynamic_sect->
getLink
();
[
all
...]
ELFObjectWriter.cpp
573
const LDSection* info_link = pSection.
getLink
();
/frameworks/compile/mclinker/include/mcld/LD/
LDSection.h
118
///
getLink
- return the Link. When a section A needs the other section B
123
LDSection*
getLink
()
126
const LDSection*
getLink
() const
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
96
assert(NULL != pSection.
getLink
());
97
if (0 == (pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC))
157
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
198
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
254
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
272
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
/frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeader.h
74
word_t
getLink
() const {
/frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp
95
ASSERT_EQ(NULL, (*iter)->
getLink
());
109
LDSection* strtab_shdr = symtab_shdr->
getLink
();
/external/clang/include/clang/Driver/
ToolChain.h
72
Tool *
getLink
() const;
/external/chromium_org/third_party/icu/source/common/
ushape.c
410
*Name :
getLink
416
getLink
(UChar ch) {
[
all
...]
/external/clang/lib/Driver/
ToolChain.cpp
92
Tool *ToolChain::
getLink
() const {
104
return
getLink
();
/external/icu4c/common/
ushape.cpp
413
*Name :
getLink
419
getLink
(UChar ch) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
71
assert(NULL != pSection.
getLink
());
72
if (0 == (pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC))
224
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
311
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
346
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
528
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
566
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
194
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
324
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
399
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
498
assert(NULL != pSection.
getLink
());
499
if (0 == (pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC))
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
114
assert(NULL != pSection.
getLink
());
115
if (0 == (pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC))
159
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
[
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
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
685
FragmentRef* frag_ref = FragmentRef::Create(*pSection.
getLink
(), pOffset);
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 600 milliseconds
1
2