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

1 2

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /external/python/cpython2/Lib/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)
80 s = _setup(text)
  /external/python/cpython2/Lib/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 16 Widget._setup(self, master, cnf)
  /cts/hostsidetests/theme/
generate_images.py 57 self._setup = setup
66 if t(self._setup, config):
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
runtime_svc.h 213 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) \
220 _setup, \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
timeit.py 131 src = template % {'stmt': stmt, 'setup': '_setup()'}
132 ns['_setup'] = setup
142 _setup = setup
144 exec _setup in globals(), ns
  /external/python/cpython2/Lib/
timeit.py 137 src = template % {'stmt': stmt, 'setup': '_setup()',
138 'init': ', _setup=_setup'}
139 ns['_setup'] = setup
149 _setup = setup
151 exec _setup in globals(), ns
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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
  /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
  /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
  /external/kmod/libkmod/python/kmod/
kmod.pyx 43 self._setup()
45 def _setup(self): member in class:Kmod
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 243 void fixture_name##_setup( \
270 fixture_name##_setup(_metadata, &self); \
  /external/minijail/
test_harness.h 227 void fixture_name##_setup( \
248 fixture_name##_setup(_metadata, &self); \
  /external/autotest/client/common_lib/
barrier.py 49 self.socket = self._setup()
52 def _setup(self): member in class:listen_server
  /external/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 247 void fixture_name##_setup( \
275 fixture_name##_setup(_metadata, &self); \
  /external/seccomp-tests/linux/
test_harness.h 251 void fixture_name##_setup( \
279 fixture_name##_setup(_metadata, &self); \

Completed in 511 milliseconds

1 2