OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:physical
(Results
1 - 25
of
2428
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/tpm2/
PPPlat.c
15
// Check if
physical
presence is signaled
19
// TRUE if
physical
presence is signaled
20
// FALSE if
physical
presence is not signaled
27
// Do not know how to check
physical
presence without real hardware.
35
// Signal
physical
presence on
49
// Signal
physical
presence off
/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/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.h
33
// Bounds of this display in
physical
pixels.
36
// Scale factor from DIPs to
physical
pixels.
66
// Same as bounds, but expressed in
physical
pixels.
69
// Scale factor from DIPs to
physical
pixels.
/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
...]
/toolchain/binutils/binutils-2.25/include/gdb/
sim-d10v.h
29
0x00xxxxxx:
Physical
unified memory segment (Unified memory)
30
0x01xxxxxx:
Physical
instruction memory segment (On-chip insn memory)
31
0x02xxxxxx:
Physical
data memory segment (On-chip data memory)
37
0x00xxxxxx:
Physical
unified memory segment (Unified memory)
38
0x01xxxxxx:
Physical
instruction memory segment (On-chip insn memory)
39
0x02xxxxxx:
Physical
data memory segment (On-chip data memory)
41
The following translate a virtual DMAP/IMAP offset into a
physical
/docs/source.android.com/src/devices/storage/
config-example.jd
31
<h3 id=android_5_x_physical>
Physical
primary only</h3>
33
device which is a
physical
SD card, like Nexus One.</p>
34
<p>The raw
physical
device must first be mounted under
39
<pre><code>[
physical
device node] auto vfat defaults voldmanaged=sdcard0:auto,noemulatedsd
79
<h3 id=android_5_x_both>Emulated primary,
physical
secondary</h3>
82
on the device, and where the secondary device is a
physical
SD card, like Xoom.</p>
83
<p>The raw
physical
device must first be mounted under
88
<pre><code>[
physical
device node] auto vfat defaults voldmanaged=sdcard1:auto
121
<h3 id=android_6_physical>
Physical
primary only</h3>
123
device which is a
physical
SD card, like the original Android One. There is n
[
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.
/hardware/qcom/camera/QCamera2/HAL/
QCameraMuxer.h
40
*
physical
cameras enumerated on the device
43
// Userspace
Physical
Camera ID
64
* and corresponding data of the
physical
camera that are part of
76
// Number of
Physical
camera present in this logical camera
78
// To signify if the LINK/UNLINK established between
physical
cameras
80
// index of the primary
physical
camera session in the bundle
82
// Signifies
Physical
Camera ID of each camera
95
* received from multiple related
physical
camera instances. These images would then be
108
// this contains a reference to the
physical
cam structure
130
* a) Manages the grouping of the
physical
cameras into a logical camer
[
all
...]
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
StorageDeviceInfo.java
44
int
physical
= 0;
local
50
physical
= total - 1;
53
physical
= total;
56
store.addResult("num_physical",
physical
);
/external/autotest/client/site_tests/touch_TouchscreenScroll/
README
9
Name refers to the
physical
direction the finger is moving. E.g.
/libcore/ojluni/src/main/java/javax/sql/
ConnectionPoolDataSource.java
44
* Attempts to establish a
physical
database connection that can
47
* @return a <code>PooledConnection</code> object that is a
physical
58
* Attempts to establish a
physical
database connection that can
63
* @return a <code>PooledConnection</code> object that is a
physical
/packages/services/Car/service/res/values/
config.xml
28
Stream type is logical stream type to route to the
physical
stream. Currently defined
40
<!-- alll logical streams into single
physical
stream 0. -->
42
<!-- call and media to
physical
stream 0 while all others go to
physical
stream 1 -->
/external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py
14
# as observed by the system (e.g. by usb-devices) and "
physical
port" refers
15
# to the
physical
numerical label on the
physical
port e.g. on a USB hub.
16
# The mapping between virtual and
physical
ports is not always the identity
19
# between virtual and
physical
ports is always the same for a given
97
is reinserted back into the same
physical
port.
321
port_mapping: [dict(int:(int|dict))] maps virtual to
physical
port
323
corresponds to
physical
port 1, virtual port 1 corresponds to
physical
324
port 2, and virtual port 2 corresponds to
physical
port 3. In th
[
all
...]
/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 */
85
** the specified
physical
address (kernel_addr, etc)
Completed in 560 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>