/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
hiddev.h | 96 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebtables.h | 162 /* the physical in-dev */ 166 /* the physical out-dev */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/ |
random_clustered.py | 70 Physical Review E, Rapid Communication (to appear). 72 Physical Review Letters (to appear).
|
/system/bt/stack/include/ |
mca_defs.h | 71 #define MCA_RSP_MDL_BUSY 0x06 /* The device is temporarily unable to complete the request. This is intended for reasons not related to the physical sensor (e.g. communication resources unavailable). */ 78 #define MCA_RSP_NO_RESOURCE 0x08 /* The device is temporarily unable to complete the request. This is intended for reasons relating to the physical sensor (e.g. hardware fault, low battery), or when processing resources are temporarily committed to other processes. */
|
/system/extras/libpagemap/include/pagemap/ |
pagemap.h | 92 /* Get the map count (from /proc/kpagecount) of a physical frame. 96 /* Get the page flags (from /proc/kpageflags) of a physical frame.
|
/external/llvm/lib/CodeGen/ |
MachineRegisterInfo.cpp | 282 /// If ToReg is a physical register we apply the sub register to obtain the 283 /// final/proper physical register. 347 /// corresponding live-in physical register. 355 /// getLiveInVirtReg - If PReg is a live-in physical register, return the 356 /// corresponding live-in physical register.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
StorageMeasurement.java | 56 * Utility for measuring the disk usage of internal storage or a physical 92 * When measuring a physical {@link StorageVolume}, this value includes 111 * When measuring a physical {@link StorageVolume}, this reflects media 245 // Physical storage; only count external sizes 373 // Measure media types for emulated storage, or for primary physical
|
/frameworks/base/services/core/java/com/android/server/display/ |
LogicalDisplay.java | 201 // Bootstrap the logical display using its associated primary physical display. 203 // configuration of several physical displays might be used to determine the 295 // The orientation specifies how the physical coordinate system of the display 302 // Apply the physical rotation of the display device itself. 306 // The frame specifies the rotated physical coordinates into which the viewport
|
/frameworks/base/core/java/android/view/ |
Display.java | 45 * physical size of the display if the window manager is emulating a smaller display 50 * A logical display does not necessarily represent a particular physical display device 52 * display may be presented on one or more physical displays according to the devices 192 * to fit the physical screen dimensions. Used for development only to emulate 501 * under normal operation, as long as there is no physical change in screen 598 * graphics on the screen, which is the opposite direction of the physical 742 * The real size may be smaller than the physical size of the screen when the 761 * The real size may be smaller than the physical size of the screen when the [all...] |
DisplayInfo.java | 109 * physical size when the system is emulating a smaller display. 116 * physical size when the system is emulating a smaller display. 151 * more than one physical display. 179 * The exact physical pixels per inch of the screen in the X dimension. 182 * more than one physical display. 188 * The exact physical pixels per inch of the screen in the Y dimension. 191 * more than one physical display.
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecLocalDevice.java | 70 public ActiveSource(int logical, int physical) { 72 physicalAddress = physical; 77 public static ActiveSource of(int logical, int physical) { 78 return new ActiveSource(logical, physical); 87 public boolean equals(int logical, int physical) { 88 return logicalAddress == logical && physicalAddress == physical; 119 // Active routing path. Physical address of the active source but not all the time, such as [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */ 306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */ 316 void *phys; /* physical address */ 326 void *phys0; /* physical address */ 329 void *phys1; /* physical address */ 332 void *phys2; /* physical address */ 554 * after blit, however no physical target transform is performed. [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */ 306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */ 316 void *phys; /* physical address */ 326 void *phys0; /* physical address */ 329 void *phys1; /* physical address */ 332 void *phys2; /* physical address */ 554 * after blit, however no physical target transform is performed. [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */ 306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */ 316 void *phys; /* physical address */ 326 void *phys0; /* physical address */ 329 void *phys1; /* physical address */ 332 void *phys2; /* physical address */ 554 * after blit, however no physical target transform is performed. [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
c2d2.h | 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */ 306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */ 316 void *phys; /* physical address */ 326 void *phys0; /* physical address */ 329 void *phys1; /* physical address */ 332 void *phys2; /* physical address */ 554 * after blit, however no physical target transform is performed. [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
c2d2.h | 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */ 306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */ 316 void *phys; /* physical address */ 326 void *phys0; /* physical address */ 329 void *phys1; /* physical address */ 332 void *phys2; /* physical address */ 554 * after blit, however no physical target transform is performed. [all...] |
/system/netd/server/ |
NetworkController.cpp | 158 if (network->getType() != Network::PHYSICAL) { 159 ALOGE("cannot set default to non-physical network with netId %u", netId); 169 if (!network || network->getType() != Network::PHYSICAL) { 417 if (network->getType() != Network::PHYSICAL) { 418 ALOGE("cannot set permissions on non-physical network with netId %u", netId); 592 if (network->getType() != Network::PHYSICAL) { 593 ALOGE("inconceivable! default network must be a physical network");
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiRecordSources.java | 34 * <li>External physical address: {@link #ofExternalPhysicalAddress(int)}. 51 /** Record source type for "External Physical Address". */ 84 // {[Record Source Type] [External Physical Address]} 695 // ---- External physical address -------------------------------------------------------------- 698 * Creates {@link ExternalPhysicalAddress} of external physical address. 705 Log.w(TAG, "Invalid physical address:" + physicalAddress); 706 throw new IllegalArgumentException("Invalid physical address:" + physicalAddress); 713 * Record source for external physical address. 716 * <li>[Physical address] - 2 byte
|
/frameworks/base/docs/html/training/game-controllers/ |
controller-input.jd | 63 <p>Called to process a press of a physical key such as a gamepad or 67 <p>Called to process a release of a physical key such as a gamepad or 95 movement properties for a specific physical control, such as 103 physical controls (gamepad buttons, directional pads, and 164 you want your game to use only input from the set of physical controls it 180 <p>Figure 1 shows how Android maps key codes and axis values to the physical 329 <p>The 4-way directional pad (D-pad) is a common physical control in many game 584 // using the input value from one of these physical controls: 598 // using the input value from one of these physical controls:
|
/external/e2fsprogs/debugfs/ |
extent_inode.c | 367 blk64_t physical; local 391 err = strtoblk(cmd, argv[2], &physical); 396 physical, flags);
|
/external/kernel-headers/original/uapi/linux/ |
coff.h | 155 char s_paddr[4]; /* physical address, aliased s_nlib */ 214 * grouping will have l_lnno = 0 and in place of physical address will be the 221 char l_paddr[4]; /* (physical) address of line number */
|
mdio.h | 17 #define MDIO_MMD_PMAPMD 1 /* Physical Medium Attachment/ 18 * Physical Medium Dependent */ 20 #define MDIO_MMD_PCS 3 /* Physical Coding Sublayer */
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 167 /// PhysRegInfo - Information about a physical register used by a set of 202 /// physical register. This function should not be called after operator++(), 205 /// @param Reg The physical register to analyze.
|
ScheduleDAGInstrs.h | 45 /// Record a physical register access. 57 /// Use a SparseMultiSet to track physical registers. Storage is only 151 /// Set of live physical registers for updating kill flags.
|
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 250 // Register numbers can represent physical registers, virtual registers, and 254 // [1;2^30) Physical registers assigned by TableGen. 288 /// the physical register namespace. 314 /// getMinimalPhysRegClass - Returns the Register Class of a physical 355 /// physical registers. The individual bits in a lane mask can't be assigned 446 /// Bits are numbered from the LSB, so the bit for physical register Reg can 459 /// getReservedRegs - Returns a bitset indexed by physical register number 678 /// first when allocating a physical register for the virtual register [all...] |