Searched refs:reserve (Results 226 - 250 of 816) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.cc195 video_frame_types->reserve(frame_types.size());
/external/chromium_org/tools/gn/
H A Descape.cc194 result.reserve(str.size() + 4); // Guess we'll add a couple of extra chars.
H A Dfunction_rebase_path.cc261 result.list_value().reserve(inputs.list_value().size());
H A Dinput_conversion.cc107 ret.list_value().reserve(as_lines.size());
H A Dpath_output.cc125 intermediate.reserve(inverse_current_dir_.size() + str.size());
H A Dstring_utils.cc139 output.reserve(size);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win.cc193 ascii_languages.reserve(ui_languages.size());
/external/chromium_org/v8/src/
H A Dostreams.h94 void reserve(size_t requested_capacity);
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc52 name.reserve(prefix_len + chrome_exe.value().size());
/external/deqp/executor/
H A DxeCallQueue.cpp110 m_calls.reserve(m_calls.size()+1);
/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp64 void reserve (deUintptr capacity);
255 reserve(newSize);
273 reserve(newSize);
283 inline void PoolArray<T, Alignment>::reserve (deUintptr capacity) function in class:de::PoolArray
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java333 public void mark(int reserve) { argument
/external/eigen/test/eigen2/
H A Dsparse.h137 sparseVec.reserve(int(refVec.size()*density));
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h89 // around 14-20 so lets pre-reserve half of that since
92 // Only reserve the memory if we are adding children of
95 // the first compile unit child DIE and should reserve
98 m_die_array.reserve(GetDebugInfoSize() / 24);
/external/llvm/include/llvm/ADT/
H A DStringExtras.h193 S.reserve(Len);
/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h58 PostBlocks.reserve(Container->getNumBlocks());
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h193 Data.reserve(End + 1 - Begin);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp188 Sequence.reserve(SUnits.size());
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp70 E.Loc.reserve(str.size());
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp125 MDNodes.reserve(MDNodeSet.size() + NonUniquedMDNodes.size());
/external/llvm/lib/Support/
H A DStreamableMemoryObject.cpp125 Bytes.reserve(size);
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp153 worklist.reserve(M.size());
/external/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp90 Result.reserve(CA->getNumOperands());
/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp266 this->theVector.reserve(2);
279 this->theVector.reserve(3);
426 this->theVector.reserve(4);
647 this->theVector.reserve(4);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp84 v.reserve(__proc<uint32_t>(is));

Completed in 605 milliseconds

1234567891011>>