OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLink
(Results
26 - 50
of
90
) sorted by null
1
2
3
4
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
172
assert(pSection.
getLink
() != NULL);
173
if ((pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC) == 0)
326
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
350
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
449
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
499
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
550
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
643
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
703
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
752
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
[
all
...]
/external/doclava/src/com/google/doclava/
SampleCode.java
629
if (list.get(i).
getLink
().indexOf(".html") > -1) {
630
buf.append(indent + " path: " + list.get(i).
getLink
() + "\n");
643
String xmlToHtmlPath = list.get(i).
getLink
().replace(".xml", ".html");
671
buf.append("<a href=\"" + list.get(i).
getLink
() + "\" title=\""
699
buf.append("<a href=\"" + list.get(i).
getLink
() + "\" title=\""
724
buf.append("<a href=\"" + list.get(i).
getLink
() + "\" title=\""
755
public String
getLink
() {
/external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp
160
auto &Link = Sets.
getLink
(SetIndex);
320
auto AttrsA = Sets.
getLink
(SetA.Index).Attrs;
321
auto AttrsB = Sets.
getLink
(SetB.Index).Attrs;
StratifiedSets.h
111
const StratifiedLink &
getLink
(StratifiedIndex Index) const {
268
const StratifiedLink &
getLink
() const { return Link; }
286
StratLinks.push_back(Link.
getLink
());
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
198
assert(pSection.
getLink
() != NULL);
199
if ((pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC) == 0)
262
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
300
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
309
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
313
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
317
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
370
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
395
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
422
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
[
all
...]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLElement.java
255
final String link = linkable.
getLink
(base);
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
LabelColumnTest.java
134
public String
getLink
(ReportOutputFolder base) {
BarColumnTest.java
214
public String
getLink
(ReportOutputFolder base) {
PercentageColumnTest.java
148
public String
getLink
(ReportOutputFolder base) {
CounterColumnTest.java
206
public String
getLink
(ReportOutputFolder base) {
TableTest.java
235
public String
getLink
(ReportOutputFolder base) {
/development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java
219
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(item.
getLink
().toString()));
416
strings.add(item.
getLink
());
/external/icu/icu4c/source/common/
ushape.cpp
437
*Name :
getLink
443
getLink
(UChar ch) {
[
all
...]
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
137
LDSection* apply_sect = reloc_sect->
getLink
();
351
if (LDFileFormat::Ignore == reloc_sect->
getLink
()->kind())
ELFReader.cpp
435
LDSection* strtab = symtab->
getLink
();
482
const LDSection* dynstr_sect = dynamic_sect->
getLink
();
929
LDSection* strtab = symtab->
getLink
();
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
493
assert(pSection.
getLink
() != NULL);
494
if ((pSection.
getLink
()->kind() == LDFileFormat::Ignore) ||
495
(pSection.
getLink
()->kind() == LDFileFormat::Folded)) {
571
LDSection* apply_sect = reloc_sect->
getLink
();
612
assert(apply_sect->
getLink
() != NULL);
613
pSectReachedListMap.addReference(*apply_sect->
getLink
(), *apply_sect);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShaping.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java
[
all
...]
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp
163
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
189
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
248
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
383
assert(pSection.
getLink
() != NULL);
384
if ((pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC) == 0)
/external/clang/include/clang/Driver/
ToolChain.h
90
Tool *
getLink
() const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
211
assert(pSection.
getLink
() != NULL);
212
if ((pSection.
getLink
()->flag() & llvm::ELF::SHF_ALLOC) == 0)
277
getTarget().checkAndSetHasTextRel(*pSection.
getLink
());
338
ld_backend.checkAndSetHasTextRel(*pSection.
getLink
());
/external/clang/lib/Driver/
ToolChain.cpp
235
Tool *ToolChain::
getLink
() const {
247
return
getLink
();
/prebuilts/misc/common/jacoco/lib/
org.jacoco.report-0.7.2.201409121644.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar
Completed in 1606 milliseconds
1
2
3
4