Searched refs:reserve (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.h44 void reserve(size_t pNum = 1);
74 void reserve(size_t pNum = 1);
H A DX86GOT.cpp30 void X86_32GOT::reserve(size_t pNum) function in class:X86_32GOT
61 void X86_64GOT::reserve(size_t pNum) function in class:X86_64GOT
H A DX86GOTPLT.cpp27 reserve(X86GOTPLT0Num);
71 reserve(X86GOTPLT0Num);
H A DX86Relocator.cpp237 // Symbol needs GOT entry, reserve entry in .got
242 getTarget().getGOT().reserve();
273 getTarget().getGOT().reserve(2);
274 // reserve an rel entry
319 // reserve got and dyn relocation entries for tp-relative offset
320 getTarget().getGOT().reserve();
331 // reserve got and dyn relocation entries for tp-relative offset
332 getTarget().getGOT().reserve();
378 // Symbol needs PLT entry, we need to reserve a PLT entry
383 getTarget().getGOTPLT().reserve();
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp30 void HexagonGOT::reserve(size_t pNum) function in class:HexagonGOT
H A DHexagonGOT.h44 void reserve(size_t pNum = 1);
H A DHexagonGOTPLT.cpp27 reserve(HexagonGOTPLT0Num);
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp20 m_AttrSet.reserve(pNum);
H A DSearchDirs.cpp31 m_DirList.reserve(8);
38 m_DirList.reserve(8);
/frameworks/native/opengl/libagl/
H A DTokenManager.cpp28 mTokenizer.reserve(0);
H A DTokenizer.h37 status_t reserve(uint32_t token);
/frameworks/compile/mclinker/include/mcld/Target/
H A DSymbolEntryMap.h56 void reserve(size_t pSize) { m_Pool.reserve(pSize); } function in class:mcld::SymbolEntryMap
H A DGOT.h83 /// reserve - reseve number of pNum of empty entries
88 virtual void reserve(size_t pNum = 1) = 0;
/frameworks/base/services/java/com/android/server/am/
H A DProcessList.java256 int reserve = displayWidth * displayHeight * 4 * 3 / 1024;
261 reserve = reserve_abs;
265 reserve += reserve_adj;
266 if (reserve < 0) {
267 reserve = 0;
275 SystemProperties.set("sys.sysctl.extra_free_kbytes", Integer.toString(reserve));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h59 void reserve(size_t pNum = 1);
H A DARMGOT.cpp30 reserve(ARMGOT0Num);
47 void ARMGOT::reserve(size_t pNum) function in class:ARMGOT
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp86 void MipsGOT::reserve(size_t pNum) function in class:MipsGOT
107 reserve(MipsGOT0Num);
109 reserve(it->m_LocalNum);
111 reserve(it->m_GlobalNum);
117 reserve(getGlobalNum() - it->m_GlobalNum);
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp128 m_CIEs.reserve(pOther.numOfCIEs() + m_CIEs.size());
132 m_FDEs.reserve(pOther.numOfFDEs() + m_FDEs.size());
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h97 void reserve(size_type pN);
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h79 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h56 status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/frameworks/av/include/drm/
H A DDrmManagerClient.h106 * If the reserve parameter is true the rights is reserved until the same
107 * application calls this api again with the reserve parameter set to false.
111 * @param[in] reserve True if the rights should be reserved.
116 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp146 mStringBuffer.reserve(bufferSize);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp82 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
83 return onConsumeRights(uniqueId, decryptHandle, action, reserve);
81 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) {
81 return mDrmManagerClientImpl->consumeRights(mUniqueId, decryptHandle, action, reserve);
79 consumeRights( sp<DecryptHandle> &decryptHandle, int action, bool reserve) argument

Completed in 497 milliseconds

12