/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);
|
/packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/ |
InteractionProvider.java | 27 public boolean tap(int x, int y) { method in class:InteractionProvider
|
ProviderImpl.java | 172 return mInteractionProvider.tap(b.centerX(), b.centerY());
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.css | 19 -webkit-tap-highlight-color: transparent;
|
/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/webkit/Source/WebCore/platform/graphics/ |
Color.h | 173 static const RGBA32 tap = 0x4D1A1A1A; member in class:WebCore::Color
|
/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 | 926 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...] |
/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...] |