Searched defs:setup (Results 1 - 25 of 138) sorted by relevance

123456

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
H A Dsetup.py23 def setup(args=None, _manifest=0): function
24 """ Main setup function """
38 return setup((), _manifest=1)
42 setup()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
H A Dsetup.py23 def setup(args=None, _manifest=0): function
24 """ Main setup function """
38 return setup((), _manifest=1)
42 setup()
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-scope.rb9 def setup method in class:TestDFA
/external/clang/utils/check_cfc/
H A Dsetup.py2 python.exe setup.py py2exe
4 from distutils.core import setup namespace
11 print "Could not find py2exe. Please install then run setup.py py2exe."
14 print "setup.py only required on Windows."
17 setup(
/external/mesa3d/src/gallium/docs/source/exts/
H A Dformatting.py27 def setup(app): function
/external/selinux/policycoreutils/sepolicy/
H A Dsetup.py6 from distutils.core import setup, Extension namespace
12 setup(name = "sepolicy", version="1.1", description="Python SELinux Policy Analyses bindings", author="Daniel Walsh", author_email="dwalsh@redhat.com", ext_modules=[policy], packages=["sepolicy", "sepolicy.templates", "sepolicy.help"], package_data={'sepolicy':['*.glade'], 'sepolicy.help': ['*.txt', '*.png']})
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dsetup.py32 from setuptools import setup namespace
34 setup(name='python-gflags',
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
/external/lldb/test/pexpect-2.4/
H A Dsetup.py5 from distutils.core import setup namespace
6 setup (name='pexpect',
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DIntegerResourceLoaderTest.java17 public void setup() throws Exception { method in class:IntegerResourceLoaderTest
H A DDrawableResourceLoaderTest.java32 public void setup() throws Exception { method in class:DrawableResourceLoaderTest
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DResolveInfoTest.java22 public void setup() { method in class:ResolveInfoTest
H A DDialogPreferenceTest.java32 public void setup() { method in class:DialogPreferenceTest
/external/chromium-trace/trace-viewer/third_party/six/
H A Dsetup.py4 from setuptools import setup namespace
6 from distutils.core import setup namespace
22 setup(name="six",
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dsetup.py36 from setuptools import setup namespace
38 setup(
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/
H A Dsetup.py18 from setuptools import setup namespace
20 from distutils.core import setup namespace
22 setup(name='closure_linter',
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat50 if x%1==x goto setup
61 :setup label
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/fonttools/
H A Dsetup.py5 from distutils.core import setup, Extension namespace
60 setup(
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderLoader.java80 this.setup(assetInfo);
169 protected void setup(AssetInfo assetInfo) throws BlenderFileException { method in class:BlenderLoader
/external/kernel-headers/original/uapi/linux/usb/
H A Dgadgetfs.h13 * may activate endpoints as it handles SET_CONFIGURATION setup events,
55 *(setup.bmRequestType & USB_DIR_IN) flags direction
58 struct usb_ctrlrequest setup; member in union:usb_gadgetfs_event::__anon7274
/external/libvorbis/doc/
H A D06-floor0.tex4 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0}
27 codec setup header (third packet). configuration decode proceeds as
109 [floor0_amplitude_offset] values from floor setup, and an output
H A D07-floor1.tex4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
42 the codec setup header at floor 1 initialization time. Computation
51 For the below example, we assume a floor setup with an [n] of 128.
159 configuration during setup renders a stream undecodable. In addition,
/external/llvm/utils/lit/
H A Dsetup.py4 from setuptools import setup, find_packages namespace
6 # setuptools expects to be invoked from within the directory of setup.py, but it
8 # python path/to/setup.py install
12 setup(
/external/replicaisland/src/com/replica/replicaisland/
H A DFrameRateWatcherComponent.java47 public void setup(RenderComponent render, DrawableObject drawable) { method in class:FrameRateWatcherComponent
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/database/
H A DSimpleTestCursorTest.java25 public void setup() throws Exception { method in class:SimpleTestCursorTest

Completed in 671 milliseconds

123456