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

1 2 3 4 5 6 7 8 91011

  /external/webkit/WebKitTools/CygwinDownloader/
setup.py 1 from distutils.core import setup namespace
4 setup(console=['cygwin-downloader.py'])
make-zip.sh 11 "${PYTHONEXE}" setup.py py2exe || {
12 echo "Failed executing setup.py" 1>&2
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
  /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/WebKitTools/pywebsocket/
setup.py 37 from distutils.core import setup namespace
47 setup(author='Yuzo Fujishima',
  /external/expat/amiga/
launch.c 31 void setup() __attribute__((constructor));
35 void setup() function
  /external/bluetooth/bluez/audio/
a2dp.c 111 static struct a2dp_setup *setup_ref(struct a2dp_setup *setup)
113 setup->ref++;
115 DBG("%p: ref=%d", setup, setup->ref);
117 return setup;
131 static void setup_unref(struct a2dp_setup *setup)
133 setup->ref--;
135 DBG("%p: ref=%d", setup, setup->ref);
137 if (setup->ref <= 0
235 struct a2dp_setup *setup = l->data; local
249 struct a2dp_setup *setup = l->data; local
517 struct a2dp_setup *setup; local
600 struct a2dp_setup *setup; local
640 struct a2dp_setup *setup; local
666 struct a2dp_setup *setup; local
711 struct a2dp_setup *setup; local
767 struct a2dp_setup *setup = data; local
820 struct a2dp_setup *setup; local
863 struct a2dp_setup *setup; local
913 struct a2dp_setup *setup; local
1334 struct a2dp_setup *setup; local
1457 struct a2dp_setup *setup; local
1516 struct a2dp_setup *setup; local
1566 struct a2dp_setup *setup; local
    [all...]
  /external/clearsilver/python/
Makefile 26 $(NEO_UTIL_SO): setup.py $(NEO_UTIL_SRC) $(DEP_LIBS)
28 CC="$(CC)" LDSHARED="$(LDSHARED)" $(PYTHON) setup.py build_ext --inplace
33 setup:
34 $(PYTHON) setup.py build_ext --inplace
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerSolid.h 48 virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType, bool isPaintingText) const;
  /external/e2fsprogs/tests/defaults/
e_script 6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
  /bionic/libc/kernel/common/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, }
  /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, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/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, }