HomeSort by relevance Sort by last modified time
    Searched refs:tap (Results 1 - 25 of 45) sorted by null

1 2

  /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...]
  /system/extras/tests/net_test/
run_net_test.sh 14 # How many tap interfaces to create.
45 # Create NUMTAPINTERFACES tap interfaces on the host, and prepare UML command
52 tap=${user}TAP$id
53 tapinterfaces="$tapinterfaces $tap"
55 netconfig="$netconfig eth$id=tuntap,$tap,$mac"
58 for tap in $tapinterfaces; do
59 if ! ip link list $tap > /dev/null; then
60 echo "Creating tap interface $tap" >&
    [all...]
  /external/libpcap/
pcap-enet.c 39 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);
  /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...]
  /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);
  /system/extras/tests/workloads/
defs.sh 387 vout ${ADB}input tap $*
388 ${ADB}input tap $*
  /external/libvpx/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/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
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 47 @* This function implements two six tap filters. It
48 @* applies the six tap filter in the horizontal direction on the
52 @* The six tap filtering operation is described in sec 8.4.2.2.1 titled
ih264_inter_pred_filters_luma_horz_a9q.s 52 @* Applies a 6 tap horizontal filter .The output is clipped to 8 bits
ih264_inter_pred_luma_horz_qpel_a9q.s 52 @* Applies a 6 tap horizontal filter .The output is clipped to 8 bits
ih264_inter_pred_filters_luma_vert_a9q.s 53 @ * Applies a 6 tap vertcal filter.The output is clipped to 8 bits
ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s 50 @* This function implements a two stage cascaded six tap filter. It
51 @* applies the six tap filter in the horizontal direction on the
55 @* the quarter pel values. The six tap filtering operation is described