Searched refs:place (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h59 /// @param pFragRef [in] the place to apply the relocation
77 /// place - P value - address of the place being relocated
78 Address place() const;
112 /// m_TargetData - target data of the place being relocated
118 /// m_TargetAddress - FragmentRef of the place being relocated
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java146 place(child, true);
294 place(v, true);
321 place(v, pt, false);
332 public void place(View v, boolean animate) { method in class:DessertCaseView
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
352 public synchronized void place(View v, Point pt, boolean animate) { method in class:DessertCaseView
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp45 /// @param pFragRef [in] the place to apply the relocation
81 Relocation::Address Relocation::place() const { function in class:mcld::Relocation
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
H A DIdenticalCodeFolding.cpp243 rel.place());
/frameworks/base/core/tests/coretests/
H A DAndroid.mk54 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp811 // for a place, we should not perform static relocation on it
812 // in order to keep the addend store in the place correct.
842 pReloc.target() = ((S + A) | T) - pReloc.place();
851 pReloc.target() = pReloc.symValue() + A - pReloc.place();
893 Relocator::Address P = pReloc.place();
907 Relocator::DWord P = pReloc.place();
925 Relocator::DWord P = pReloc.place();
951 Relocator::Address P = pReloc.place();
1003 Relocator::Address P = pReloc.place();
1058 Relocator::Address P = pReloc.place();
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp487 // for a place, we should not perform static relocation on it
488 // in order to keep the addend store in the place correct.
512 Relocator::DWord P = pReloc.place();
561 Relocator::DWord P = pReloc.place();
580 Relocator::DWord P = pReloc.place();
605 Relocator::Address P = pReloc.place();
634 Relocator::Address P = pReloc.place();
656 Relocator::Address P = pReloc.place();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp883 // for a place, we should not perform static relocation on it
884 // in order to keep the addend store in the place correct.
903 Relocator::DWord P = pReloc.place();
947 pReloc.target() = GOT_ORG + A - pReloc.place();
981 Relocator::Address P = pReloc.place();
1558 // for a place, we should not perform static relocation on it
1559 // in order to keep the addend store in the place correct.
1627 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place();
1640 Relocator::Address P = pReloc.place();
1652 Relocator::DWord P = pReloc.place();
[all...]
/frameworks/rs/api/
H A Drs_matrix.spec196 summary: Inverts a matrix in place
205 summary: Inverts and transpose a matrix in place
585 summary: Transpose a matrix place
587 Transpose the matrix m in place.
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp670 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
741 Relocator::DWord P = pReloc.place();
825 Relocator::Address P = pReloc.place();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2293 /// placeOutputSections - place output sections based on SectionMap
2412 // place orphan sections
2445 // 1. place output sections based on SectionMap from SECTIONS command
2816 // if relocation target place is readonly, a copy relocation is needed
2959 if (X.place() < Y.place())
2961 if (X.place() > Y.place())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp68 Relocation::DWord P() const { return parent().place(); }

Completed in 1014 milliseconds