HomeSort by relevance Sort by last modified time
    Searched defs:setup (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium/third_party/libevent/test/
test.sh 3 setup () { function
54 setup
60 setup
66 setup
72 setup
78 setup
84 setup
  /external/webkit/Tools/CygwinDownloader/
setup.py 1 from distutils.core import setup namespace
4 setup(console=['cygwin-downloader.py'])
  /external/expat/amiga/
launch.c 31 void setup() __attribute__((constructor));
35 void setup() function
  /build/tools/droiddoc/templates-sdk/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)
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 9 def setup method in class:TestDFA
  /cts/suite/audio_quality/test/
TaskProcessTest.cpp 27 virtual void SetUp() {
28 TaskGeneric* setup = NULL; local
30 mTestCase = getTaskCase(setup, action);
32 ASSERT_TRUE(setup != NULL);
TaskSequentialTest.cpp 24 virtual void SetUp() {
25 TaskGeneric* setup = NULL; local
27 mTestCase = getTaskCase(setup, action);
29 ASSERT_TRUE(setup != NULL);
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
TabHostModifier.java 29 tabHost.setup();
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
  /external/oprofile/libutil++/
cverb.cpp 38 // Used to setup the bad bit in our null stream so output will fail earlier
49 setup_stream setup; member in namespace:__anon10202
52 // the same name, these are synonymous, setting up one to true will setup
92 bool verbose::setup(string const & name) function in class:verbose
111 bool verbose::setup(vector<string> const & names) function in class:verbose
114 if (!setup(names[i]))
  /external/skia/src/core/
SkBlitter_Sprite.cpp 21 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, function in class:SkSpriteBlitter
84 blitter->setup(device, left, top, paint);
  /frameworks/rs/
rsFBOCache.cpp 85 void FBOCache::setup(Context *rsc) { function in class:FBOCache
  /bionic/libc/kernel/common/linux/
transport_class.h 27 int (*setup)(struct transport_container *, struct device *, member in struct:transport_class
36 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 22 int (*setup)(struct transport_container *, struct device *, member in struct:transport_class
30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 50 if x%1==x goto setup
61 :setup label
64 REM Setup up the test (target) GEF SDK
76 if %installmode%==noclean %antRunner% -file test.xml setup -Dws=%ws% -Dos=%os% -Darch=%arch% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
  /external/linux-tools-perf/util/
setup.py 3 from distutils.core import setup, Extension namespace
17 setup(name='perf',
  /external/llvm/utils/lit/
setup.py 4 from setuptools import setup, find_packages namespace
5 setup(
  /external/replicaisland/src/com/replica/replicaisland/
FrameRateWatcherComponent.java 47 public void setup(RenderComponent render, DrawableObject drawable) { method in class:FrameRateWatcherComponent
  /external/skia/gm/
shadows.cpp 15 static void setup(SkPaint* paint, SkColor c, SkScalar strokeWidth) { function in namespace:skiagm
98 setup(&paint, gRec[0].fColor, gRec[0].fStrokeWidth);
102 setup(&paint, gRec[1].fColor, gRec[1].fStrokeWidth);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupActivity.java 17 package com.android.email.activity.setup;
24 * Superclass of all of the account setup activities; ensures that SetupData state is saved/restored
SpinnerOption.java 17 package com.android.email.activity.setup;
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsUtilsTests.java 17 package com.android.email.activity.setup;
23 import com.android.email.activity.setup.AccountSettingsUtils.Provider;
30 * runtest -c com.android.email.activity.setup.AccountSettingsUtilsTests email
38 protected void setUp() throws Exception {
39 super.setUp();
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
transport_class.h 22 int (*setup)(struct transport_container *, struct device *, member in struct:transport_class
30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
gadgetfs.h 21 * may activate endpoints as it handles SET_CONFIGURATION setup events,
53 // SETUP: packet; DATA phase i/o precedes next event
54 // (setup.bmRequestType & USB_DIR_IN) flags direction
56 struct usb_ctrlrequest setup; member in union:usb_gadgetfs_event::__anon23418
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
gadgetfs.h 21 * may activate endpoints as it handles SET_CONFIGURATION setup events,
53 // SETUP: packet; DATA phase i/o precedes next event
54 // (setup.bmRequestType & USB_DIR_IN) flags direction
56 struct usb_ctrlrequest setup; member in union:usb_gadgetfs_event::__anon25008

Completed in 4242 milliseconds

1 2 3 4 5 6 7 8 910