HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 976 - 1000 of 1736) sorted by null

<<31323334353637383940>>

  /external/libpcap/
pcap-bpf.c 683 /* Get the data link layer type. */
722 /* The SLIP and PPP link layer header changed in BSD/OS 2.1 */
784 * that has a link-layer type of DLT_EN10MB and that has
785 * no alternate link-layer types; that's done to exclude
842 * the link-layer source address isn't forcibly overwritten.
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 86 // Ideally, all of these would be fixed in the graphics layer and we would not
88 // flag to check the graphics layer.
266 // We need the "alpha" layer flag here because the base layer is opaque
268 // Without explicitly setting the alpha flag, the layer will inherit the
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 701 // that the block really needed a full layout, we missed our chance to repaint the layer
702 // before layout started. Luckily the layer has cached the repaint rect for its original
704 repaintUsingContainer(containerForRepaint(), layer()->repaintRect());
    [all...]
  /external/ppp/pppd/
lcp.c 214 static void lcp_starting __P((fsm *)); /* We need lower layer up */
215 static void lcp_finished __P((fsm *)); /* We need lower layer down */
241 lcp_starting, /* Called when we want the lower layer up */
242 lcp_finished, /* Called when we want the lower layer down */
419 * lcp_lowerup - The lower layer is up.
448 * lcp_lowerdown - The lower layer is down.
464 * lcp_delayed_up - Bring the lower layer up now.
    [all...]
ipv6cp.c 194 static void ipv6cp_finished __P((fsm *)); /* Don't need lower layer */
208 NULL, /* Called when we want the lower layer up */
209 ipv6cp_finished, /* Called when we want the lower layer down */
465 * ipv6cp_lowerup - The lower layer is up.
476 * ipv6cp_lowerdown - The lower layer is down.
502 * Pretend the lower layer went down, so we shut up.
    [all...]
ipxcp.c 90 static void ipxcp_finished __P((fsm *)); /* Don't need lower layer */
105 NULL, /* Called when we want the lower layer up */
106 ipxcp_finished, /* Called when we want the lower layer down */
490 * ipxcp_lowerup - The lower layer is up.
501 * ipxcp_lowerdown - The lower layer is down.
527 * Pretend the lower layer went down, so we shut up.
    [all...]
chap-new.c 195 * If the lower layer is already up, we start sending challenges,
196 * otherwise we wait for the lower layer to come up.
  /hardware/ril/reference-ril/
reference-ril.c 622 /* success or failure is ignored by the upper layer here.
670 /* success or failure is ignored by the upper layer here.
    [all...]
  /external/iproute2/man/man8/
ip.8 882 change the link layer broadcast address or the peer address when
1100 link layer addresses for hosts sharing the same link.
1124 the link layer address of the neighbour.
    [all...]
  /external/qemu/hw/
bt-l2cap.c 165 /* L2CAP layer logic (protocol) */
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 446 [(CALayer *)m_qtVideoLayer.get() setName:@"Video layer"];
449 // Hang the video layer from the render layer, if we have one yet. If not, we'll do this
    [all...]
  /bionic/libc/netbsd/net/
getnameinfo.c 420 * Format a link-layer address into a printable format, paying attention to
482 * The following use IPv4 addresses as link-layer addresses:
  /external/blktrace/doc/
btt.1 66 btt is a post\-processing tool for the block layer IO tracing tool called
68 is a block layer IO tracing mechanism which provides detailed
  /external/e2fsprogs/e2fsck/
recovery.c 58 * layer directly and so there is no readahead being done for us. We
84 * a time to the block device IO layer. */
  /external/iproute2/tc/
em_meta.c 67 "Link layer protocol"),
75 "Length of link layer header"),
  /external/libffi/
README 34 layer of a fully featured foreign function interface. A layer must
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 2 SDL - Simple DirectMedia Layer
482 SDL_SetError("MPEG Layer 3 data not supported",
  /external/stlport/src/
c_locale.h 66 * code necessary to the platform localization layer.
71 * code necessary to the platform localization layer.
  /external/webkit/WebCore/
ChangeLog-2010-01-29     [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 45 return layer(node)->adjustBounds(mRoot->rootLayer(), rect);
888 const CachedLayer* CachedFrame::layer(const CachedNode* node) const function in class:android::CachedFrame
    [all...]
SelectText.cpp 381 void SelectText::draw(SkCanvas* canvas, LayerAndroid* layer)
383 if (layer->picture() != m_picture)
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 327 void QWebFramePrivate::renderRelativeCoords(GraphicsContext* context, QWebFrame::RenderLayer layer, const QRegion& clip)
352 if (layer & QWebFrame::ContentsLayer) {
370 if (layer & QWebFrame::ScrollBarLayer
385 if (layer & QWebFrame::PanIconLayer)
    [all...]
  /external/wpa_supplicant/
defconfig 79 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
236 # Select layer 2 packet implementation
  /external/wpa_supplicant_6/wpa_supplicant/
.config 88 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
285 # Select layer 2 packet implementation
defconfig 91 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
288 # Select layer 2 packet implementation

Completed in 263 milliseconds

<<31323334353637383940>>