HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 1 - 25 of 570) 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/arduino/hardware/arduino/cores/arduino/
main.cpp 7 setup();
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 32 from setuptools import setup namespace
34 setup(name='python-gflags',
Makefile 21 python setup.py clean --all
38 python setup.py sdist
45 python setup.py bdist_egg
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py 18 from setuptools import setup namespace
20 from distutils.core import setup namespace
22 setup(name='closure_linter',
  /external/chromium/third_party/libevent/test/
test.sh 3 setup () { function
54 setup
60 setup
66 setup
72 setup
78 setup
84 setup
  /cts/suite/audio_quality/test/
TaskCaseCommon.h 28 * Create TaskCase with setup and action as children
29 * No need to destroy setup and action
31 inline TaskCase* getTaskCase(TaskGeneric*& setup, TaskGeneric*& action)
35 setup = factory.createTask(TaskGeneric::ETaskSetup);
36 taskCase->addChild(setup);
TaskProcessTest.cpp 27 virtual void SetUp() {
28 TaskGeneric* setup = NULL; local
30 mTestCase = getTaskCase(setup, action);
32 ASSERT_TRUE(setup != NULL);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
setup.py 37 from distutils.core import setup namespace
47 setup(author='Yuzo Fujishima',
  /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(
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 25 * A class representing Wi-Fi Protected Setup
42 /** Wi-Fi Protected Setup. www.wi-fi.org/wifi-protected-setup has details */
43 public int setup; field in class:WpsInfo
52 setup = INVALID;
59 sbuf.append(" setup: ").append(setup);
76 setup = source.setup;
84 dest.writeInt(setup);
    [all...]
  /external/expat/amiga/
launch.c 35 void setup() __attribute__((constructor));
39 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/libvorbis/lib/
highlevel.h 13 function: highlevel encoder setup struct seperated out for vorbisenc clarity
27 const void *setup; member in struct:highlevel_encode_setup
vorbisenc.c 13 function: simple programmatic interface for encoder mode setup
64 There's a fair amount of redundancy such that interactive setup
67 setup, then flushed out to the real codec setup structs later. */
517 /* lowpass setup/pointlimit */
621 ve_setup_data_template *setup=(ve_setup_data_template *)hi->setup; local
625 const double *r=setup->rate_mapping;
680 /* the final setup call */
684 ve_setup_data_template *setup=NULL local
867 const ve_setup_data_template *setup=hi->setup; local
    [all...]
  /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::__anon26701
  /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::__anon28292
  /prebuilts/gcc/linux-x86/host/x86_64-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::__anon29806
  /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 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/harfbuzz_ng/contrib/python/
setup.py 3 from distutils.core import setup namespace
21 setup(name='harfbuzz',

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8 91011>>