HomeSort by relevance Sort by last modified time
    Searched refs:tap (Results 1 - 24 of 24) 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/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/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! }
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 123 return sendMonkeyEvent("tap " + x + " " + y);
321 * Send a tap event at the specified location.
328 public boolean tap(int x, int y) throws IOException { method in class:ChimpManager
329 return sendMonkeyEvent("tap " + x + " " + y);
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 1461 int tap[UNROLL]; local
    [all...]
  /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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 251 text.inspect.tap do |t|
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 361 manager.tap(x, y);
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 385 ; outer tap adjustments: ++vp8_filter >> 1
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 106 #include <epan/tap.h>
    [all...]
  /external/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...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 922 milliseconds