Home
last modified time | relevance | path

Searched +defs:option +defs:default (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py211 def _ensure_stringlike(self, option, what, default=None): argument
222 def ensure_string(self, option, default=None): argument
228 def ensure_string_list(self, option): argument
249 def _ensure_tested_string(self, option, tester, what, error_fmt, default=None): argument
256 def ensure_filename(self, option): argument
262 def ensure_dirname(self, option): argument
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py211 def _ensure_stringlike(self, option, what, default=None): argument
222 def ensure_string(self, option, default=None): argument
228 def ensure_string_list(self, option): argument
249 def _ensure_tested_string(self, option, tester, what, error_fmt, default=None): argument
256 def ensure_filename(self, option): argument
262 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py211 def _ensure_stringlike(self, option, what, default=None): argument
222 def ensure_string(self, option, default=None): argument
228 def ensure_string_list(self, option): argument
249 def _ensure_tested_string(self, option, tester, what, error_fmt, default=None): argument
256 def ensure_filename(self, option): argument
262 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py211 def _ensure_stringlike(self, option, what, default=None): argument
222 def ensure_string(self, option, default=None): argument
228 def ensure_string_list(self, option): argument
249 def _ensure_tested_string(self, option, tester, what, error_fmt, default=None): argument
256 def ensure_filename(self, option): argument
262 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
245 default=None): argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dcmd.py209 def _ensure_stringlike(self, option, what, default=None): argument
219 def ensure_string(self, option, default=None): argument
225 def ensure_string_list(self, option): argument
253 def _ensure_tested_string(self, option, tester, argument
254 what, error_fmt, default=None): argument
260 def ensure_filename(self, option): argument
266 def ensure_dirname(self, option): argument
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DconfigHandler.py45 def Get(self, section, option, type=None, default=None, raw=False): argument
94 def RemoveOption(self, section, option): argument
103 def SetOption(self, section, option, value): argument
216 def GetOption(self, configType, section, option, default=None, type=None, argument
262 def SetOption(self, configType, section, option, value): argument
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False): argument
84 def SetOption(self, section, option, value): argument
101 def RemoveOption(self, section, option): argument
214 def GetOption(self, configType, section, option, default=None, type=None, argument
254 def SetOption(self, configType, section, option, value): argument
/aosp_15_r20/external/autotest/client/bin/
H A Dtest_config.py65 def get(self, section, option, default=None): argument
87 def set(self, section, option, value): argument
98 def remove(self, section, option): argument
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dttk.py380 def lookup(self, style, option, state=None, default=None): argument
863 def tab(self, tab_id, option=None, **kw): argument
939 def pane(self, pane, option=None, **kw): argument
1207 def column(self, column, option=None, **kw): argument
1245 def heading(self, column, option=None, **kw): argument
1344 def item(self, item, option=None, **kw): argument
1449 def tag_configure(self, tagname, option=None, **kw): argument
1578 def __init__(self, master, variable, default=None, *values, **kwargs): argument
1614 def set_menu(self, default=None, *values): argument
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
Dttk.py407 def lookup(self, style, option, state=None, default=None): argument
891 def tab(self, tab_id, option=None, **kw): argument
967 def pane(self, pane, option=None, **kw): argument
1207 def column(self, column, option=None, **kw): argument
1245 def heading(self, column, option=None, **kw): argument
1344 def item(self, item, option=None, **kw): argument
1444 def tag_configure(self, tagname, option=None, **kw): argument
1574 def __init__(self, master, variable, default=None, *values, **kwargs): argument
1610 def set_menu(self, default=None, *values): argument
/aosp_15_r20/external/python/setuptools/setuptools/
D__init__.py101 def _ensure_stringlike(self, option, what, default=None): argument
112 def ensure_string_list(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
D__init__.py161 def _ensure_stringlike(self, option, what, default=None): argument
172 def ensure_string_list(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
D__init__.py161 def _ensure_stringlike(self, option, what, default=None): argument
172 def ensure_string_list(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
D__init__.py161 def _ensure_stringlike(self, option, what, default=None): argument
172 def ensure_string_list(self, option): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
D__init__.py161 def _ensure_stringlike(self, option, what, default=None): argument
172 def ensure_string_list(self, option): argument
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/github/ajalt/clikt/clikt-jvm/3.5.3/
HDclikt-jvm-3.5.3.jar ... github.ajalt.clikt.parameters.options.Option it Object element$iv$iv int $i ...
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dparams.h45 const char *const option; member
84 #define DEFPARAM(enumerator, option, msgid, default, min, max) \ argument
/aosp_15_r20/external/python/cpython2/Lib/
Dplatform.py703 def _mac_ver_lookup(selectors,default=None): argument
807 def _java_getprop(name,default): argument
943 def _node(default=''): argument
985 def _syscmd_uname(option,default=''): argument
1003 def _syscmd_file(target,default=''): argument

12345678910>>...22