/external/autotest/client/deps/lansim/src/py/ |
D | tuntap_unittest.py | 15 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/ |
D | Makefile.am | 41 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/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 231 v256 sum, row, tap, res; in SIMD_FUNC() local 257 tap = v256_from_v64(v64_load_unaligned(&in[0 * CDEF_BSTRIDE + po1]), in SIMD_FUNC() 261 max = v256_max_s16(max, v256_andn(tap, v256_cmpeq_16(tap, large))); in SIMD_FUNC() 262 min = v256_min_s16(min, tap); in SIMD_FUNC() 263 p0 = constrain(tap, row, pri_strength, pri_damping); in SIMD_FUNC() 264 tap = v256_from_v64(v64_load_unaligned(&in[0 * CDEF_BSTRIDE - po1]), in SIMD_FUNC() 268 max = v256_max_s16(max, v256_andn(tap, v256_cmpeq_16(tap, large))); in SIMD_FUNC() 269 min = v256_min_s16(min, tap); in SIMD_FUNC() 270 p1 = constrain(tap, row, pri_strength, pri_damping); in SIMD_FUNC() 278 tap = v256_from_v64(v64_load_unaligned(&in[0 * CDEF_BSTRIDE + po2]), in SIMD_FUNC() [all …]
|
/external/autotest/client/cros/ |
D | p2p_utils.py | 71 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/ |
D | control | 7 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 20 Uses javascript page to listen for mouse clicks and drags. If tap-to-click is 21 working, the click count will increase. If tap dragging is working, movement 22 will be detected during a click. Enables and disables tap-to-click and tap
|
D | README | 1 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/walt/pywalt/ |
D | README.md | 5 * Currently supprots tap and drag (scroll) latency measurements 24 -t TYPE, --type TYPE Test type: drag|tap|screen|sanity|curve|bridge 35 See the [tap latency section](../docs/usage/WALT_usage.md#tap-latency) in Android app usage doc. 37 Below is output from an example run of a tap latency test that reads touch events from `/dev/input/… 44 $ ./walt.py -t tap -n 40 -i /dev/input/event4 46 Starting tap latency test 50 shock t 1990338, tap t 1487105212.048997, tap val 1. dt=63738.9 53 shock t 2219992, tap t 1487105212.262449, tap val 0. dt=47537.0
|
/external/libpcap/ |
D | pcap-enet.c | 35 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/u-boot/arch/mips/mach-ath79/ar934x/ |
D | ddr.c | 28 u32 tap; member 135 writel(memcfg->tap, ddr_regs + AR71XX_DDR_REG_TAP_CTRL0); in ar934x_ddr_init() 136 writel(memcfg->tap, ddr_regs + AR71XX_DDR_REG_TAP_CTRL1); in ar934x_ddr_init() 140 writel(memcfg->tap, in ar934x_ddr_init() 142 writel(memcfg->tap, in ar934x_ddr_init()
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 185 tap = "" 229 tap += tresult 233 tap += procout 235 tap += 'No output!\n' 244 return tap 258 tap = '' 266 tap = 'notap requested: omitting test plan\n' 268 tap = str(index) + ".." + str(tcount) + "\n" 301 tap += run_one_test(pm, args, index, tidx) 326 tap += 'about to flush the tap output if tests need to be skipped\n' [all …]
|
/external/u-boot/arch/mips/mach-ath79/ar933x/ |
D | ddr.c | 238 u32 val, tap, upper, lower; in ddr_tap_tuning() local 266 tap = readl(regs + AR71XX_DDR_REG_TAP_CTRL0); in ddr_tap_tuning() 267 val = tap; in ddr_tap_tuning() 268 upper = tap; in ddr_tap_tuning() 269 lower = tap; in ddr_tap_tuning() 300 val = tap; in ddr_tap_tuning() 314 val = tap; in ddr_tap_tuning()
|
/external/u-boot/arch/mips/mach-ath79/qca953x/ |
D | ddr.c | 412 u32 val, pass, tap, cnt, tap_val, last, first; in ddr_tap_tuning() local 421 tap = 0; in ddr_tap_tuning() 424 writel(tap, regs + AR71XX_DDR_REG_TAP_CTRL0); in ddr_tap_tuning() 425 writel(tap, regs + AR71XX_DDR_REG_TAP_CTRL1); in ddr_tap_tuning() 452 last = tap; in ddr_tap_tuning() 454 first = tap; in ddr_tap_tuning() 455 last = tap; in ddr_tap_tuning() 459 tap++; in ddr_tap_tuning() 460 } while (tap < DDR_TAP_MAX_VAL); in ddr_tap_tuning()
|
/external/u-boot/arch/arm/cpu/arm926ejs/spear/ |
D | spr_misc.c | 75 unsigned int tap; member 84 .tap = 0x10, 93 .tap = 0xf, 117 writel(p->tap, &emi_regs_p->bank_regs[cs].tap); in spear_emi_init()
|
/external/autotest/client/deps/lansim/ |
D | control | 35 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/scapy/test/ |
D | sendsniff.uts | 7 + Test bridge_and_sniff() using tap sockets 9 ~ tap linux 11 = Create two tap interfaces 16 tap0, tap1 = [TunTapInterface("tap%d" % i) for i in range(2)] 20 assert subprocess.check_call(["ip", "link", "set", "tap%d" % i, "up"]) == 0 23 assert subprocess.check_call(["ifconfig", "tap%d" % i, "up"]) == 0 83 = Delete the tap interfaces
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-tap.hpp | 61 struct tap struct 69 tap(args_type a) in tap() function 121 auto tap(AN&&... an) in tap() function 135 class Tap = rxo::detail::tap<SourceValue, std::tuple<rxu::decay_t<MakeObserverArgN>...>>>
|
/external/walt/docs/ |
D | TapLatency.md | 3 …* [Video demonstration of tap latency measurement](https://www.youtube.com/watch?v=1xAReF75Cts&lis… 4 …* [Detailed instructions on how to perform the measurement in usage doc](usage/WALT_usage.md#tap-l… 19 and include the kernel timestamp. For tap, the relevant MotionEvent types are 32 ![Tap measurement](usage/images/tap.png)
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | tap.cpp | 10 tap( 24 tap(
|
D | delay.cpp | 21 tap(next("interval")). 46 tap(next("interval")).
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 23 self.tap = '' 40 print('{}'.format(self.tap)) 142 self.tap += more_tap_output
|
/external/ImageMagick/config/ |
D | tap-driver.sh | 32 me=tap-driver.sh 51 tap-driver.sh --test-name=NAME --log-file=PATH --trs-file=PATH
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | tap.cpp | 28 | rxo::tap([&invoked](int) { in __anonf2c9f5ef0102() 89 .tap([&invoked](rxu::error_ptr) { in __anonf2c9f5ef0302()
|
/external/autotest/client/site_tests/p2p_ShareFiles/ |
D | p2p_ShareFiles.py | 62 self._sim = simulator.Simulator(self._p2p.tap) 84 if len(ips) != 1 or ips[0] != self._p2p.tap.addr:
|
/external/webrtc/webrtc/base/ |
D | httpclient.cc | 482 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/ |
D | p2p_ServeFiles.py | 111 self._sim = simulator.SimulatorThread(self._p2p.tap) 138 len(ips) != 1) or ips[0] != self._p2p.tap.addr:
|