HomeSort by relevance Sort by last modified time
    Searched full:physical (Results 1 - 25 of 1153) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion4.txt 2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
4 50pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 50mm : <b>Millimeters</b> - based on the physical size of the screen.
6 50in : <b>Inches</b> - based on the physical size of the screen.
completion1-expected-completion5.txt 2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
completionvalues1-expected-completion24.txt 2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 17mm : <b>Millimeters</b> - based on the physical size of the screen.
6 17in : <b>Inches</b> - based on the physical size of the screen.
completionvalues1-expected-completion66.txt 2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 17mm : <b>Millimeters</b> - based on the physical size of the screen.
6 17in : <b>Inches</b> - based on the physical size of the screen.
completionvalues1-expected-completion67.txt 2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
5 17mm : <b>Millimeters</b> - based on the physical size of the screen.
6 17in : <b>Inches</b> - based on the physical size of the screen.
  /external/qemu/
targphys.h 7 /* target_phys_addr_t is the type of a physical address (its size can
  /external/valgrind/main/memcheck/tests/
filter_addressable 5 perl -p -e 's/(Bad permissions for mapped region|Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/'
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /external/kernel-headers/original/asm-x86/
highmem.h 12 * up to 16 Terabyte physical memory. With current x86 CPUs
13 * we now support up to 64 Gigabytes physical RAM.
38 * easily, subsequent pte tables have to be allocated in one physical
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
webkit 61 physical
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sysinfo.h 40 /* Return number of physical pages of memory in the system. */
43 /* Return number of available physical pages of memory in the system. */
  /bootable/bootloader/legacy/include/boot/
bootimg.h 44 unsigned kernel_addr; /* physical load addr */
47 unsigned ramdisk_addr; /* physical load addr */
50 unsigned second_addr; /* physical load addr */
52 unsigned tags_addr; /* physical addr for kernel tags */
82 ** the specified physical address (kernel_addr, etc)
  /system/core/mkbootimg/
bootimg.h 33 unsigned kernel_addr; /* physical load addr */
36 unsigned ramdisk_addr; /* physical load addr */
39 unsigned second_addr; /* physical load addr */
41 unsigned tags_addr; /* physical addr for kernel tags */
71 ** the specified physical address (kernel_addr, etc)
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 36 __u16 ee_start_hi; /* high 16 bits of physical block */
37 __u32 ee_start; /* low 32 bigs of physical block */
46 __u32 ei_leaf; /* pointer to the physical block of the next *
48 __u16 ei_leaf_hi; /* high 16 bits of physical block */
  /external/e2fsprogs/tests/f_extents2/
expect.1 3 (invalid logical block 0, physical block 23, len 12)
17 (logical block 0, invalid physical block 500, len 10)
21 (logical block 0, physical block 120, invalid len 6000)
25 (invalid logical block 10, physical block 155, len 45)
  /external/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp 41 // Copy to physical register.
44 // Find the destination physical register.
57 // Copy from physical register.
58 assert(I->getReg() && "Unknown physical register!");
  /external/llvm/test/CodeGen/Generic/
2011-07-07-ScheduleDAGCrash.ll 3 ; the uses of a copy to a physical register without ignoring non-data
  /external/skia/src/animator/
thingstodo.txt 3 at these points, generate an error if actual physical stack gets too large
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.h 38 void *YPhyAddr; // [IN/OUT] physical address of Y
39 void *CPhyAddr; // [IN/OUT] physical address of CbCr
  /external/chromium/chrome/common/extensions/
extension_resource.h 15 // because extension resources can come from multiple physical file locations
32 // Gets the physical file path for the extension resource, taking into account
  /external/e2fsprogs/tests/f_extents/
expect.1 6 (logical block 0, invalid physical block 21994527527949, len 17)
15 (logical block 0, invalid physical block 22011707397135, len 15)
  /external/kernel-headers/original/asm-arm/
memory.h 66 * Since we use sections to map it, this macro replaces the physical address
121 * Physical vs virtual RAM address space conversion. These are
131 * Convert a physical address to a Page Frame Number and back
153 * PFNs are used to describe any physical page; this means
154 * PFN 0 == physical address 0.
202 * Conversion between a struct page and a physical address.
204 * Note: when converting an unknown physical address to a
207 * for any physical address not corresponding to a system
  /external/kernel-headers/original/linux/mtd/
flashchip.h 50 the same physical chip when present. */
82 between partitions of the same physical chip. */
  /external/oprofile/module/
op_util.c 21 * virtual mapping of the physical memory mapped at ADR.
43 /* Here we want the physical address of the memory.
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 34 * Interface physical-layer link state has changed. For Ethernet,
38 * @param up True if the physical link-layer connection signal is valid.

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>