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

1 2 34 5 6 7 8 91011>>

  /external/libppp/src/
exec.c 59 #include "physical.h"
73 struct device dev; /* What struct physical knows about */
86 exec_Free(struct physical *p)
118 exec_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
144 exec_Write(struct physical *p, const void *v, size_t n)
174 exec_iov2device(int type, struct physical *p, struct iovec *iov,
206 struct physical *p = descriptor2physical(d);
232 struct physical *p = descriptor2physical(d);
241 exec_Create(struct physical *p)
datalink.h 51 struct physical;
55 struct fdescriptor desc; /* We play either a physical or a chat */
57 struct physical *physical; /* Our link */ member in struct:datalink
88 struct callback callback; /* Direction depends on physical type */
chat.c 60 #include "physical.h"
83 static void ExecStr(struct physical *, char *, char *, int);
264 ExecStr(c->physical, c->exp + 3, c->exp + 3, sizeof c->exp - 3);
319 return physical_doUpdateSet(&c->physical->desc, r, NULL, e, n, 1);
321 return physical_doUpdateSet(&c->physical->desc, NULL, w, e, n, 1);
328 return c->argptr && physical_IsSet(&c->physical->desc, fdset);
392 in = physical_Read(c->physical, c->bufend, in);
509 if (physical_IsSync(c->physical)) {
520 wrote = physical_Write(c->physical, c->argptr, c->arglen);
527 if (physical_IsSync(c->physical)) {
    [all...]
chap.h 32 struct physical;
73 extern void chap_Init(struct chap *, struct physical *);
udp.c 59 #include "physical.h"
69 struct device dev; /* What struct physical knows about */
83 udp_Sendto(struct physical *p, const void *v, size_t n)
111 udp_Recvfrom(struct physical *p, void *v, size_t n)
132 udp_Free(struct physical *p)
176 udp_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
200 udp_CreateDevice(struct physical *p, char *host, char *port)
253 udp_Create(struct physical *p)
  /frameworks/base/services/java/com/android/server/display/
DisplayDeviceInfo.java 26 * Describes the characteristics of a physical display device.
42 * physical orientation of the display matches the logical orientation of its content.
47 * assumption that the physical orientation of the display is invariant.
127 * The physical density of the display in DPI in the X direction.
128 * This density should specify the physical size of each pixel.
133 * The physical density of the display in DPI in the X direction.
134 * This density should specify the physical size of each pixel.
150 * relative to its physical coordinate system. Default is {@link Surface#ROTATION_0}.
190 // but we don't know the physical size of the display.
  /external/chromium_org/base/android/java/src/org/chromium/base/
SysUtils.java 33 * Return the amount of physical memory on this device in kilobytes.
35 * @return Amount of physical memory in kilobytes, or 0 if there was
87 Log.w(TAG, "Cannot get total physical size from /proc/meminfo", e);
  /external/chromium_org/media/audio/
audio_output_dispatcher_impl.h 8 // each dispatcher has a pool of inactive physical streams. A stream is closed
42 // Opens a new physical stream if there are no pending streams in
72 // Creates a new physical output stream, opens it and pushes to
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 41 // The Reader will start reading at the first record located at physical
55 // Returns the physical offset of the last record returned by ReadRecord.
79 // Returned whenever we find an invalid physical record.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
header.h 46 // table was constructed during building and has no physical location in a
57 // table was constructed during building and has no physical location in a
65 // constructed during building and has no physical location in a font file.
  /external/kernel-headers/original/asm-arm/arch/
memory.h 37 * Physical DRAM offset.
47 * NOTE: Physical address must be converted to Local Bus address
52 * Bus address is physical address, except for OMAP-1510 Local Bus.
  /external/sfntly/cpp/src/sfntly/table/
header.h 46 // table was constructed during building and has no physical location in a
57 // table was constructed during building and has no physical location in a
65 // constructed during building and has no physical location in a font file.
  /external/chromium/base/
sys_info.h 23 // Return the number of bytes of physical memory on the current machine.
26 // Return the number of megabytes of physical memory on the current machine.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.h 68 LayoutRect localSelectionRect(bool checkWhetherSelected = true) const; // This is in local coordinates, but it's a physical rect (so the top left corner is physical top left).
  /external/kernel-headers/original/asm-mips/
jazzdma.h 36 * Note that VDMA_PAGE() works for physical addresses only
51 unsigned int frame; /* physical frame no. */
  /external/kernel-headers/original/asm-x86/
io_32.h 52 * Convert a physical pointer to a virtual kernel pointer for /dev/mem
63 * virt_to_phys - map virtual addresses to physical
66 * The returned physical address is the physical (CPU) mapping for
81 * phys_to_virt - map physical address to virtual
99 * Change "struct page" to physical address.
143 * ISA I/O bus memory addresses are 1:1 with the physical address.
224 * are physical addresses. The following constant pointer can be
io_apic_32.h 73 dest_mode : 1, /* 0: physical, 1: logical */
85 } physical; member in union:IO_APIC_route_entry::__anon19831
  /external/libvorbis/doc/vorbisfile/
ov_pcm_total.html 20 <p>Returns the total pcm samples of the physical bitstream or a specified logical bitstream.
39 <dd>Link to the desired logical bitstream. To retrieve the total pcm samples for the entire physical bitstream, this parameter should be set to -1.</dd>
ov_raw_total.html 20 <p>Returns the total (compressed) bytes of the physical bitstream or a specified logical bitstream.
39 <dd>Link to the desired logical bitstream. To retrieve the total bytes for the entire physical bitstream, this parameter should be set to -1.</dd>
ov_time_total.html 21 <p>Returns the total time in seconds of the physical bitstream or a specified logical bitstream.
41 <dd>Link to the desired logical bitstream. To retrieve the time total for the entire physical bitstream, this parameter should be set to -1.</b></dd>
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetPalette.3 13 Palettized (8-bit) screen surfaces with the \fBSDL_HWPALETTE\fP flag have two palettes, a logical palette that is used for mapping blits to/from the surface and a physical palette (that determines how the hardware will map the colors to the display)\&. \fISDL_BlitSurface\fR always uses the logical palette when blitting surfaces (if it has to convert between surface pixel formats)\&. Because of this, it is often useful to modify only one or the other palette to achieve various special color effects (e\&.g\&., screen fading, color flashes, screen dimming)\&.
15 This function can modify either the logical or physical palette by specifing \fBSDL_LOGPAL\fP or \fBSDL_PHYSPAL\fPthe in the \fBflags\fR parameter\&.
  /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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 60 dma_addr_t addr; /* physical address */
91 * return the physical address at the corresponding offset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 60 dma_addr_t addr; /* physical address */
91 * return the physical address at the corresponding offset
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
24 spans multiple physical lines. Also provides 'unreadline()' for
57 with a backslash, then N+1 physical lines will be joined to
153 file spans multiple physical lines, the warning refers to the
156 range of physical lines, or an integer for a single physical
165 may involve reading multiple physical lines concatenated into a
167 'warn()' after 'readline()' emits a warning about the physical

Completed in 186 milliseconds

1 2 34 5 6 7 8 91011>>