/external/chromium_org/third_party/icu/source/tools/toolutil/ |
package.h | 187 * Grow itemMax to new value 192 * Grow itemMax to at least itemCount+1
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglarray.c | 37 * Grow the size of the array. 51 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d",
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_bitmask.c | 186 /* grow the bitmask if necessary */ 207 /* grow the bitmask if necessary */
|
u_handle_table.c | 177 /* grow the table if necessary */ 207 /* grow the table if necessary */
|
/external/chromium_org/ui/app_list/cocoa/ |
item_drag_controller.mm | 65 // Add a grow animation to the layer. 85 // If the grow animation is still in progress, make the point of the image
|
/external/chromium_org/v8/test/cctest/ |
test-list.cc | 58 // Add elements to the list to grow it to its capacity. 65 // Add an existing element, the backing store should have to grow.
|
/external/clang/test/Misc/ |
warning-flags.c | 19 The list of warnings below should NEVER grow. It should gradually shrink to 0. 128 The list of warnings in -Wpedantic should NEVER grow.
|
/external/icu/icu4c/source/tools/toolutil/ |
package.h | 187 * Grow itemMax to new value 192 * Grow itemMax to at least itemCount+1
|
/external/jemalloc/src/ |
quarantine.c | 130 /* Grow the quarantine ring buffer if it's full. */ 133 /* quarantine_grow() must free a slot if it fails to grow. */
|
/external/llvm/include/llvm/CodeGen/ |
VirtRegMap.h | 88 void grow(); 126 grow();
|
/external/mesa3d/src/egl/main/ |
eglarray.c | 37 * Grow the size of the array. 51 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d",
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_bitmask.c | 186 /* grow the bitmask if necessary */ 207 /* grow the bitmask if necessary */
|
u_handle_table.c | 177 /* grow the table if necessary */ 207 /* grow the table if necessary */
|
/external/qemu/android/utils/ |
lineinput.c | 60 /* Grow the line buffer a bit */ 211 * so grow its size and try again. */
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
EllipsizeLayout.java | 25 * as Text1 and/or Text2 grow in width, both will consume more width until Text2 hits the end 26 * margin, then Text1 will cease to grow and instead shrink to accommodate any further growth in
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 64 /// Next grow size. 233 << " grow = " << m_grow_size << std::endl;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 64 /// Next grow size. 233 << " grow = " << m_grow_size << std::endl;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msputils.h | 43 WINBOOL Grow() { 54 if(!Grow()) return FALSE;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 64 /// Next grow size. 233 << " grow = " << m_grow_size << std::endl;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 64 /// Next grow size. 233 << " grow = " << m_grow_size << std::endl;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 64 /// Next grow size. 233 << " grow = " << m_grow_size << std::endl;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 64 /// Next grow size. 233 << " grow = " << m_grow_size << std::endl;
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatFile.java | 76 * {@link #write(long, java.nio.ByteBuffer) writing} to the file will grow 135 * {@link #setLength(long) grow} the file so that the data will fit.
|
/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)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
vec.h | 121 array of elements. These vectors cannot grow without 127 allocation. Vectors are allowed to grow (the internal 165 - The vector cannot grow nor shrink. 172 These vectors can grow dynamically and are allocated together 187 - Vector data may grow and shrink. 278 slots in V. If EXACT is true, grow exactly, else grow 345 slots in V. If EXACT is true, grow exactly, else grow 433 to avoid freeing it. If EXACT is true, grow exactly, otherwis [all...] |