Searched refs:setup (Results 1 - 25 of 167) sorted by relevance

1234567

/external/webkit/Tools/CygwinDownloader/
H A Dsetup.py1 from distutils.core import setup namespace
4 setup(console=['cygwin-downloader.py'])
H A Dmake-zip.sh11 "${PYTHONEXE}" setup.py py2exe || {
12 echo "Failed executing setup.py" 1>&2
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
/external/chromium/third_party/libevent/test/
H A Dtest.sh3 setup () { function
54 setup
60 setup
66 setup
72 setup
78 setup
84 setup
/external/llvm/utils/lit/
H A Dsetup.py4 from setuptools import setup, find_packages namespace
5 setup(
/external/expat/amiga/
H A Dlaunch.c31 void setup() __attribute__((constructor));
35 void setup() function
/external/bluetooth/bluez/audio/
H A Da2dp.c80 struct a2dp_setup *setup; member in struct:a2dp_setup_cb
122 static struct a2dp_setup *setup_ref(struct a2dp_setup *setup) argument
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
173 setup_unref(struct a2dp_setup *setup) argument
185 setup_cb_new(struct a2dp_setup *setup) argument
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...]
/external/oprofile/libutil++/
H A Dcverb.h34 * 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);
H A Dcverb.cpp38 // Used to setup the bad bit in our null stream so output will fail earlier
49 setup_stream setup; member in namespace:__anon7675
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/e2fsprogs/tests/defaults/
H A De_script6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
/external/llvm/autoconf/m4/
H A Dconfig_project.m413 AC_CONFIG_COMMANDS([setup],,[llvm_src="${LLVM_SRC}"])
/external/llvm/projects/sample/autoconf/m4/
H A Dconfig_project.m413 AC_CONFIG_COMMANDS([setup],,[llvm_src="${LLVM_SRC}"])
/external/markdown/
H A Dsetup.py4 from distutils.core import setup namespace
65 setup(**data)
/external/dropbear/libtomcrypt/src/modes/ecb/
H A Decb_start.c41 return cipher_descriptor[cipher].setup(key, keylen, num_rounds, &ecb->key);
/external/chromium/chrome/browser/resources/options/
H A Dsync_setup_overlay.css3 #sync-setup-overlay * h4 {
7 #sync-setup-overlay * form {
11 #sync-setup-overlay * .content-area {
56 #sync-setup-overlay {
64 #sync-setup-overlay * a:link {
68 #sync-setup-overlay * a:visited {
72 #sync-setup-overlay * a:active {
76 #sync-setup-overlay * hr {
84 #sync-setup-overlay * input[type='button'],
85 #sync-setup
[all...]
/external/antlr/src/org/antlr/runtime/
H A DCommonTokenStream.java65 if ( p == -1 ) setup();
91 if ( p == -1 ) setup();
125 protected void setup() { method in class:CommonTokenStream
H A DBufferedTokenStream.java84 if ( p == -1 ) setup();
118 if ( p == -1 ) setup();
151 if ( p == -1 ) setup();
170 if ( p == -1 ) setup();
184 protected void setup() { sync(0); p = 0; } method in class:BufferedTokenStream
204 if ( p == -1 ) setup();
235 if ( p == -1 ) setup();
242 if ( p == -1 ) setup();
262 if ( p == -1 ) setup();
/external/dropbear/libtomcrypt/src/modes/cbc/
H A Dcbc_start.c44 /* setup cipher */
45 if ((err = cipher_descriptor[cipher].setup(key, keylen, num_rounds, &cbc->key)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/modes/ofb/
H A Dofb_start.c53 return cipher_descriptor[cipher].setup(key, keylen, num_rounds, &ofb->key);
/external/replicaisland/src/com/replica/replicaisland/
H A DFrameRateWatcherComponent.java47 public void setup(RenderComponent render, DrawableObject drawable) { method in class:FrameRateWatcherComponent
/external/dropbear/libtomcrypt/src/mac/xcbc/
H A Dxcbc_init.c52 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, skey)) != CRYPT_OK) {
64 /* setup K1 */
65 err = cipher_descriptor[cipher].setup(xcbc->K[0], cipher_descriptor[cipher].block_length, 0, &xcbc->key);
67 /* setup struct */
/external/kernel-headers/original/linux/
H A Dtransport_class.h19 int (*setup)(struct transport_container *, struct device *, member in struct:transport_class
32 .setup = su, \
/external/skia/src/core/
H A DSkBlitter_Sprite.cpp29 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, function in class:SkSpriteBlitter
92 blitter->setup(device, left, top, paint);
/external/webp/include/webp/
H A Ddecode_vp8.h31 // /* customize io's functions (setup()/put()/teardown()) if needed. */
71 VP8IoSetupHook setup; member in struct:VP8Io
77 // is set when calling setup() hook and can be overwritten by it. It then
111 VP8IoSetupHook setup,
/external/expat/tests/
H A Dminicheck.c48 tcase_setup_function setup,
52 tc->setup = setup;
123 if (tc->setup != NULL) {
124 /* setup */
129 tc->setup();
47 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, tcase_teardown_function teardown) argument

Completed in 1492 milliseconds

1234567