OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reserve
(Results
226 - 250
of
2016
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h
139
//
Reserve
space to expand the field to at least the given size. If the
141
void
Reserve
(int new_size);
423
void
Reserve
(int new_size);
553
//
Reserve
() and MergeFrom() to reduce code size. |extend_amount| must be > 0.
760
//
Reserve
space to expand the field to at least the given size. This only
763
void
Reserve
(int new_size);
1011
int
reserve
= internal::CalculateReserve(begin, end);
local
1795
int
reserve
= internal::CalculateReserve(begin, end);
local
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/stdio/
getdelim.c
87
newlen = off + len + 1; /*
reserve
space for NUL terminator */
/cts/tests/tests/drm/lib/
TestPlugin.cpp
114
int action, bool
reserve
) {
/dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java
70
*
Reserve
space for the params at the bottom of the register
/external/bsdiff/
extents_file.cc
23
acc_len_.
reserve
(extents.size());
/external/chromium-libpac/src/
net_util.cc
51
ipv6_number.
reserve
(16);
/external/clang/test/SemaCXX/
empty-class-layout.cpp
150
// Make sure we
reserve
enough space for both bases; PR11745.
/external/compiler-rt/include/sanitizer/
allocator_interface.h
38
Generally, for request of X bytes, allocator can
reserve
and add to free
/external/dbus-binding-generator/chromeos-dbus-bindings/
indented_text.cc
66
lines_out.
reserve
(lines.size());
/external/deqp/executor/
xeBatchResult.cpp
107
m_testCaseResults.
reserve
(m_testCaseResults.size()+1);
/external/deqp/framework/delibs/decpp/
dePoolArray.hpp
64
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/deqp/modules/egl/
teglMemoryStressTests.cpp
184
//
Reserve
space for new allocations
187
m_pbuffers.
reserve
(m_pbuffers.size() + 1);
250
//
Reserve
space for new allocations
253
m_contexts.
reserve
(m_contexts.size() + 1);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitAllocator.java
72
*
Reserve
space for the params at the bottom of the register
/external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh
38
iterations.
reserve
(reps);
/external/eigen/bench/spbench/
sp_solver.cpp
67
// mat2.
reserve
(10);
/external/icu/icu4c/source/common/
ucnv_imp.h
17
* we
reserve
the right to hide them in further releases.
/external/iproute2/tipc/
README
6
--help or -h is used for help. We do not
reserve
the bare word "help", which
/external/libchrome/base/
base64url.cc
86
base64_input.
reserve
(base64_input_size.ValueOrDie());
/external/libunwind/doc/
unw_resume.man
68
Most platforms
reserve
some registers to pass arguments to exception
unw_resume.tex
43
Most platforms
reserve
some registers to pass arguments to exception
/external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h
65
Worklist.
reserve
(List.size()+16);
/external/llvm/lib/Support/
IntEqClasses.cpp
27
EC.
reserve
(N);
RandomNumberGenerator.cpp
45
Data.
reserve
(2 + Salt.size());
StreamingMemoryObject.cpp
116
Bytes.
reserve
(size);
/external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h
104
bool tryAllocateResourcesForConstExt(bool
Reserve
);
Completed in 1814 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>