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
78 /// place - P value - address of the place being relocated
79 Address place() const;
113 /// m_TargetData - target data of the place being relocated
119 /// m_TargetAddress - FragmentRef of the place being relocated
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java139 place(child, true);
287 place(v, true);
314 place(v, pt, false);
325 public void place(View v, boolean animate) { method in class:DessertCaseView
326 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
345 public synchronized void place(View v, Point pt, boolean animate) { method in class:DessertCaseView
/frameworks/base/core/tests/coretests/
H A DAndroid.mk44 # 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.cpp863 // for a place, we should not perform static relocation on it
864 // in order to keep the addend store in the place correct.
895 pReloc.target() = ((S + A) | T) - pReloc.place();
905 pReloc.target() = pReloc.symValue() + A - pReloc.place();
950 Relocator::Address P = pReloc.place();
965 Relocator::DWord P = pReloc.place();
984 Relocator::DWord P = pReloc.place();
1010 Relocator::Address P = pReloc.place();
1064 Relocator::Address P = pReloc.place();
1121 Relocator::Address P = pReloc.place();
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp452 // for a place, we should not perform static relocation on it
453 // in order to keep the addend store in the place correct.
479 Relocator::DWord P = pReloc.place();
532 Relocator::DWord P = pReloc.place() ;
559 Relocator::Address P = pReloc.place();
590 Relocator::Address P = pReloc.place();
613 Relocator::Address P = pReloc.place();
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp47 /// @param pFragRef [in] the place to apply the relocation
85 Relocation::Address Relocation::place() const function in class:Relocation
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp907 // for a place, we should not perform static relocation on it
908 // in order to keep the addend store in the place correct.
928 Relocator::DWord P = pReloc.place();
975 pReloc.target() = GOT_ORG + A - pReloc.place();
1011 Relocator::Address P = pReloc.place();
1610 // for a place, we should not perform static relocation on it
1611 // in order to keep the addend store in the place correct.
1682 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place();
1696 Relocator::Address P = pReloc.place();
1709 Relocator::DWord P = pReloc.place();
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp10 Type* PRESENTER_BASE_TYPE = new Type("android.support.place.connector",
12 Type* PRESENTER_LISTENER_BASE_TYPE = new Type("android.support.place.connector",
14 Type* RPC_BROKER_TYPE = new Type("android.support.place.connector", "Broker",
18 Type* PLACE_INFO_TYPE = new Type("android.support.place.connector", "PlaceInfo",
21 Type* RPC_CONNECTOR_TYPE = new Type("android.support.place.connector", "Connector",
23 Type* RPC_ENDPOINT_INFO_TYPE = new UserDataType("android.support.place.rpc",
25 Type* RPC_RESULT_HANDLER_TYPE = new UserDataType("android.support.place.rpc", "RpcResultHandler",
27 Type* RPC_ERROR_LISTENER_TYPE = new Type("android.support.place.rpc", "RpcErrorHandler",
29 Type* RPC_CONTEXT_TYPE = new UserDataType("android.support.place.rpc", "RpcContext", true,
480 Variable* place local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp655 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
726 Relocator::DWord P = pReloc.place();
810 Relocator::Address P = pReloc.place();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2390 /// placeOutputSections - place output sections based on SectionMap
2507 // place orphan sections
2542 // 1. place output sections based on SectionMap from SECTIONS command
2953 // if relocation target place is readonly, a copy relocation is needed
3099 if (X->place() < Y->place())
3101 if (X->place() > Y->place())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp113 return parent().place();
/frameworks/rs/api/
H A Drs_core_math.spec465 Return the mantissa and place the exponent into iptr[0]

Completed in 3385 milliseconds