HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 826 - 850 of 5138) sorted by null

<<31323334353637383940>>

  /dalvik/vm/compiler/codegen/
Ralloc.h 81 /* Mark a temp register as dead. Does not affect allocation state. */
184 * Similar to dvmCompilerAllocTemp(), but forces the allocation of a specific
207 * Architecture-dependent register allocation routines implemented in
  /external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.cc 141 gint parent_width = parent_->allocation.width;
142 gint parent_height = parent_->allocation.height;
166 gfx::Rect inner_rect(widget_->allocation);
  /external/chromium/net/disk_cache/
sparse_control.h 120 // Returns the number of bytes stored at |block_index|, if its allocation-bit
159 SparseData child_data_; // Parent and allocation map of child_.
160 Bitmap child_map_; // The allocation map as a bitmap.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.js 40 // Note: "total" may actually be less than the largest allocation bin.
41 // This might happen if one stack is doing a lot of allocation, then
92 * Returns a <li> for an allocation traceName of size bytes.
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.cc 199 GtkAllocation allocation; local
200 gtk_widget_get_allocation(host_->view()->native_view(), &allocation);
201 return gfx::Rect(allocation);
  /external/chromium_org/chrome/browser/ui/gtk/
first_run_dialog.cc 42 GtkAllocation* allocation,
51 allocation->width - req.width - ui::kContentAreaSpacing :
57 int y = allocation->height / 2 - req.height / 2;
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 139 GtkAllocation allocation; local
140 gtk_widget_get_allocation(sender, &allocation);
141 y += allocation.y;
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
chrome_web_contents_view_delegate_gtk.cc 172 GtkWidget* floating_container, GtkAllocation* allocation) {
186 int child_x = std::max((allocation->width - requisition.width) / 2, 0);
191 int child_y = std::max((allocation->height - requisition.height) / 2, 0);
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 660 GtkAllocation allocation; local
661 gtk_widget_get_allocation(widget, &allocation);
669 tab_bounds.x - tab_shadow_width, allocation.y);
675 tab_bounds.x + tab_bounds.width, allocation.y);
682 tiling_shadow->SetSource(cr, widget, allocation.x, allocation.y);
686 { allocation.x, allocation.y,
687 tab_bounds.x - tab_shadow_width, allocation.height };
697 allocation.y
    [all...]
  /external/chromium_org/net/disk_cache/
sparse_control.h 121 // Returns the number of bytes stored at |block_index|, if its allocation-bit
160 SparseData child_data_; // Parent and allocation map of child_.
161 Bitmap child_map_; // The allocation map as a bitmap.
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 130 // Returns the number of bytes stored at |block_index|, if its allocation-bit
158 SparseData child_data_; // Parent and allocation map of child_.
159 Bitmap child_map_; // The allocation map as a bitmap.
  /external/chromium_org/third_party/libwebp/utils/
bit_writer.h 81 // error_. A value of 1 indicates that a memory allocation failure
95 // Returns 0 in case of memory allocation error.
116 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
  /external/chromium_org/v8/src/
spaces.h 31 #include "allocation.h"
88 // is to enable linear allocation without having to constantly update the byte
700 // Assuming the initial allocation on a page is sequential,
744 // Returns the page containing an allocation top. Because an allocation
786 // also applies to new space allocation, since objects are never migrated
861 // Space is the abstract superclass for all allocation spaces.
968 // Freed blocks of memory are added to the free list. When the allocation
970 // allocation list.
972 // Memory is allocated from the free blocks on the allocation list
    [all...]
string-stream.h 42 // and returning the new size. If allocation fails then we return the old
59 // Allocator for use when no new c++ heap allocation is allowed.
60 // Given a preallocated buffer up front and does no allocation while
variables.h 40 // after binding and variable allocation.
51 // Before and during variable allocation, a variable whose location is
52 // not yet determined. After allocation, a variable looked up as a
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 80 width = self.allocation.width,
81 height = self.allocation.height,
88 self.window.move_resize(*self.allocation)
  /external/llvm/include/llvm/Support/
Recycler.h 75 // If this fails, either the callee has lost track of some allocation,
104 "Recycler allocation size is less than object size!");
106 "Recycler allocation alignment is less than object alignment!");
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 44 cl::desc("Verify during register allocation"));
46 const char RegAllocBase::TimerGroupName[] = "Register Allocation";
109 const char *Msg = "ran out of registers during register allocation";
  /external/speex/libspeex/
os_support.h 48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free
69 /** Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and speex_free */
77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc */
  /external/v8/src/
string-stream.h 42 // and returning the new size. If allocation fails then we return the old
59 // Allocator for use when no new c++ heap allocation is allowed.
60 // Given a preallocated buffer up front and does no allocation while
variables.h 40 // after binding and variable allocation.
51 // Before and during variable allocation, a variable whose location is
52 // not yet determined. After allocation, a variable looked up as a
  /external/valgrind/main/VEX/priv/
main_util.h 84 /* By default allocation occurs in the temporary area. However, it is
85 possible to switch to permanent area allocation if that's what you
86 want. Permanent area allocation is very limited, tho. */
  /external/webp/src/utils/
bit_writer.h 81 // error_. A value of 1 indicates that a memory allocation failure
95 // Returns 0 in case of memory allocation error.
116 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
  /external/zlib/src/contrib/puff/
pufftest.c 56 pointer to the allocated data, or NULL if there was a memory allocation
119 fprintf(stderr, "memory allocation failure\n");
152 fprintf(stderr, "memory allocation failure\n");
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 129 /* This function is used for memory allocation and free. It can be called in */
136 /* When this function is called for memory allocation (hInstance=NULL) the memory */
229 /* This function is used for memory allocation and free. */

Completed in 3725 milliseconds

<<31323334353637383940>>