Home
last modified time | relevance | path

Searched refs:contents_size (Results 1 – 21 of 21) sorted by relevance

/external/elfutils/libdwfl/
Delf-from-memory.c213 size_t contents_size = 0; in elf_from_remote_memory() local
224 if (segment_end > (GElf_Off) contents_size) in elf_from_remote_memory()
225 contents_size = segment_end; in elf_from_remote_memory()
264 if ((GElf_Off) contents_size > segments_end in elf_from_remote_memory()
265 && (GElf_Off) contents_size >= shdrs_end) in elf_from_remote_memory()
267 contents_size = segments_end; in elf_from_remote_memory()
268 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory()
269 contents_size = shdrs_end; in elf_from_remote_memory()
272 contents_size = segments_end; in elf_from_remote_memory()
277 buffer = calloc (1, contents_size); in elf_from_remote_memory()
[all …]
/external/chromium/chrome/browser/ui/views/
Dpinned_contents_info_bubble.cc13 const gfx::Size& contents_size, in SizeAndGetBounds() argument
23 bubble_border_->SetArrowOffset(offset, contents_size); in SizeAndGetBounds()
28 contents_size, contents_bounds, window_bounds); in SizeAndGetBounds()
Dpinned_contents_info_bubble.h25 const gfx::Size& contents_size,
/external/chromium/chrome/browser/ui/views/bubble/
Dborder_widget_win.cc30 const gfx::Size& contents_size) { in SizeAndGetBounds() argument
35 false, contents_size, &contents_bounds, in SizeAndGetBounds()
Dbubble_border.h94 const gfx::Size& contents_size) const;
100 int SetArrowOffset(int offset, const gfx::Size& contents_size);
Dborder_contents.cc33 const gfx::Size& contents_size, in SizeAndGetBounds() argument
43 gfx::Size local_contents_size(contents_size); in SizeAndGetBounds()
Dborder_widget_win.h35 const gfx::Size& contents_size);
Dbubble_border.cc35 const gfx::Size& contents_size) const { in GetBounds()
37 gfx::Size border_size(contents_size); in GetBounds()
150 int BubbleBorder::SetArrowOffset(int offset, const gfx::Size& contents_size) { in SetArrowOffset() argument
151 gfx::Size border_size(contents_size); in SetArrowOffset()
Dborder_contents.h35 const gfx::Size& contents_size,
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp75 } contents_size; member
505 *w = sd->contents_size.w; in ewk_frame_contents_size_get()
507 *h = sd->contents_size.h; in ewk_frame_contents_size_get()
511 …s_set_internal(Ewk_Frame_Smart_Data *sd, const char* contents, size_t contents_size, const char* m… in _ewk_frame_contents_set_internal() argument
514 if (contents_size < 1 || contents_size > len) in _ewk_frame_contents_set_internal()
515 contents_size = len; in _ewk_frame_contents_set_internal()
530 …WTF::RefPtr<WebCore::SharedBuffer> buffer = WebCore::SharedBuffer::create(contents, contents_size); in _ewk_frame_contents_set_internal()
556 Eina_Bool ewk_frame_contents_set(Evas_Object* o, const char* contents, size_t contents_size, const … in ewk_frame_contents_set() argument
562 (sd, contents, contents_size, mime_type, encoding, base_uri, 0); in ewk_frame_contents_set()
585 …e_contents_alternate_set(Evas_Object* o, const char* contents, size_t contents_size, const char* m… in ewk_frame_contents_alternate_set() argument
[all …]
Dewk_frame.h167 EAPI Eina_Bool ewk_frame_contents_set(Evas_Object *o, const char *contents, size_t contents_size
168 …e_contents_alternate_set(Evas_Object *o, const char *contents, size_t contents_size, const char *m…
/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc219 size_t contents_size; in CheckWriteProgress() local
222 contents_size = buffer_->contents.size(); in CheckWriteProgress()
225 bool should_pause = contents_size > kLoadsToWrite; in CheckWriteProgress()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_view.h26 const gfx::Size& contents_size,
Ddragged_tab_view.cc32 const gfx::Size& contents_size, in DraggedTabView() argument
39 contents_size_(contents_size) { in DraggedTabView()
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.h28 const gfx::Size& contents_size,
Ddragged_tab_gtk.cc51 const gfx::Size& contents_size, in DraggedTabGtk() argument
59 contents_size_(contents_size), in DraggedTabGtk()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc78 gfx::Size contents_size(contents_split_->GetMinimumSize()); in GetMinimumSize() local
81 bookmark_bar_size.height() + contents_size.height(); in GetMinimumSize()
83 bookmark_bar_size.width(), contents_size.width() }; in GetMinimumSize()
/external/libffi/src/
Ddlmalloc.c3945 size_t contents_size; /* total size of elements */ in ialloc() local
3974 contents_size = n_elements * element_size; in ialloc()
3978 contents_size = 0; in ialloc()
3980 contents_size += request2size(sizes[i]); in ialloc()
3983 size = contents_size + array_size; in ialloc()
4011 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
4012 array_chunk_size = remainder_size - contents_size; in ialloc()
4015 remainder_size = contents_size; in ialloc()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3955 size_t contents_size; /* total size of elements */ in ialloc() local
3984 contents_size = n_elements * element_size; in ialloc()
3988 contents_size = 0; in ialloc()
3990 contents_size += request2size(sizes[i]); in ialloc()
3993 size = contents_size + array_size; in ialloc()
4021 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
4022 array_chunk_size = remainder_size - contents_size; in ialloc()
4025 remainder_size = contents_size; in ialloc()
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c4476 size_t contents_size; /* total size of elements */ in ialloc() local
4506 contents_size = n_elements * element_size; in ialloc()
4510 contents_size = 0; in ialloc()
4512 contents_size += request2size(sizes[i]); in ialloc()
4515 size = contents_size + array_size; in ialloc()
4543 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
4544 array_chunk_size = remainder_size - contents_size; in ialloc()
4547 remainder_size = contents_size; in ialloc()
/external/webkit/Source/WebKit/efl/
DChangeLog671 Use length of contents if contents_size parameter is bigger than length