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

123456789

/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/chromium-trace/trace-viewer/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/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py32 from setuptools import setup namespace
34 setup(name='python-gflags',
H A DMakefile21 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/
H A Dsetup.py2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
/external/arduino/hardware/arduino/cores/arduino/
H A Dmain.cpp7 setup();
/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/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py37 from distutils.core import setup namespace
47 setup(author='Yuzo Fujishima',
/external/linux-tools-perf/util/
H A Dsetup.py3 from distutils.core import setup, Extension namespace
17 setup(name='perf',
/external/llvm/utils/lit/
H A Dsetup.py4 from setuptools import setup, find_packages namespace
5 setup(
/external/expat/amiga/
H A Dlaunch.c35 void setup() __attribute__((constructor));
39 void setup() function
/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:__anon10578
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/libvorbis/lib/
H A Dhighlevel.h13 function: highlevel encoder setup struct seperated out for vorbisenc clarity
27 const void *setup; member in struct:highlevel_encode_setup
H A Dvorbisenc.c13 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 local
867 const ve_setup_data_template *setup=hi->setup; local
[all...]
/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/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh30 (cd tmp/stringtemplate3-$ST_VERSION; python setup.py install --install-lib=$WORKSPACE)
37 (cd tmp/antlr-$ANTLR2_VERSION/lib/python; python setup.py install --install-lib=$WORKSPACE)
49 python setup.py unittest --xml-output=testout/
50 python setup.py functest --xml-output=testout/ --antlr-jar="$JAR"
68 python setup.py sdist --formats=gztar,zip
70 $PYTHON setup.py bdist_egg
/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/aac/libFDK/src/
H A DFDK_hybrid.cpp214 HANDLE_FDK_HYBRID_SETUP setup = NULL; local
217 case THREE_TO_TEN: setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_10; break;
218 case THREE_TO_TWELVE: setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_12; break;
219 case THREE_TO_SIXTEEN: setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_16; break;
224 hAnalysisHybFilter->pSetup = setup;
225 hAnalysisHybFilter->bufferLFpos = setup->protoLen-1;
232 if ( ((2*setup->nrQmfBands*setup->protoLen*sizeof(FIXP_DBL)) > hAnalysisHybFilter->LFmemorySize)
233 || ((setup->filterDelay*((qmfBands-setup
285 HANDLE_FDK_HYBRID_SETUP setup = hAnalysisHybFilter->pSetup; local
390 HANDLE_FDK_HYBRID_SETUP setup = NULL; local
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCommonTokenStream.java65 if ( p == -1 ) setup();
91 if ( p == -1 ) setup();
130 protected void setup() { method in class:CommonTokenStream

Completed in 2339 milliseconds

123456789