/external/autotest/client/deps/lansim/src/py/ |
tuntap_unittest.py | 14 """Tests creation of a TAP device and its attributes.""" 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) 29 """Tests creation of a TAP device and its attributes.""" 35 """Tests that we can get and set the HW address of a TAP device.""" 36 tap = tuntap.TunTap(tuntap.IFF_TAP, name="faketap%d" [all...] |
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/ |
CalculatorHitSomeButtons.java | 96 tap(R.id.eq); 97 tap(R.id.del); 100 tap(R.id.digit_5); 101 tap(R.id.digit_6); 102 tap(R.id.digit_7); 103 tap(R.id.op_div); 104 tap(R.id.digit_3); 105 tap(R.id.dec_point); 106 tap(R.id.eq); 112 tap(R.id.op_sub) 145 private void tap(int id) { method in class:CalculatorHitSomeButtons [all...] |
/external/autotest/client/cros/ |
p2p_utils.py | 52 """Manage a p2p-server instance running over a TAP interface. 54 This class manages a p2p-server instance configured to run over a TAP 61 @param tap_ip: IPv4 address for the TAP interface on the DUT's end. 63 @param tap_name: The name prefix for the TAP interface. 71 self.tap = None 76 """Initializes avahi daemon on a new tap interface. 78 @param dumpdir: Directory where the traffic on the new tap interface 95 # Initialize the TAP interface. 96 self.tap = tuntap.TunTap(tuntap.IFF_TAP, name=self._tap_name) 97 self.tap.set_addr(self._tap_ip, self._tap_mask [all...] |
/system/extras/tests/net_test/ |
run_net_test.sh | 23 # How many TAP interfaces to create to provide the VM with real network access 30 # does not perform any host-level setup beyond configuring tap interfaces; 63 # If network access was requested, create NUMTAPINTERFACES tap interfaces on 71 tap=${user}TAP$id 72 tapinterfaces="$tapinterfaces $tap" 74 netconfig="$netconfig eth$id=tuntap,$tap,$mac" 77 for tap in $tapinterfaces; do 78 if ! ip link list $tap > /dev/null; then 79 echo "Creating tap interface $tap" >& [all...] |
/external/libpcap/ |
pcap-enet.c | 35 struct tap_header tap; member in struct:packet_header 76 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap 79 ph->tap.th_wirelen, caplen)) { 83 (struct timeval *)ph->tap.th_timestamp, 84 ph->tap.th_wirelen, caplen);
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/ |
MultiSelectManagerTest.java | 108 tap(7); 114 tap(11); 115 tap(RecyclerView.NO_POSITION); 121 tap(7); 122 tap(13); 148 tap(20); 163 mManager.onLongPress(TestInputEvent.tap(17)); 180 tap(13); 330 mManager.onLongPress(TestInputEvent.tap(position)); 333 private void tap(int position) method in class:MultiSelectManagerTest [all...] |
DocumentHolderTest.java | 61 tap(); method 69 public void tap() { method in class:DocumentHolderTest
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
tap.js | 28 chrome.gpuBenchmarking.tap); 55 throw new Error('Tap position is off-screen'); 57 chrome.gpuBenchmarking.tap(position_left, position_top,
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
TestInputEvent.java | 68 public static TestInputEvent tap(int position) { method in class:TestInputEvent
|
/external/autotest/client/site_tests/p2p_ShareFiles/ |
p2p_ShareFiles.py | 62 self._sim = simulator.Simulator(self._p2p.tap) 84 if len(ips) != 1 or ips[0] != self._p2p.tap.addr:
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/ |
inv_gesture_test.c | 354 int tap, tap_dir, tap_num; local 357 fscanf(fp, "%d\n", &tap); 360 tap_dir = tap/8; 361 tap_num = tap%8 + 1; 364 printf("GT:Tap Handler **\n"); 365 printf("Tap= %x\n", tap); 366 printf("Tap Dir= %x\n", tap_dir); 367 printf("Tap Num= %x\n", tap_num); 372 printf("Tap Axis->X Pos, ") [all...] |
/external/autotest/client/site_tests/p2p_ServeFiles/ |
p2p_ServeFiles.py | 111 self._sim = simulator.SimulatorThread(self._p2p.tap) 138 len(ips) != 1) or ips[0] != self._p2p.tap.addr:
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
stress_iio.c | 53 static void HandleTap(struct dmp_struct *dmp, int tap); 97 static void HandleTap(struct dmp_struct *dmp, int tap) 99 int tap_dir = tap/8; 100 int tap_num = tap%8 + 1; 124 printf("Tap number: %d\n", tap_num);
|
/external/webrtc/webrtc/base/ |
httpclient.cc | 482 StreamTap* tap = new StreamTap(output, stream.release()); local 483 response().document.reset(tap); 504 StreamTap* tap = static_cast<StreamTap*>(response().document.release()); local 505 response().document.reset(tap->Detach()); 508 StreamResult result = tap->GetTapResult(&error); 510 // Delete the tap and cache stream (which completes cache unlock) 511 delete tap;
|
stream.h | 313 // in either direction to the tap. Note that errors or blocking on writing to 314 // the tap will prevent further tap writes from occurring. 319 explicit StreamTap(StreamInterface* stream, StreamInterface* tap); 322 void AttachTap(StreamInterface* tap);
|
stream.cc | 243 StreamTap::StreamTap(StreamInterface* stream, StreamInterface* tap) 246 AttachTap(tap); 251 void StreamTap::AttachTap(StreamInterface* tap) { 252 tap_.reset(tap);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
intrapred_ssse3.asm | 469 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-B [all...] |
loopfilter_mmx.asm | 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap 189 psraw mm1, 1 ; partial shifted one more time for 2nd tap 504 psraw mm5, 1 ; partial shifted one more time for 2nd tap 506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_intrapred_ssse3.asm | 469 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-B [all...] |
vp9_loopfilter_mmx.asm | 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap 189 psraw mm1, 1 ; partial shifted one more time for 2nd tap 504 psraw mm5, 1 ; partial shifted one more time for 2nd tap 506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
mpu_iio.c | 366 void handle_tap(int tap) 368 int tap_dir = tap / 8; 369 int tap_num = tap % 8 + 1; 371 printf("tap="); 607 when using -p, 1 means orientation, 2 means tap, 3 means flick */
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|
|
grammar.rb | 155 tap { |list| list.flatten! }
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s | 50 @* This function implements a two stage cascaded six tap filter. It 51 @* applies the six tap filter in the vertical direction on the 53 @* horizontal direction on the output of the first stage. The six tap
|
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s | 50 @* This function implements a two stage cascaded six tap filter. It 51 @* applies the six tap filter in the vertical direction on the 55 @* pel values.The six tap filtering operation is described in sec 8.4.2.2.1
|