Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 25 of 185) sorted by relevance

12345678

/external/icu/icu4c/source/layoutex/
DRunArrays.cpp45 grow(fCapacity); in ensureCapacity()
57 void RunArray::grow(le_int32 newCapacity) in grow() function in RunArray
100 void FontRuns::grow(le_int32 capacity) in grow() function in FontRuns
102 RunArray::grow(capacity); in grow()
152 void LocaleRuns::grow(le_int32 capacity) in grow() function in LocaleRuns
154 RunArray::grow(capacity); in grow()
204 void ValueRuns::grow(le_int32 capacity) in grow() function in ValueRuns
206 RunArray::grow(capacity); in grow()
/external/valgrind/none/tests/linux/
Dmremap.stderr.exp-glibc272 mremap(grow, fixed): Cannot allocate memory
3 grow, nomove: p=0x........ np=0x........: shrink moved?!
4 grow, maymove: p=0x........ np=0x........: shrink moved?!
5 mremap(grow, nomove, constrained): Cannot allocate memory
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h208 void grow(size_t MinSize = 0);
213 this->grow(); in push_back()
220 this->grow(); in push_back()
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
301 void grow(size_t MinSize = 0) {
308 this->grow(); in push_back()
358 this->grow(N); in resize()
371 this->grow(N); in resize()
379 this->grow(N); in reserve()
396 this->grow(this->size()+NumInputs); in append()
[all …]
/external/llvm/include/llvm/ADT/
DSmallVector.h205 void grow(size_t MinSize = 0);
210 this->grow(); in push_back()
217 this->grow(); in push_back()
230 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
298 void grow(size_t MinSize = 0) {
304 this->grow(); in push_back()
355 this->grow(N); in resize()
368 this->grow(N); in resize()
376 this->grow(N); in reserve()
393 this->grow(this->size()+NumInputs); in append()
[all …]
DIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
47 void grow(unsigned N);
/external/valgrind/none/tests/
Dthread-exits.c47 static void grow(int depth) in grow() function
54 grow(depth-1); in grow()
115 grow(10); in main()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h196 void grow(size_t MinSize = 0);
201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
255 void grow(size_t MinSize = 0) {
299 this->grow(N); in resize()
311 this->grow(N); in resize()
319 this->grow(N); in reserve()
329 this->grow(); in push_back()
353 this->grow(this->size()+NumInputs); in append()
367 this->grow(this->size()+NumInputs); in append()
377 this->grow(NumElts); in assign()
[all …]
DIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
47 void grow(unsigned N);
/external/clang/include/clang/AST/
DASTVector.h164 grow(C); in push_back()
170 grow(C, N); in reserve()
188 this->grow(C, this->size()+NumInputs); in append()
202 this->grow(C, this->size()+NumInputs); in append()
232 this->grow(C); in insert()
344 this->grow(C, N); in resize()
353 void grow(const ASTContext &C, size_type MinSize = 1);
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
/external/clang/include/clang/Analysis/Support/
DBumpVector.h161 grow(C); in push_back()
178 grow(C, size() + Cnt); in insert()
185 grow(C, N); in reserve()
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3bitset.c56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize);
129 bitset->grow = grow; in antlr3BitsetSetAPI()
283 bitset->grow(bitset, count+1); in antlr3BitsetLoad()
395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) in grow() function
431 bitset->grow(bitset, bl); in growToInclude()
435 bitset->grow(bitset, nw); in growToInclude()
/external/icu/icu4c/source/layoutex/layout/
DRunArrays.h193 virtual void grow(le_int32 capacity);
368 virtual void grow(le_int32 capacity);
505 virtual void grow(le_int32 capacity);
642 virtual void grow(le_int32 capacity);
/external/apache-xml/src/main/java/org/apache/xml/utils/
DBoolStack.java92 grow(); in push()
184 private void grow() in grow() method in BoolStack
/external/fio/examples/
Dftruncate.fio17 # truncate the file to 4Kbytes then repeatedly grow the file back to just over
19 [grow-truncate]
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DRegisterPositions.java37 grow(index + 1); in set()
51 public void grow(int minSize) {
/external/iptables/extensions/
Dlibxt_quota2.man10 \fB\-\-grow\fP
27 negation has no effect when \fB\-\-grow\fP is used.
36 \-A INPUT \-p tcp \-\-dport 6881 \-m quota \-\-name bt \-\-grow;
/external/llvm/test/CodeGen/WebAssembly/
Dmemory-addr32.ll9 declare void @llvm.wasm.grow.memory.i32(i32) nounwind
25 call void @llvm.wasm.grow.memory.i32(i32 %n)
Dmemory-addr64.ll9 declare void @llvm.wasm.grow.memory.i64(i64) nounwind
25 call void @llvm.wasm.grow.memory.i64(i64 %n)
/external/v8/src/
Dstring-stream.h27 virtual char* grow(unsigned* bytes) = 0;
36 char* grow(unsigned* bytes) override;
49 char* grow(unsigned* bytes) override;
/external/lzma/CPP/Windows/Control/
DImageList.h34 bool Create(int width, int height, UINT flags, int initialNumber, int grow) in Create() argument
37 initialNumber, grow); in Create()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntArrayList.java61 grow(); in add()
75 protected void grow() { in grow() method in IntArrayList
/external/clang/lib/Sema/
DTypeLocBuilder.h62 grow(Requested); in reserve()
133 void grow(size_t NewCapacity);
DTypeLocBuilder.cpp45 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder
79 grow(NewCapacity); in pushImpl()
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h88 void grow();
126 grow(); in clearAllVirt()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h178 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
198 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()

12345678