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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/linux/
mremap.stderr.exp 2 mremap(grow, nomove, constrained): Cannot allocate memory
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 92 grow(); method
184 private void grow() method in class:BoolStack
  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 45 grow(fCapacity);
57 void RunArray::grow(le_int32 newCapacity) function in class:RunArray
100 void FontRuns::grow(le_int32 capacity) function in class:FontRuns
102 RunArray::grow(capacity);
152 void LocaleRuns::grow(le_int32 capacity) function in class:LocaleRuns
154 RunArray::grow(capacity);
204 void ValueRuns::grow(le_int32 capacity) function in class:ValueRuns
206 RunArray::grow(capacity);
  /frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp 66 static jobjectArray get_string_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
68 if (!grow) {
77 static jintArray get_int_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
79 if (!grow) {
88 static jlongArray get_long_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
90 if (!grow) {
229 bool grow = size > env->GetIntField(stats, gNetworkStatsClassInfo.capacity); local
232 gNetworkStatsClassInfo.iface, size, grow));
235 gNetworkStatsClassInfo.uid, size, grow));
238 gNetworkStatsClassInfo.set, size, grow));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
callback.go 42 grow()
48 func grow() { func
71 grow()
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
callback.go 42 grow()
48 func grow() { func
71 grow()
  /external/valgrind/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);
  /device/google/contexthub/lib/nanohub/
nanoapp.c 72 uint32_t len = 0, grow = 16384, total = 0; local
81 len += grow; dst = reallocOrDie(dst, len);
83 block = fread(dst + total, 1, grow, f);
85 } while (block == grow);
  /external/skia/src/core/
SkRecord.cpp 19 void SkRecord::grow() { function in class:SkRecord
  /external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
RegisterPositions.java 37 grow(index + 1);
51 public void grow(int minSize) {
  /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
  /system/bt/osi/src/
array.cc 38 static bool grow(array_t* array);
83 if (array->length == array->capacity && !grow(array)) {
85 "%s unable to grow array past current capacity of %zu elements "
96 static bool grow(array_t* array) { function
  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 35 * When an array needs to grow, it will double in size until
36 * it becomes this large, then it will grow by this amount.
130 * calling the <code>grow</code> method.
138 * first call this method to grow the data arrays, and use the return value
146 * @see grow
182 * Grow a data array to the given initial size. This method will be
185 * the overriding method to grow the limit indices array.
193 virtual void grow(le_int32 capacity);
331 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
338 * The new <code>add</code> method should first call this method to grow the font and limit indice
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
append.go 53 fmt.Println("unnecessary grow")
59 fmt.Println("didn't grow")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
append.go 53 fmt.Println("unnecessary grow")
59 fmt.Println("didn't grow")

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>