/external/icu/icu4c/source/layoutex/ |
D | RunArrays.cpp | 43 grow(fCapacity); in ensureCapacity() 55 void RunArray::grow(le_int32 newCapacity) in grow() function in RunArray 98 void FontRuns::grow(le_int32 capacity) in grow() function in FontRuns 100 RunArray::grow(capacity); in grow() 150 void LocaleRuns::grow(le_int32 capacity) in grow() function in LocaleRuns 152 RunArray::grow(capacity); in grow() 202 void ValueRuns::grow(le_int32 capacity) in grow() function in ValueRuns 204 RunArray::grow(capacity); in grow()
|
D | plruns.cpp | 306 virtual void grow(le_int32 capacity); 376 void ULocRuns::grow(le_int32 capacity) in grow() function in ULocRuns 378 LocaleRuns::grow(capacity); in grow()
|
/external/valgrind/none/tests/linux/ |
D | mremap.stderr.exp-glibc27 | 2 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/llvm/include/llvm/ADT/ |
D | SmallVector.h | 226 void grow(size_t MinSize = 0); 231 this->grow(); in push_back() 238 this->grow(); in push_back() 251 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function 333 void grow(size_t MinSize = 0) { 339 this->grow(); in push_back() 389 this->grow(N); in resize() 402 this->grow(N); in resize() 410 this->grow(N); in reserve() 427 this->grow(this->size()+NumInputs); in append() [all …]
|
D | IntEqClasses.h | 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); } 47 void grow(unsigned N);
|
/external/valgrind/none/tests/ |
D | thread-exits.c | 47 static void grow(int depth) in grow() function 54 grow(depth-1); in grow() 115 grow(10); in main()
|
/external/clang/include/clang/AST/ |
D | ASTVector.h | 164 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/ |
D | BumpVector.h | 161 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/ |
D | antlr3bitset.c | 56 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/ |
D | RunArrays.h | 191 virtual void grow(le_int32 capacity); 366 virtual void grow(le_int32 capacity); 503 virtual void grow(le_int32 capacity); 640 virtual void grow(le_int32 capacity);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | BoolStack.java | 92 grow(); in push() 184 private void grow() in grow() method in BoolStack
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | memory-addr64.ll | 9 declare void @llvm.wasm.grow.memory.i64(i64) nounwind 25 call void @llvm.wasm.grow.memory.i64(i64 %n)
|
D | memory-addr32.ll | 9 declare void @llvm.wasm.grow.memory.i32(i32) nounwind 25 call void @llvm.wasm.grow.memory.i32(i32 %n)
|
/external/iptables/extensions/ |
D | libxt_quota2.man | 10 \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/v8/src/ |
D | string-stream.h | 28 virtual char* grow(unsigned* bytes) = 0; 37 char* grow(unsigned* bytes) override; 50 char* grow(unsigned* bytes) override;
|
/external/lzma/CPP/Windows/Control/ |
D | ImageList.h | 34 bool Create(int width, int height, UINT flags, int initialNumber, int grow) in Create() argument 37 initialNumber, grow); in Create()
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | ArrayQueue.java | 102 if (_size == _elements.length && !grow()) in enqueue() 313 if (_size == _elements.length && !grow()) in add() 358 protected boolean grow() in grow() method in ArrayQueue
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | IntArrayList.java | 61 grow(); in add() 75 protected void grow() { in grow() method in IntArrayList
|
/external/clang/lib/Sema/ |
D | TypeLocBuilder.cpp | 45 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder 79 grow(NewCapacity); in pushImpl()
|
D | TypeLocBuilder.h | 62 grow(Requested); in reserve() 133 void grow(size_t NewCapacity);
|
/external/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 88 void grow(); 126 grow(); in clearAllVirt()
|
D | FunctionLoweringInfo.h | 204 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo() 227 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DictionaryBreakEngine.java | 104 private void grow() { in grow() method in DictionaryBreakEngine.DequeI 119 grow(); in push()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DictionaryBreakEngine.java | 103 private void grow() { in grow() method in DictionaryBreakEngine.DequeI 118 grow(); in push()
|
/external/skia/src/core/ |
D | SkRecord.h | 79 this->grow(); in append() 149 void grow();
|