Searched refs:_setup (Results 1 – 16 of 16) sorted by relevance
/third_party/python/Lib/test/ |
D | test_imaplib.py | 212 def _setup(self, imap_handler, connect=True): member in NewIMAPTestsMixin 266 _, server = self._setup(EOFHandler, connect=False) 275 _, server = self._setup(BadNewlineHandler, connect=False) 282 client, _ = self._setup(EnableHandler) 289 client, _ = self._setup(SimpleIMAPHandler) 295 client, _ = self._setup(SimpleIMAPHandler) 315 client, server = self._setup(UTF8AppendServer) 338 client, _ = self._setup(UTF8Server) 352 client, _ = self._setup(MyServer) 363 client, _ = self._setup(MyServer) [all …]
|
/third_party/python/Lib/idlelib/ |
D | search.py | 12 def _setup(text): function 36 return _setup(text).open(text, pat) # Open is inherited from SDBase. 47 return _setup(text).find_again(text) 59 return _setup(text).find_selection(text) 153 _setup(text).open(text)
|
/third_party/libevdev/test/ |
D | test-common.h | 23 static Suite* (name##_setup)(void); \ 27 #name, name##_setup, root_privs \ 29 static Suite* (name##_setup)(void)
|
/third_party/libinput/test/ |
D | litest.h | 52 static void _setup(void) { \ 63 .setup = _setup, \ 74 static void (name##_setup)(void); \ 78 #name, name##_setup \ 80 static void (name##_setup)(void)
|
/third_party/python/Lib/tkinter/ |
D | dialog.py | 14 Widget._setup(self, master, cnf)
|
D | __init__.py | 2559 def _setup(self, master, cnf): member in BaseWidget 2595 BaseWidget._setup(self, master, cnf)
|
D | tix.py | 313 Widget._setup(self, master, cnf)
|
/third_party/python/Lib/importlib/ |
D | __init__.py | 19 _bootstrap._setup(sys, _imp)
|
D | _bootstrap.py | 1161 def _setup(sys_module, _imp_module): function 1198 _setup(sys_module, _imp_module)
|
/third_party/python/Doc/distutils/ |
D | configfile.rst | 1 .. _setup-config:
|
D | setupscript.rst | 1 .. _setup-script:
|
/third_party/libwebsockets/READMEs/ |
D | README.build-windows.md | 40 https://github.com/mridgers/clink/releases/download/0.4.9/clink_0.4.9_setup.exe
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 2416 …odejs/node/commit/bd344108eb)] - _**Revert**_ "**tools**: add missing uv\_setup\_argv() calls" (Be… 2480 …//github.com/nodejs/node/commit/5790c40c32)] - **tools**: add missing uv\_setup\_argv() calls (Ann… 2888 …ithub.com/nodejs/node/commit/5009d82b0c)] - **test,doc**: add missing uv\_setup\_args() calls (cji…
|
D | CHANGELOG_V12.md | 722 …//github.com/nodejs/node/commit/09552670fe)] - **tools**: add missing uv\_setup\_argv() calls (Ann… 1223 …ithub.com/nodejs/node/commit/26ede7f295)] - **test,doc**: add missing uv\_setup\_args() calls (Col…
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 25573 + static Suite* (name##_setup)(void); \ 25577 + #name, name##_setup, root_privs \ 25579 + static Suite* (name##_setup)(void)
|
/third_party/NuttX/ |
D | ReleaseNotes | 28096 memory leak when board\_graphics\_setup fail
|