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

  /packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java 91 tap(R.id.equal);
92 tap(R.id.del);
95 tap(R.id.digit5);
96 tap(R.id.digit6);
97 tap(R.id.digit7);
98 tap(R.id.div);
99 tap(R.id.digit3);
100 tap(R.id.equal);
106 tap(R.id.minus);
107 tap(R.id.digit7)
121 private boolean tap(int id) { method in class:CalculatorHitSomeButtons
    [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);
  /external/webkit/WebCore/platform/graphics/
Color.h 144 static const RGBA32 tap = 0x4D1A1A1A; member in class:WebCore::Color
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 696 int tap[UNROLL]; local
    [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 238 -webkit-tap-highlight-color
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 20 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
76 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
80 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap 2
86 pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0]; Tap 3
91 pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ; Tap 4
97 pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ; Tap 5
100 pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ; Tap 6
150 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
201 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
205 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap
    [all...]
loopfilter_mmx.asm 190 psraw mm5, 1 ; partial shifted one more time for 2nd tap
191 psraw mm1, 1 ; partial shifted one more time for 2nd tap
509 psraw mm5, 1 ; partial shifted one more time for 2nd tap
511 psraw mm1, 1 ; partial shifted one more time for 2nd tap
    [all...]
loopfilter_sse2.asm 229 psraw xmm5, 1 ; partial shifted one more time for 2nd tap
231 psraw xmm1, 1 ; partial shifted one more time for 2nd tap
    [all...]
subpixel_ssse3.asm 20 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
    [all...]
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 288 * Tap function for scripts to call at a particular x and y location
293 public static boolean tap(int x, int y) throws IOException { method in class:MonkeyRunner
294 String command = "tap " + x + " " + y;
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 385 ; outer tap adjustments: ++vp8_filter >> 1
  /external/webkit/WebCore/rendering/style/
RenderStyle.h     [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 572 ;# outer tap adjustments
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 171 For example, consider a hardware platform with a specialized RNG device. Obviously one would like to tap
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 605 milliseconds