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

1 2 3 4 5 6 7

  /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/Tools/CygwinDownloader/
setup.py 1 from distutils.core import setup namespace
4 setup(console=['cygwin-downloader.py'])
  /external/expat/amiga/
launch.c 31 void setup() __attribute__((constructor));
35 void setup() function
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
TabHostModifier.java 29 tabHost.setup();
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension namespace
8 setup (name = 'e2fsprogs_uuid',
  /external/oprofile/libutil++/
cverb.cpp 38 // Used to setup the bad bit in our null stream so output will fail earlier
49 setup_stream setup; member in namespace:__anon9153
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]))