Searched defs:tap (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dpcap-enet.c39 struct tap_header tap; member in struct:packet_header
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
83 ph->tap.th_wirelen, caplen)) {
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
/external/webkit/Source/WebCore/platform/graphics/
H A DColor.h173 static const RGBA32 tap = 0x4D1A1A1A; member in class:WebCore::Color
/external/skia/src/opts/
H A DSkBlitRow_opts_arm.cpp926 int tap[UNROLL]; local
959 tap[i] = SkAlpha255To256(a);
1085 dst[i], tmpbuf[i], in_dst[i], src[i], td[i], tdv[i], tap[i], ta[i]);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.cc466 StreamTap* tap = new StreamTap(output, stream.release()); local
467 response().document.reset(tap);
488 StreamTap* tap = static_cast<StreamTap*>(response().document.release()); local
489 response().document.reset(tap->Detach());
492 StreamResult result = tap->GetTapResult(&error);
494 // Delete the tap and cache stream (which completes cache unlock)
495 delete tap;
H A Dstream.cc176 StreamTap::StreamTap(StreamInterface* stream, StreamInterface* tap) argument
180 AttachTap(tap);
183 void StreamTap::AttachTap(StreamInterface* tap) { argument
184 tap_.reset(tap);

Completed in 251 milliseconds