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

1 2 3 4 5 6 7 8 91011>>

  /external/libppp/src/
physical.h 19 * $FreeBSD: src/usr.sbin/ppp/physical.h,v 1.28.24.1 2010/12/21 17:10:29 kensmith Exp $
26 struct physical;
63 int (*awaitcarrier)(struct physical *);
64 int (*removefromset)(struct physical *, fd_set *, fd_set *, fd_set *);
65 int (*raw)(struct physical *);
66 void (*offline)(struct physical *);
67 void (*cooked)(struct physical *);
68 void (*setasyncparams)(struct physical *, u_int32_t, u_int32_t);
69 void (*stoptimer)(struct physical *);
70 void (*destroy)(struct physical *);
79 struct physical { struct
    [all...]
tcp.h 29 struct physical;
31 extern struct device *tcp_Create(struct physical *);
32 extern struct device *tcp_iov2device(int, struct physical *,
cbcp.h 30 struct physical;
48 struct physical *p; /* On this physical link */
61 extern void cbcp_Init(struct cbcp *, struct physical *);
65 extern void cbcp_ReceiveTerminateReq(struct physical *);
datalink.c 58 #include "physical.h"
117 if (dl->physical->type == PHYS_DEDICATED && !dl->bundle->CleaningUp &&
118 dl->physical->fd != -1) {
125 physical_Close(dl->physical);
140 if (!physical_SetMode(dl->physical, PHYS_BACKGROUND))
153 (dl->physical->type == PHYS_DIRECT) ||
155 !(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)))) {
162 !(dl->physical->type & (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)))
219 } else if (!physical_Raw(dl->physical)) {
227 physical_StopDeviceTimer(dl->physical);
    [all...]
lqr.c 57 #include "physical.h"
165 struct physical *p = link2physical(lcp->fsm.link);
203 struct physical *p = link2physical(l);
208 log_Printf(LogERROR, "lqr_Input: Not a physical link - dropped\n");
269 struct physical *physical = link2physical(lcp->fsm.link); local
272 physical->hdlc.lqm.lqr.resent = 0;
273 physical->hdlc.lqm.echo.seq_sent = 0;
274 physical->hdlc.lqm.echo.seq_recv = 0;
275 memset(&physical->hdlc.lqm.lqr.peer, '\0'
    [all...]
pap.c 59 #include "physical.h"
85 struct bundle *bundle = authp->physical->dl->bundle;
109 link_PushPacket(&authp->physical->link, bp, bundle,
110 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP);
138 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
139 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP);
145 struct bundle *bundle = authp->physical->dl->bundle;
147 datalink_GotAuthname(authp->physical->dl, authp->in.name);
154 authp->physical->link.lcp.auth_ineed = 0
    [all...]
  /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/chromium_org/content/public/android/java/src/org/chromium/content/browser/
RenderCoordinates.java 8 * Cached copy of all positions and scales (CSS-to-DIP-to-physical pixels)
102 * @return Physical (screen) X coordinate of the point.
107 * @return Physical (screen) Y coordinate of the point.
129 * Sets the point to the given physical (screen) coordinates.
154 * @return Horizontal scroll offset in physical pixels.
159 * @return Vertical scroll offset in physical pixels.
164 * @return Horizontal scroll offset in physical pixels (approx, integer).
169 * @return Vertical scroll offset in physical pixels (approx, integer).
184 * @return Approximate width of the content in physical pixels.
189 * @return Approximate height of the content in physical pixels
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
system_memory.idl 9 // The total amount of physical memory capacity, in bytes.
18 // Get physical memory information.
  /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/'
  /frameworks/base/services/java/com/android/server/display/
DisplayViewport.java 22 * Describes how the pixels of physical display device reflects the content of
26 * physical display coordinates into logical display coordinates.
36 // The rotation applied to the physical coordinate system.
39 // The portion of the logical display that are presented on this physical display.
42 // The portion of the (rotated) physical display that shows the logical display contents.
43 // The relation between logical and physical frame defines how the coordinate system
49 // The physical frame should usually fit within this area.
  /external/chromium_org/ui/gfx/android/
device_display_info.h 23 // Returns display height in physical pixels.
26 // Returns display width in physical pixels.
  /development/samples/browseable/BasicAccessibility/
_index.jd 9 users with visual or physical disabilities.</p>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
boot.h 15 /* Physical address where kernel should be loaded. */
  /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/qemu/target-i386/
hax-darwin.h 53 * 3. HAX driver populate physical memory for the virtual address range, and
54 * lock these physical memory lock, so that they will not be swapped out
55 * 4. HAX driver map the populated physical memory into kernel address space
59 * Setup translation between guest physical address and host physical address
  /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...]
  /external/kernel-headers/original/asm-mips/mach-generic/
spaces.h 16 * This gives the physical RAM offset.
33 * Memory above this physical address will be considered highmem.
64 * Memory above this physical address will be considered highmem.

Completed in 1676 milliseconds

1 2 3 4 5 6 7 8 91011>>