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

  /external/kernel-headers/original/uapi/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /development/ndk/platforms/android-L/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
adfs_fs.h 54 __le32 root_size; member in struct:adfs_discrecord
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm 47 NSSize root_size = [[cocoa_root size] sizeValue];
48 int root_top = -static_cast<int>(root_position.y + root_size.height);
  /external/chromium_org/ash/wm/
session_state_animator_impl.cc 42 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); local
45 floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.width() + 0.5),
46 floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.height() + 0.5));
54 gfx::Size root_size = Shell::GetPrimaryRootWindow()->bounds().size(); local
57 transform.Translate(floor(0.5 * root_size.width() + 0.5),
58 floor(0.5 * root_size.height() + 0.5));
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 188 size_t j, size, root_size; local
196 root_size = sizeof(root_prefix)-1;
201 add_root = root_size;
211 for (j=0; j<root_size; j++)
215 for(j=root_size; j<size; j++) {
    [all...]

Completed in 2813 milliseconds