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

1 2

  /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);
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 71 tap, enumerator in enum:__anon20559
298 int tap, tap_dir, tap_num; local
301 fscanf(fp, "%d\n", &tap);
304 tap_dir = tap/8;
305 tap_num = tap%8 + 1;
308 printf("GT:Tap Handler **\n");
309 printf("Tap= %x\n", tap);
310 printf("Tap Dir= %x\n", tap_dir);
311 printf("Tap Num= %x\n", tap_num)
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 19 -webkit-tap-highlight-color: transparent;
  /external/webkit/Source/WebCore/platform/graphics/
Color.h 166 static const RGBA32 tap = 0x6633B5E5; member in class:WebCore::Color
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 26 -webkit-tap-highlight-color: transparent;
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 466 StreamTap* tap = new StreamTap(output, stream.release()); local
467 response().document.reset(tap);
488 StreamTap* tap = static_cast<StreamTap*>(response().document.release()); local
489 response().document.reset(tap->Detach());
492 StreamResult result = tap->GetTapResult(&error);
494 // Delete the tap and cache stream (which completes cache unlock)
495 delete tap;
stream.h 331 // in either direction to the tap. Note that errors or blocking on writing to
332 // the tap will prevent further tap writes from occurring.
337 explicit StreamTap(StreamInterface* stream, StreamInterface* tap);
339 void AttachTap(StreamInterface* tap);
stream.cc 176 StreamTap::StreamTap(StreamInterface* stream, StreamInterface* tap)
180 AttachTap(tap);
183 void StreamTap::AttachTap(StreamInterface* tap) {
184 tap_.reset(tap);
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 647 int tap[UNROLL]; local
680 tap[i] = SkAlpha255To256(a);
    [all...]
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 183 void HandleTap(int tap)
185 int tap_dir = tap/8;
186 int tap_num = tap%8 + 1;
210 printf("Tap number: %d\n", tap_num);
382 printf("tap=%x\n", data);
461 /* 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/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 1461 int tap[UNROLL]; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
77 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
81 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap 2
87 pmullw xmm5, [rdx+32] ; x[ 0] * H[ 0]; Tap 3
92 pmullw xmm6, [rdx+48] ; x[ 1] * h[ 1] ; Tap 4
98 pmullw xmm7, [rdx+64] ; x[ 2] * h[ 2] ; Tap 5
101 pmullw xmm1, [rdx+80] ; x[ 3] * h[ 3] ; Tap 6
151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
202 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
206 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap
    [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
    [all...]
loopfilter_block_sse2.asm 111 ; outer tap adjustments
loopfilter_sse2.asm 233 psraw xmm5, 1 ; partial shifted one more time for 2nd tap
234 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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 251 text.inspect.tap do |t|
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 106 #include <epan/tap.h>
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 572 ;# outer tap adjustments
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [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...]

Completed in 279 milliseconds

1 2