Searched refs:reserve (Results 26 - 45 of 45) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp126 void NamePool::reserve(NamePool::size_type pSize) function in class:NamePool
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp60 status_t Tokenizer::reserve(uint32_t token) function in class:android::Tokenizer
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp152 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
157 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
151 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
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
/frameworks/av/drm/libdrmframework/include/
H A DIDrmManagerService.h118 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
206 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/frameworks/av/drm/libdrmframework/
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/rs/
H A DrsScriptGroup.cpp210 sg->mKernels.reserve(kernelCount);
215 sg->mLinks.reserve(linkCount);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp45 s.reserve(SHA1_DIGEST_LENGTH + 1);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h79 /// Create GOT entries and reserve dynrel entries.
173 void reserve(size_t pNum);
H A DMipsRelocator.cpp438 getTarget().getGOTPLT().reserve();
/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/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/av/drm/common/
H A DIDrmManagerService.cpp414 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
424 data.writeInt32(static_cast< int>(reserve));
1117 const bool reserve = static_cast<bool>(data.readInt32()); local
1119 = consumeRights(uniqueId, &handle, action, reserve);
413 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp273 actions.reserve(num_actions);
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPositionalOptions.cpp204 pActions.reserve(numOfActions());
/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/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp246 // Emit an entry count so the reader can reserve space.
1653 UseList.reserve(UseListSize);
1862 Buffer.reserve(256*1024);
1864 // If this is darwin or another generic macho target, reserve space for the
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp301 // Emit an entry count so the reader can reserve space.
1687 Buffer.reserve(256*1024);
1689 // If this is darwin or another generic macho target, reserve space for the
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp241 // Emit an entry count so the reader can reserve space.
1704 Buffer.reserve(256*1024);
1706 // If this is darwin or another generic macho target, reserve space for the
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp108 TyInfo.reserve(FilterLength - 1);
848 // type list. This allows us to reserve space.
1098 // type list. This allows us to reserve space.

Completed in 883 milliseconds

12