HomeSort by relevance Sort by last modified time
    Searched full:physical (Results 1 - 25 of 1897) 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/valgrind/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/'
  /frameworks/base/core/java/android/hardware/display/
DisplayViewport.java 22 * Describes how the pixels of physical display device reflects the content of
26 * physical display coordinates into logical display coordinates.
38 // The rotation applied to the physical coordinate system.
41 // The portion of the logical display that are presented on this physical display.
44 // The portion of the (rotated) physical display that shows the logical display contents.
45 // The relation between logical and physical frame defines how the coordinate system
51 // The physical frame should usually fit within this area.
  /external/e2fsprogs/tests/f_ext_zero_len/
expect.1 3 (invalid logical block 0, physical block 37)
  /external/libvorbis/doc/
oggstream.html 73 <h1>Ogg logical and physical bitstream overview</h1>
91 <h2>Logical and physical bitstreams</h2>
102 single <em>physical bitstream</em>. A physical bitstream consists of
107 physical stream of pages. The decoder reconstructs the original
108 logical bitstreams from the physical bitstream by taking the pages in
109 order from the physical bitstream and redirecting them into the
110 appropriate logical decoding entity. The simplest physical bitstream
117 specifies requirements for constructing finished, physical Ogg
122 <p>Logical bitstreams may not be mapped/multiplexed into physical
    [all...]
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 11 // physical registers and virtual registers to stack slots. It is created and
13 // adds spill code and rewrites virtual into physical register references.
46 /// Virt2PhysMap - This is a virtual to physical register
91 /// mapped to a physical register
96 /// @brief returns the physical register mapped to the specified
104 /// the specified physical register
109 "attempt to assign physical register to already mapped "
114 /// @brief clears the specified virtual register's, physical
123 /// @brief clears all virtual to physical register mappings
161 // Split register can be assigned a physical register as well as
    [all...]
LivePhysRegs.h 1 //===- llvm/CodeGen/LivePhysRegs.h - Live Physical Register Set -*- C++ -*-===//
11 // physical registers. This can be used for ad-hoc liveness tracking after
17 // We assume that the high bits of a physical super-register are not preserved
41 /// \brief A set of live physical registers with functions to track liveness
73 /// \brief Adds a physical register and all its sub-registers to the set.
76 assert(Reg <= TRI->getNumRegs() && "Expected a physical register.");
82 /// \brief Removes a physical register, all its sub-registers, and all its
86 assert(Reg <= TRI->getNumRegs() && "Expected a physical register.");
95 /// \brief Removes physical registers clobbered by the regmask operand @p MO.
  /docs/source.android.com/src/devices/storage/
config-example.jd 24 <h2>Physical primary only (like Nexus One)</h2>
27 device which is a physical SD card.</p>
29 <p>The raw physical device must first be mounted under
36 <pre><code>[physical device node] auto vfat defaults voldmanaged=sdcard0:auto,noemulatedsd
94 <h2>Emulated primary, physical secondary (like Xoom)</h2>
98 on the device, and where the secondary device is a physical SD card.</p>
100 <p>The raw physical device must first be mounted under
107 <pre><code>[physical device node] auto vfat defaults voldmanaged=sdcard1:auto
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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. */
  /system/core/mkbootimg/
bootimg.h 36 uint32_t kernel_addr; /* physical load addr */
39 uint32_t ramdisk_addr; /* physical load addr */
42 uint32_t second_addr; /* physical load addr */
44 uint32_t tags_addr; /* physical addr for kernel tags */
78 ** the specified physical address (kernel_addr, etc)
  /external/selinux/policycoreutils/run_init/
open_init_pty.8 39 connects the physical terminal it was invoked upon with the pseudo
41 output of the child process to the physical terminal.
43 It sets up the pseudo terminal properly based on the physical terminal
  /frameworks/base/docs/html/distribute/monetize/
ecommerce.jd 3 page.metaImage=Enable easy and secure purchases of physical goods and services, such as clothing or movie tickets, using the Android Pay API.
4 page.tags="monetizing", "physical goods", "payments", "androidpay"
15 physical goods and services, such as clothing or movie tickets, through your
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 28 __u16 ee_start_hi; /* high 16 bits of physical block */
29 __u32 ee_start; /* low 32 bigs of physical block */
38 __u32 ei_leaf; /* pointer to the physical block of the next *
40 __u16 ei_leaf_hi; /* high 16 bits of physical block */
getsectsize.c 34 #define BLKPBSZGET _IO(0x12,123)/* get block physical sector size */
90 * Returns the physical sector size of a device
  /external/e2fsprogs/tests/f_extent_oobounds/
expect.1 3 (logical block 15, physical block 200, len 30)
  /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/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
  /external/v8/src/base/
sys-info.h 19 // Returns the number of bytes of physical memory on the current machine.

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>