HomeSort by relevance Sort by last modified time
    Searched full:_setup (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 6 def _setup(text): function
15 return _setup(text).open(text,pat)
18 return _setup(text).find_again(text)
21 return _setup(text).find_selection(text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 6 def _setup(text): function
15 return _setup(text).open(text,pat)
18 return _setup(text).find_again(text)
21 return _setup(text).find_selection(text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
Tkinter.py 1996 def _setup(self, master, cnf): member in class:BaseWidget
    [all...]
Tix.py 317 Widget._setup(self, master, cnf)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
Tkinter.py 1996 def _setup(self, master, cnf): member in class:BaseWidget
    [all...]
Tix.py 317 Widget._setup(self, master, cnf)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 131 src = template % {'stmt': stmt, 'setup': '_setup()'}
132 ns['_setup'] = setup
142 _setup = setup
144 exec _setup in globals(), ns
httplib.py 1081 def _setup(self, conn): member in class:HTTP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 131 src = template % {'stmt': stmt, 'setup': '_setup()'}
132 ns['_setup'] = setup
142 _setup = setup
144 exec _setup in globals(), ns
httplib.py 1081 def _setup(self, conn): member in class:HTTP
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
xmlrpctransport.py 132 http2._setup(http)
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 206 def _SetUp(runner_factory, device, out_runners, threadsafe_counter):
310 [reraiser_thread.ReraiserThread(_SetUp,
test_dispatcher_unittest.py 114 test_dispatcher._SetUp(MockRunner, '0', runners, counter)
  /ndk/build/tools/
common-build-host-funcs.sh 754 if [ -z "$(var_value ${HOST_VAR}_SETUP)" ]; then
757 var_assign ${HOST_VAR}_SETUP true
build-host-gcc.sh 888 if [ -z "$(var_value ${HOST_VAR}_SETUP)" ]; then
891 var_assign ${HOST_VAR}_SETUP true
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 110 self.setUp = self._setUp
120 def _setUp(self):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 110 self.setUp = self._setUp
120 def _setUp(self):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libX11.a     [all...]
libX11.so 
libX11.so.6 
libX11.so.6.3.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libX11.a     [all...]
libX11.so 

Completed in 555 milliseconds

1 2