Searched refs:init_size (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dbloom.cc46 const size_t init_size = dst->size(); local
47 dst->resize(init_size + bytes, 0);
49 char* array = &(*dst)[init_size];
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglarray.h49 _eglCreateArray(const char *name, EGLint init_size);
H A Deglarray.c67 _eglCreateArray(const char *name, EGLint init_size) argument
74 array->MaxSize = (init_size > 0) ? init_size : 1;
/external/mesa3d/src/egl/main/
H A Deglarray.h49 _eglCreateArray(const char *name, EGLint init_size);
H A Deglarray.c67 _eglCreateArray(const char *name, EGLint init_size) argument
74 array->MaxSize = (init_size > 0) ? init_size : 1;
/external/elfutils/0.153/lib/
H A Ddynamicsizehash.c199 INIT(NAME) (htab, init_size)
201 size_t init_size;
204 init_size = next_prime (init_size);
207 htab->size = init_size;
212 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0]));
H A Ddynamicsizehash.h110 extern int name##_init (name *htab, size_t init_size); \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftdriver.h121 /* init_size :: The format-specific size constructor. */
177 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
381 clazz->init_size = init_size_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftdriver.h121 /* init_size :: The format-specific size constructor. */
177 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
381 clazz->init_size = init_size_; \
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc317 gfx::Size init_size(200, 200);
320 ResizeWebContentsView(shell(), init_size, true); local
325 init_size.Enlarge(size_insets.width(), size_insets.height());
326 EXPECT_EQ(init_size, observer.rwhv_create_size());
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftdriver.h121 /* init_size :: The format-specific size constructor. */
177 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
381 clazz->init_size = init_size_; \
/external/freetype/include/internal/
H A Dftdriver.h121 /* init_size :: The format-specific size constructor. */
177 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
381 clazz->init_size = init_size_; \
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
H A DAndroid.mk31 test_name := containers/unord/unord.set/unord.set.cnstr/init_size
32 test_src := init_size.pass.cpp
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h84 __u32 init_size; member in struct:setup_header
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
H A DAndroid.mk31 test_name := containers/unord/unord.map/unord.map.cnstr/init_size
32 test_src := init_size.pass.cpp
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A DAndroid.mk31 test_name := containers/unord/unord.multimap/unord.multimap.cnstr/init_size
32 test_src := init_size.pass.cpp
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
H A DAndroid.mk31 test_name := containers/unord/unord.multiset/unord.multiset.cnstr/init_size
32 test_src := init_size.pass.cpp
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c2434 if ( clazz->init_size )
2435 error = clazz->init_size( size );
/external/freetype/src/base/
H A Dftobjs.c2448 if ( clazz->init_size )
2449 error = clazz->init_size( size );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c2437 if ( clazz->init_size )
2438 error = clazz->init_size( size );

Completed in 3609 milliseconds