HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 176 - 200 of 572) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/toolchains/x86-clang3.2/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.mousewheel.min.js 12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 128 setup(); method
166 private void setup() { method in class:LocationActivity
229 setup(); method
236 setup(); method
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTokenStream.h 63 - (void)setup;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTokenStream.h 63 - (void)setup;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTokenStream.h 63 - (void)setup;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTokenStream.h 61 - (void)setup;
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 41 %setup -q
101 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_init.c 55 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, &gcm->K)) != CRYPT_OK) {
65 /* setup state */
76 /* setup tables */
  /external/icu4c/i18n/unicode/
tmutfmt.h 226 void setup(UErrorCode& status);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderModelLoader.java 56 this.setup(assetInfo);
  /external/kernel-headers/original/linux/usb/
functionfs.h 121 /* SETUP: packet; DATA phase i/o precedes next event
122 *(setup.bmRequestType & USB_DIR_IN) flags direction */
123 struct usb_ctrlrequest setup; member in union:usb_functionfs_event::__anon10016
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 90 /// prior to the main setup and reduction.
132 void setup() { function in class:PBQP::HeuristicBase
  /external/openssl/crypto/asn1/
bio_asn1.c 126 asn1_ps_func *setup,
216 /* Setup prefix data, call it */
330 asn1_ps_func *setup,
334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg))
  /external/oprofile/module/
oprofile.h 87 /* counter setup */
111 /* setup the handler from profiling parameters. Return 0 on success */
112 int (*setup)(void); member in struct:op_int_operations
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
RatingBarTest.java 29 public void setup() { method in class:RatingBarTest
SensorManagerTest.java 25 public void setup() { method in class:SensorManagerTest
SmsManagerTest.java 26 public void setup() { method in class:SmsManagerTest
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 30 // used by setup and nextT
34 void setup(SkScalar fx, SkScalar fy, SkScalar dfx, SkScalar dfy);
  /frameworks/base/core/java/android/app/
TabActivity.java 135 mTabHost.setup(getLocalActivityManager());
  /frameworks/rs/
rsFBOCache.cpp 85 void FBOCache::setup(Context *rsc) { function in class:FBOCache
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncoming.java 17 package com.android.email.activity.setup;
33 * Provides setup flow for IMAP/POP accounts.
AccountSetupOutgoing.java 17 package com.android.email.activity.setup;
33 * Provides setup flow for SMTP (for IMAP/POP accounts).
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeTests.java 17 package com.android.email.activity.setup;
37 * runtest -c com.android.email.activity.setup.AccountSetupAccountTypeTests email
51 protected void setUp() throws Exception {
52 super.setUp();
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 

Completed in 685 milliseconds

1 2 3 4 5 6 78 91011>>