Home
last modified time | relevance | path

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

1234567

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArgumentEncoder.cpp66 uint8_t* ArgumentEncoder::grow(unsigned alignment, size_t size) in grow() function in CoreIPC::ArgumentEncoder
93 uint8_t* buffer = grow(1, size); in encodeBytes()
100 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeBool()
107 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeUInt32()
114 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeUInt64()
121 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeInt32()
128 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeInt64()
135 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeFloat()
142 uint8_t* buffer = grow(sizeof(n), sizeof(n)); in encodeDouble()
/external/webkit/Source/JavaScriptCore/assembler/
DAssemblerBuffer.h60 grow(); in ensureSpace()
78 grow(); in putByte()
92 grow(); in putShort()
113 grow(); in putInt()
121 grow(); in putIntegral()
171 grow(size); in append()
177 void grow(int extraCapacity = 0)
/external/icu4c/layoutex/
DRunArrays.cpp43 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()
/external/valgrind/main/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/webkit/Source/JavaScriptCore/heap/
DHandleStack.cpp39 grow(); in HandleStack()
56 void HandleStack::grow() in grow() function in JSC::HandleStack
58 HandleSlot block = m_blockStack.grow(); in grow()
DConservativeRoots.h55 void grow();
84 grow(); in add()
DHandleHeap.cpp50 grow(); in HandleHeap()
53 void HandleHeap::grow() in grow() function in JSC::HandleHeap
55 Node* block = m_blockStack.grow(); in grow()
DHandleStack.h58 void grow();
123 grow(); in push()
/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLBuffer.h96 if (!grow(1)) in append()
106 if (!grow(m_length + strLength - m_capacity)) in append()
116 bool grow(int minimumAdditionalCapacity) in grow() function
/external/clang/include/clang/AST/
DASTVector.h161 grow(C); in push_back()
167 grow(C, N); in reserve()
185 this->grow(C, this->size()+NumInputs); in append()
199 this->grow(C, this->size()+NumInputs); in append()
229 this->grow(C); in insert()
340 this->grow(C, N); in resize()
349 void grow(ASTContext &C, size_type MinSize = 1);
369 void ASTVector<T>::grow(ASTContext &C, size_t MinSize) { in grow() function
/external/valgrind/main/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/clang/include/clang/Analysis/Support/
DBumpVector.h156 grow(C); in push_back()
173 grow(C, size() + Cnt); in insert()
180 grow(C, N); in reserve()
190 void grow(BumpVectorContext &C, size_type MinSize = 1);
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/external/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/icu4c/layoutex/layout/
DRunArrays.h191 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/
DBoolStack.java92 grow(); in push()
184 private void grow() in grow() method in BoolStack
/external/v8/src/
Dstring-stream.h44 virtual char* grow(unsigned* bytes) = 0;
53 char* grow(unsigned* bytes);
66 char* grow(unsigned* bytes);
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp90 prefixedBytes.grow(srcSize); in decode()
119 dstBuffer.grow(dstBuffer.size() * 2); in decode()
189 dstBuffer.grow(dstBuffer.size() * 2); in encode()
/external/clang/lib/Sema/
DTypeLocBuilder.h57 grow(Requested); in reserve()
144 grow(NewCapacity); in pushImpl()
153 void grow(size_t NewCapacity) { in grow() function
/external/webkit/Source/JavaScriptCore/wtf/
DBlockStack.h42 T* grow();
70 template <typename T> T* BlockStack<T>::grow() in grow() function
/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/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextControllerCoreText.cpp56 m_coreTextIndicesVector.grow(m_glyphCount); in ComplexTextRun()
63 m_glyphsVector.grow(m_glyphCount); in ComplexTextRun()
70 m_advancesVector.grow(m_glyphCount); in ComplexTextRun()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h177 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
197 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
/external/webkit/Source/WebCore/platform/text/
DLineEnding.cpp84 m_buffer.grow(oldSize + size); in allocate()
178 result.grow(oldResultSize + newLen); in normalizeToCROrLF()
/external/webkit/Source/JavaScriptCore/interpreter/
DRegisterFile.h126 bool grow(Register* newEnd);
196 inline bool RegisterFile::grow(Register* newEnd) in grow() function

1234567