OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserve
(Results
276 - 300
of
473
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h
757
{
reserve
(0); }
777
* This function attempts to
reserve
enough memory for the
784
* required, the user can
reserve
the memory in %advance, and thus
789
reserve
(size_type __res_arg = 0);
[
all
...]
/external/chromium/chrome/browser/history/
history.cc
411
urls.
reserve
(info.size());
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc
107
// Most writes are just a single fingerprint, so we
reserve
that much in this
967
fingerprints_.
reserve
(4096);
[
all
...]
/external/chromium/net/base/
dnssec_chain_verifier.cc
256
txt.
reserve
(rrdata.size());
x509_certificate_openssl.cc
566
chain_bytes->
reserve
(cert_handles.size());
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
InitHeaderSearch.cpp
580
SearchList.
reserve
(IncludePath.size());
/external/clang/lib/Sema/
JumpDiagnostics.cpp
553
JumpScopes.
reserve
(JumpScopesMap.size());
/external/icu4c/test/perf/ustrperf/
stringperf.h
78
//catStd ->
reserve
(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
79
catStd ->
reserve
(110000000);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
542
FilterIds.
reserve
(FilterIds.size() + TyIds.size() + 1);
PostRASchedulerList.cpp
672
Sequence.
reserve
(SUnits.size());
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
539
Sequence.
reserve
(SUnits.size());
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/external/llvm/utils/FileCheck/
FileCheck.cpp
464
NewFile.
reserve
(MB->getBufferSize());
/external/openfst/src/include/fst/
cache.h
290
state->arcs.
reserve
(n);
replace-util.h
268
stats_.
reserve
(fst_array_.size());
rmepsilon.h
256
states.
reserve
(fst->NumStates());
/external/skia/src/pdf/
SkPDFTypes.cpp
345
void SkPDFArray::
reserve
(int length) {
function in class:SkPDFArray
/external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h
130
fst_array_.
reserve
(impl.fst_array_.size());
/external/stlport/stlport/stl/
_hashtable.h
597
_M_buckets.
reserve
(__n_buckets);
/external/stlport/test/eh/
test_insert.h
91
keys.
reserve
( dist );
/external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp
556
md5hash.
reserve
(16 * 2);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
296
bool
reserve
) {
/ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h
597
_M_buckets.
reserve
(__n_buckets);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h
583
* This function attempts to
reserve
enough memory for the
590
* that will be required, the user can
reserve
the memory in
595
reserve
(size_type __n);
[
all
...]
Completed in 1493 milliseconds
<<
11
12
13
14
15
16
17
18
19