Searched refs:new_size (Results 276 - 300 of 395) sorted by relevance

<<111213141516

/external/chromium_org/content/renderer/
H A Drender_widget.h146 virtual void didAutoResize(const blink::WebSize& new_size);
354 void Resize(const gfx::Size& new_size,
/external/chromium_org/gpu/command_buffer/service/
H A Drenderbuffer_manager_unittest.cc61 #define EXPECT_MEMORY_ALLOCATION_CHANGE(old_size, new_size, pool) \
63 TrackMemoryAllocatedChange(old_size, new_size, pool)) \
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc439 size_t old_size, size_t new_size,
447 "new_size=%" PRIuS ", flags=0x%x, new_addr=0x%" PRIxPTR ") = "
449 (uintptr_t) old_addr, old_size, new_size, flags,
438 MremapHook(const void* result, const void* old_addr, size_t old_size, size_t new_size, int flags, const void* new_addr) argument
H A Dthread_cache.h127 // Sets the total thread cache size to new_size, recomputing the
130 static void set_overall_thread_cache_size(size_t new_size);
/external/chromium_org/ui/views/controls/
H A Dscroll_view_unittest.cc326 gfx::Size new_size(kWidth, scroll_view.GetHeightForWidth(kWidth));
327 scroll_view.SetSize(new_size);
/external/stlport/stlport/stl/debug/
H A D_deque.h369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1335 UWord i, j, ix, old_size, new_size; local
1340 new_size = 2 * old_size;
1343 new_size * sizeof(IInstance) );
1344 for (i = 0; i < new_size; i++) {
1351 ix = compute_II_hash(old->insn_addr, new_size);
1353 j = new_size;
1362 ix++; if (ix == new_size) ix = 0;
1365 tl_assert(ix < new_size);
1374 sf->htab_size = new_size;
1378 for (i = 0; i < new_size;
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc1192 yy_size_t new_size = b->yy_buf_size * 2; local
1194 if ( new_size <= 0 )
1249 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
1250 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
/external/bison/src/
H A Dscan-skel.c1400 yy_size_t new_size = b->yy_buf_size * 2; local
1402 if ( new_size <= 0 )
1457 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
1458 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) skel_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h349 const gfx::Size& new_size) {}
348 ResizeDueToAutoResize(content::WebContents* web_contents, const gfx::Size& new_size) argument
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.h87 virtual void DisableAutoResizeMode(const blink::WebSize& new_size) OVERRIDE;
/external/chromium_org/content/test/
H A Dlayouttest_support.cc158 const WebSize& new_size) {
160 render_view_impl->ForceResizeForTesting(new_size);
319 void DisableAutoResizeMode(RenderView* render_view, const WebSize& new_size) { argument
321 DisableAutoResizeForTesting(new_size);
157 ForceResizeRenderView(RenderView* render_view, const WebSize& new_size) argument
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc32 size_t new_size,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc104 size_t new_size = offset + bytes_to_write;
105 if (new_size > contents_.size())
106 contents_.resize(new_size);
109 info_.size = new_size;
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.h225 void Realloc(size_t new_size);
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c1295 size_t new_size; local
1297 new_size = (delta == 0)
1301 new_content = (char *)TRIO_REALLOC(self->content, new_size);
1305 self->allocated = new_size;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h122 // Sets the total thread cache size to new_size, recomputing the
125 static void set_overall_thread_cache_size(size_t new_size);
/external/elfutils/0.153/libcpu/
H A Di386_lex.c1175 int new_size = b->yy_buf_size * 2; local
1177 if ( new_size <= 0 )
1232 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
1233 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) i386_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
/external/elfutils/0.153/src/
H A Dldlex.c1967 int new_size = b->yy_buf_size * 2; local
1969 if ( new_size <= 0 )
2024 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
2025 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) ldrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
/external/libxml2/
H A Dentities.c534 size_t new_size = buffer_size * 2; \
535 if (new_size < buffer_size) goto mem_error; \
536 tmp = (xmlChar *) xmlRealloc(buffer, new_size); \
539 buffer_size = new_size; \
H A Dtriostr.c1295 size_t new_size; local
1297 new_size = (delta == 0)
1301 new_content = (char *)TRIO_REALLOC(self->content, new_size);
1305 self->allocated = new_size;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-flex.c1029 int new_size = b->yy_buf_size * 2; local
1031 if ( new_size <= 0 )
1086 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
1087 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) perf_pmu_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
/external/fio/
H A Dfilesetup.c1252 unsigned int new_size = td->o.nr_files + 1; local
1254 dprint(FD_FILE, "resize file array to %d files\n", new_size);
1256 td->files = realloc(td->files, new_size * sizeof(f));
1262 td->file_locks = realloc(td->file_locks, new_size);
1269 td->files_size = new_size;
/external/pixman/pixman/
H A Dpixman-region.c778 int new_size; local
796 new_size = PIXREGION_NUMRECTS (reg1);
797 r1_end = r1 + new_size;
808 if (((new_reg == reg1) && (new_size > 1)) ||
816 if (numRects > new_size)
817 new_size = numRects;
819 new_size <<= 1;
826 if (new_size > new_reg->data->size)
828 if (!pixman_rect_alloc (new_reg, new_size))
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc85 int old_size, int new_size) {
88 SIMPLE_CACHE_UMA(COUNTS_10000, "HeaderSize", cache_type, new_size);
92 } else if (new_size == old_size) {
94 } else if (new_size > old_size) {
95 int delta = new_size - old_size;
102 } else { // new_size < old_size
103 int delta = old_size - new_size;
84 RecordHeaderSizeChange(net::CacheType cache_type, int old_size, int new_size) argument

Completed in 480 milliseconds

<<111213141516