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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/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/llvm/utils/lit/
setup.py 4 from setuptools import setup, find_packages namespace
5 setup(
  /external/expat/amiga/
launch.c 31 void setup() __attribute__((constructor));
35 void setup() function
  /external/oprofile/libutil++/
cverb.h 34 * setup from command line the state of these objects
36 * verbose::setup(command_line_args_to'--verbose=');
58 * verbose::setup(name)
66 static bool setup(std::string const &);
68 static bool setup(std::vector<std::string> const & args);
  /external/bluetooth/bluez/audio/
a2dp.c 80 struct a2dp_setup *setup; member in struct:a2dp_setup_cb
122 static struct a2dp_setup *setup_ref(struct a2dp_setup *setup)
124 setup->ref++;
126 DBG("%p: ref=%d", setup, setup->ref);
128 return setup;
143 struct a2dp_setup *setup; local
147 error("Unable to create setup");
151 setup = g_new0(struct a2dp_setup, 1);
152 setup->session = avdtp_ref(session)
199 struct a2dp_setup *setup = cb->setup; local
316 struct a2dp_setup *setup = l->data; local
327 struct a2dp_setup *setup; local
344 struct a2dp_setup *setup = l->data; local
383 struct a2dp_setup *setup = data; local
425 struct a2dp_setup *setup; local
557 struct a2dp_setup *setup; local
650 struct a2dp_setup *setup = user_data; local
669 struct a2dp_setup *setup; local
777 struct a2dp_setup *setup = user_data; local
800 struct a2dp_setup *setup; local
903 struct a2dp_setup *setup; local
943 struct a2dp_setup *setup; local
969 struct a2dp_setup *setup; local
1014 struct a2dp_setup *setup; local
1059 struct a2dp_setup *setup; local
1078 struct a2dp_setup *setup = data; local
1113 struct a2dp_setup *setup; local
1159 struct a2dp_setup *setup; local
1231 struct a2dp_setup *setup; local
1884 struct a2dp_setup *setup = user_data; local
1915 struct a2dp_setup *setup = data; local
1977 struct a2dp_setup *setup; local
2041 struct a2dp_setup *setup; local
2158 struct a2dp_setup *setup; local
2210 struct a2dp_setup *setup; local
2252 struct a2dp_setup *setup; local
    [all...]
  /prebuilt/linux-x86/toolchain/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::__anon21282
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 28 * A class representing Wi-Fi Protected Setup
45 /** Wi-Fi Protected Setup. www.wi-fi.org/wifi-protected-setup has details */
46 public int setup; field in class:WpsInfo
64 setup = INVALID;
74 sbuf.append(" setup: ").append(setup);
97 setup = source.setup;
108 dest.writeInt(setup);
    [all...]
  /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 \
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pConfig.java 36 * Wi-Fi Protected Setup information
65 wps.setup = WpsInfo.PBC;
90 wps.setup = WpsInfo.LABEL;
93 wps.setup = WpsInfo.KEYPAD;
96 wps.setup = WpsInfo.PBC;
99 wps.setup = WpsInfo.DISPLAY;
102 wps.setup = WpsInfo.PBC;
  /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, }
  /external/llvm/autoconf/m4/
config_project.m4 13 AC_CONFIG_COMMANDS([setup],,[llvm_src="${LLVM_SRC}"])
  /external/llvm/projects/sample/autoconf/m4/
config_project.m4 13 AC_CONFIG_COMMANDS([setup],,[llvm_src="${LLVM_SRC}"])
  /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, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/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, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/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, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/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, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/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, }
  /prebuilt/ndk/android-ndk-r5/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, }
  /prebuilt/ndk/android-ndk-r6/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, }
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/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, }

Completed in 1532 milliseconds

1 2 3 4 5 6 7 8 91011>>