/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmbr2684.h | 80 int min_size; /* we will pad smaller packets than this */ member in struct:atm_backend_br2684
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 166 other.m_actual_size = resize_policy::min_size; 168 other.notify_arbitrary(resize_policy::min_size);
|
constructors_destructor_fn_imps.hpp | 74 m_actual_size(resize_policy::min_size), 85 m_actual_size(resize_policy::min_size),
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 165 other.m_actual_size = resize_policy::min_size; 167 other.notify_arbitrary(resize_policy::min_size);
|
constructors_destructor_fn_imps.hpp | 74 m_actual_size(resize_policy::min_size), 85 m_actual_size(resize_policy::min_size),
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 165 other.m_actual_size = resize_policy::min_size; 167 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 165 other.m_actual_size = resize_policy::min_size; 167 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 165 other.m_actual_size = resize_policy::min_size; 167 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 166 other.m_actual_size = resize_policy::min_size; 168 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 128 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 136 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 155 other.m_actual_size = resize_policy::min_size; 156 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 166 other.m_actual_size = resize_policy::min_size; 168 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 128 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 136 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 155 other.m_actual_size = resize_policy::min_size; 156 other.notify_arbitrary(resize_policy::min_size);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); 135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); 154 other.m_actual_size = resize_policy::min_size; 155 other.notify_arbitrary(resize_policy::min_size);
|
/external/chromium_org/content/browser/loader/ |
layered_resource_handler.cc | 62 int min_size) { 64 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
|
detachable_resource_handler.cc | 139 int min_size) { 141 DCHECK_EQ(-1, min_size); 149 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
|
sync_resource_handler.cc | 107 int min_size) { 108 DCHECK(min_size == -1);
|
/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/ |
app_current_window_internal_api.cc | 157 gfx::Size min_size = window->size_constraints().GetMinimumSize(); local 158 min_size.set_width(params->min_width.get() ? 160 window->SetMinimumSize(min_size); 173 gfx::Size min_size = window->size_constraints().GetMinimumSize(); local 174 min_size.set_height(params->min_height.get() ? 176 window->SetMinimumSize(min_size);
|
/external/chromium/chrome/browser/chromeos/ |
native_dialog_window.cc | 59 const gfx::Size& min_size); 110 const gfx::Size& min_size) 116 min_size_(min_size), 271 const gfx::Size& min_size) { 273 new NativeDialogHost(native_dialog, flags, size, min_size);
|
/external/chromium_org/apps/ |
app_window_contents.cc | 105 gfx::Size min_size = size_constraints.GetMinimumSize(); local 107 if (min_size.width() != kUnboundedSize) 108 dictionary->SetInteger("minWidth", min_size.width()); 109 if (min_size.height() != kUnboundedSize) 110 dictionary->SetInteger("minHeight", min_size.height());
|
/external/e2fsprogs/resize/ |
main.c | 163 blk_t min_size = 0; local 345 min_size = calculate_minimum_resize_size(fs); 356 min_size); 385 new_size = min_size; 409 if (!force && new_size < min_size) { 411 _("New size smaller than minimum (%u)\n"), min_size);
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_view_views.cc | 172 gfx::Size min_size(ExtensionPopup::kMinWidth, 176 render_view_host()->EnableAutoResize(min_size, max_size);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-name-table.hh | 102 { return min_size + count * nameRecord[0].min_size; }
|
/external/chromium_org/ui/views/controls/button/ |
label_button.h | 63 void set_min_size(const gfx::Size& min_size) { min_size_ = min_size; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
constructors_destructor_fn_imps.hpp | 74 m_actual_size(resize_policy::min_size), 85 m_actual_size(resize_policy::min_size),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
constructors_destructor_fn_imps.hpp | 74 m_actual_size(resize_policy::min_size), 85 m_actual_size(resize_policy::min_size),
|