Searched defs:reserve (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp31 void MipsGOTPLT::reserve(size_t pNum) { function in class:mcld::MipsGOTPLT
H A DMipsGOT.cpp89 void MipsGOT::reserve(size_t pNum) { function in class:mcld::MipsGOT
108 reserve(it->m_LocalNum);
110 reserve(it->m_GlobalNum);
116 reserve(getGlobalNum() - it->m_GlobalNum);
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h78 void reserve(size_t pSize) { m_Pool.reserve(pSize); } function in class:mcld::KeyEntryMap
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp121 void NamePool::reserve(NamePool::size_type pSize) { function in class:mcld::NamePool
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp60 status_t Tokenizer::reserve(uint32_t token) function in class:android::Tokenizer
/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
H A DIDrmManagerService.cpp415 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
425 data.writeInt32(static_cast< int>(reserve));
1133 const bool reserve = static_cast<bool>(data.readInt32()); local
1135 = consumeRights(uniqueId, &handle, action, reserve);
414 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
H A DNoOpDrmManagerClientImpl.cpp72 status_t NoOpDrmManagerClientImpl::consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) { argument
H A DDrmManagerClientImpl.cpp182 int action, bool reserve) {
186 uniqueId, decryptHandle.get(), action, reserve);
180 consumeRights( int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp185 int action, bool reserve) {
184 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java193 if (reserve(backing.getSize())) {
216 private boolean reserve(int size) { method in class:FrameManager.PriorityBackingCache
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp275 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
280 result = drmEngine->consumeRights(uniqueId, decryptHandle, action, reserve);
274 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
H A DDrmManagerService.cpp210 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
215 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
209 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp296 bool reserve) {
293 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java786 final int index = reserve(valueLength);
806 int index = reserve(11);
864 private int reserve(int length) { method in class:PointerLocationView.FasterStringBuilder
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 612 milliseconds