HomeSort by relevance Sort by last modified time
    Searched defs:grow (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/lib/Support/
IntEqClasses.cpp 25 void IntEqClasses::grow(unsigned N) { function in class:IntEqClasses
26 assert(NumClasses == 0 && "grow() called after compress().");
  /ndk/tests/device/test-stlport_shared-exception/jni/
p11667.cpp 19 void grow(int n) { function in class:LIST
53 mylist.grow(20);
  /ndk/tests/device/test-stlport_static-exception/jni/
p11667.cpp 19 void grow(int n) { function in class:LIST
53 mylist.grow(20);
  /external/chromium_org/third_party/WebKit/Source/wtf/
TerminatedArrayBuilder.h 26 void grow(size_t count) function in class:WTF::TerminatedArrayBuilder
  /external/chromium_org/third_party/skia/src/core/
SkTObjectPool.h 37 * destroyed, at that point all memory allocated by grow will have been
43 grow();
99 void grow() { function in class:SkTObjectPool
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 45 void TypeLocBuilder::grow(size_t NewCapacity) { function in class:TypeLocBuilder
73 // If we need to grow, grow by a factor of 2.
79 grow(NewCapacity);
  /external/llvm/include/llvm/ADT/
IndexedMap.h 14 // map. A member function grow() is provided that given the value of
65 void grow(IndexT n) { function in class:llvm::IndexedMap
  /external/skia/src/core/
SkTObjectPool.h 37 * destroyed, at that point all memory allocated by grow will have been
43 grow();
99 void grow() { function in class:SkTObjectPool
  /external/valgrind/main/none/tests/
thread-exits.c 13 grow the stack. If we don't get the siginfo, then it just looks
19 attempts to grow the stack once all the threads have been created
47 static void grow(int depth) function
54 grow(depth-1);
115 grow(10);
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.cpp 50 grow();
54 void Debug::grow() function in class:Ti::Debug
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 98 void (*grow) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_INT32 newSize); member in struct:ANTLR3_BITSET_struct
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java 61 grow(); method
75 protected void grow() { method in class:IntArrayList
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 92 grow(); method
184 private void grow() method in class:BoolStack
  /external/chromium_org/third_party/WebKit/Source/platform/
PurgeableVector.cpp 120 void PurgeableVector::grow(size_t newSize) function in class:WebCore::PurgeableVector
  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 43 grow(fCapacity);
55 void RunArray::grow(le_int32 newCapacity) function in class:RunArray
98 void FontRuns::grow(le_int32 capacity) function in class:FontRuns
100 RunArray::grow(capacity);
150 void LocaleRuns::grow(le_int32 capacity) function in class:LocaleRuns
152 RunArray::grow(capacity);
202 void ValueRuns::grow(le_int32 capacity) function in class:ValueRuns
204 RunArray::grow(capacity);
plruns.cpp 269 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
276 * The new <code>add</code> method should first call this method to grow the font and limit indices
306 virtual void grow(le_int32 capacity);
376 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns
378 LocaleRuns::grow(capacity);
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java 43 return grow(mBuffers[mAvailable], needed);
67 public ByteBuffer grow(ByteBuffer buffer, int needed) { method in class:BufferPool
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread_map.c 80 bool grow = false; local
102 grow = true;
105 if (grow) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize);
129 bitset->grow = grow;
283 bitset->grow(bitset, count+1);
395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) function
431 bitset->grow(bitset, bl);
435 bitset->grow(bitset, nw);
  /external/chromium_org/third_party/libevent/
evport.c 46 * Helper functions are used: grow() grows the file descriptor array as
82 * grow the array of file descriptors, doubling its size.
235 grow(struct evport_data *epdp, int factor) function
415 * If necessary, grow the file descriptor info table
423 if (-1 == grow(evpd, factor)) {
  /external/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
343 this->grow(C, N);
350 /// grow - double the size of the allocated memory, guaranteeing space for at
352 void grow(const ASTContext &C, size_type MinSize = 1)
375 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 156 grow(C);
173 grow(C, size() + Cnt);
180 grow(C, N);
188 /// grow - double the size of the allocated memory, guaranteeing space for at
190 void grow(BumpVectorContext &C, size_type MinSize = 1);
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 65 grow();
69 void VirtRegMap::grow() { function in class:VirtRegMap
  /frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp 63 static jobjectArray get_string_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
65 if (!grow) {
74 static jintArray get_int_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
76 if (!grow) {
85 static jlongArray get_long_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
87 if (!grow) {
226 bool grow = size > env->GetIntField(stats, gNetworkStatsClassInfo.capacity); local
229 gNetworkStatsClassInfo.iface, size, grow));
232 gNetworkStatsClassInfo.uid, size, grow));
235 gNetworkStatsClassInfo.set, size, grow));
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 239 * Grow the Quad outwards by the specified factor.
248 public Quad grow(float factor) { method in class:Quad

Completed in 700 milliseconds

1 2 3