Home
last modified time | relevance | path

Searched refs:tap (Results 1 – 25 of 96) sorted by relevance

1234

/external/autotest/client/deps/lansim/src/py/
Dtuntap_unittest.py15 tap = tuntap.TunTap(tuntap.IFF_TAP, name="faketap%d")
17 self.assertEqual(tap.mode, tuntap.IFF_TAP)
20 self.assertTrue(hasattr(tap, 'name'))
21 self.assertTrue(tap.name.startswith('faketap'))
24 self.assertTrue(hasattr(tap, 'mtu'))
25 self.assertTrue(tap.mtu)
36 tap = tuntap.TunTap(tuntap.IFF_TAP, name="faketap%d")
37 family, addr = tap.get_hwaddr()
43 new_family, new_addr = tap.set_hwaddr(addr)
47 new_family, new_addr = tap.get_hwaddr()
[all …]
/external/ImageMagick/tests/
DMakefile.am41 tests/cli-colorspace.tap \
42 tests/cli-pipe.tap \
43 tests/validate-colorspace.tap \
44 tests/validate-compare.tap \
45 tests/validate-composite.tap \
46 tests/validate-convert.tap \
47 tests/validate-formats-disk.tap \
48 tests/validate-formats-map.tap \
49 tests/validate-formats-memory.tap \
50 tests/validate-identify.tap \
[all …]
/external/autotest/client/cros/
Dp2p_utils.py71 self.tap = None
96 self.tap = tuntap.TunTap(tuntap.IFF_TAP, name=self._tap_name)
97 self.tap.set_addr(self._tap_ip, self._tap_mask)
98 self.tap.up()
102 dumpfile = os.path.join(dumpdir, 'dump-%s.pcap' % self.tap.name)
103 self._tcpdump = tcpdump.Tcpdump(self.tap.name, dumpfile)
106 avahi_utils.avahi_start_on_iface(self.tap.name)
125 if self.tap:
126 self.tap.down()
/external/autotest/client/site_tests/touch_TapSettings/
Dcontrol7 PURPOSE = "Test that tap-to-click and tap dragging can be enabled/disabled."
9 This test will fail if, after playback of touch events, tap-to-click or tap
21 Uses javascript page to listen for mouse clicks and drags. If tap-to-click is
22 working, the click count will increase. If tap dragging is working, movement
23 will be detected during a click. Enables and disables tap-to-click and tap
DREADME1 touch_TapSettings test uses two gesture files that do tap and drag functions.
4 middle of the test (tap and no drag) or multiple drag recording etc would break
8 …EVICE NAME>_touchpad_Touch ID_tap-drag-right - Tap_drag means: Tap (one full tap) and then half tap
9 … (do not release tap) to start the drag. Without lifting it,
/external/libpcap/
Dpcap-enet.c35 struct tap_header tap; member
76 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap in readloop()
79 ph->tap.th_wirelen, caplen)) { in readloop()
83 (struct timeval *)ph->tap.th_timestamp, in readloop()
84 ph->tap.th_wirelen, caplen); in readloop()
/external/autotest/client/deps/lansim/
Dcontrol35 For example, to create a tap interface you can do the following:
37 tap = tuntap.TunTap(tuntap.IFF_TAP, name="faketap")
38 print "Interface running on", tap.name
46 tap.set_addr("192.168.0.123")
47 tap.up()
55 simu = simulator.SimulatorThread(tap)
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dtap.js28 chrome.gpuBenchmarking.tap);
57 chrome.gpuBenchmarking.tap(position_left, position_top,
/external/ImageMagick/config/
Dtap-driver.sh32 me=tap-driver.sh
51 tap-driver.sh --test-name=NAME --log-file=PATH --trs-file=PATH
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DActorGestureListener.java49 public boolean tap (float stageX, float stageY, int count, int button) { in ActorGestureListener()
51 ActorGestureListener.this.tap(event, tmpCoords.x, tmpCoords.y, count, button); in ActorGestureListener()
132 public void tap (InputEvent event, float x, float y, int count, int button) { in tap() method in ActorGestureListener
/external/autotest/client/site_tests/p2p_ShareFiles/
Dp2p_ShareFiles.py62 self._sim = simulator.Simulator(self._p2p.tap)
84 if len(ips) != 1 or ips[0] != self._p2p.tap.addr:
/external/webrtc/webrtc/base/
Dhttpclient.cc482 StreamTap* tap = new StreamTap(output, stream.release()); in BeginCacheFile() local
483 response().document.reset(tap); in BeginCacheFile()
504 StreamTap* tap = static_cast<StreamTap*>(response().document.release()); in CompleteCacheFile() local
505 response().document.reset(tap->Detach()); in CompleteCacheFile()
508 StreamResult result = tap->GetTapResult(&error); in CompleteCacheFile()
511 delete tap; in CompleteCacheFile()
/external/autotest/client/site_tests/p2p_ServeFiles/
Dp2p_ServeFiles.py111 self._sim = simulator.SimulatorThread(self._p2p.tap)
138 len(ips) != 1) or ips[0] != self._p2p.tap.addr:
/external/autotest/client/site_tests/touch_TouchscreenTaps/
DREADME4 firmly as though to tap. Make only the one gesture; no stray touches.
/external/libgdx/gdx/src/com/badlogic/gdx/input/
DGestureDetector.java193 return listener.tap(x, y, tapCount, button); in touchUp()
292 public boolean tap (float x, float y, int count, int button); in tap() method
337 public boolean tap (float x, float y, int count, int button) { in tap() method in GestureDetector.GestureAdapter
/external/autotest/client/tests/kvm/
Dbase.cfg.sample44 nic_mode = tap
107 # for tap )
/external/libvpx/libvpx/vpx_dsp/x86/
Dintrapred_ssse3.asm469 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m0, m1, m2, m3 ; 3-tap avg B4 B3 B2 B1 C1 D1
470 pavgb m1, m0 ; 2-tap avg A4 A3 A2 A1
507 pavgb m6, m1, m2 ; 2-tap avg A8-A1
509 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m0, m4, m5, m7 ; 3-tap avg C-H1
511 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m1, m2, m3, m0 ; 3-tap avg B8-1
562 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m0, m5, m3, m4 ; 3-tap avg B3-Bg
572 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m7, m3, m5, m1 ; 3-tap avg C1-P1
625 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m1, m4, m6, m2 ; 3-tap avg above [high]
630 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m7, m3, m5, m1 ; 3-tap avg above [low]
636 X_PLUS_2Y_PLUS_Z_PLUS_2_RSH_2 m0, m5, m3, m4 ; 3-tap avg B3-Bg
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DBulletTestCollection.java175 public boolean tap (float x, float y, int count, int button) { in tap() method in BulletTestCollection
176 return tests[testIndex].tap(x, y, count, button); in tap()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DShootTest.java64 public boolean tap (float x, float y, int count, int button) { in tap() method in ShootTest
DGimpactTest.java46 public boolean tap (float x, float y, int count, int button) { in tap() method in GimpactTest
DBulletTest.java107 public boolean tap (float x, float y, int count, int button) { in tap() method in BulletTest
DContactCallbackTest.java90 public boolean tap (float x, float y, int count, int button) { in tap() method in ContactCallbackTest
DConvexHullTest.java50 public boolean tap (float x, float y, int count, int button) { in tap() method in ConvexHullTest
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dfilter_v6.asm29 ; vp8_filter the input and put in the output array. Apply the 6 tap FIR filter with
52 ; six tap filter
142 ; six tap filter
235 ; six tap filter
466 ; six tap filter
559 ; six tap filter
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|

1234