Searched defs:tap (Results 1 - 6 of 6) 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.h166 static const RGBA32 tap = 0x6633B5E5; member in class:WebCore::Color
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp647 int tap[UNROLL]; local
680 tap[i] = SkAlpha255To256(a);
806 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);
/external/skia/legacy/src/opts/
H A DSkBlitRow_opts_arm.cpp1461 int tap[UNROLL]; local
1494 tap[i] = SkAlpha255To256(a);
1620 dst[i], tmpbuf[i], in_dst[i], src[i], td[i], tdv[i], tap[i], ta[i]);

Completed in 570 milliseconds