HomeSort by relevance Sort by last modified time
    Searched full:available_size (Results 1 - 5 of 5) sorted by null

  /system/extras/ext4_utils/
contents.c 372 size_t available_size = xattr_free_space(first, block_end);
375 if (needed_size > available_size)
387 char *val = (char *) new_entry + available_size - EXT4_XATTR_SIZE(value_len);
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 88 // |available_size| is the maximum length of the space that the attached
99 int available_size,
workspace_window_resizer.cc 582 int available_size = end - start; local
584 int leftovers = CalculateAttachedSizes(delta, available_size, &sizes);
619 int available_size,
629 if (total_initial_size_ >= available_size)
630 grow_attached_by = available_size - total_initial_size_;
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 769 int available_size = *size; local
779 *location += (available_size - *size) / 2;
782 *location = *location + available_size - *size;
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 709 int available_size = layout_manager_->PrimaryAxisValue(width(), height()); local
711 if (!available_size)
758 int end_position = available_size - button_spacing;
777 int reserved_icon_space = available_size * kReservedNonPanelIconProportion;
    [all...]

Completed in 352 milliseconds