Searched defs:rt_opts (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Tools/buildbot/
H A Dtest.bat6 set rt_opts=-q -d variable
10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
14 if "%1"=="+d" (set rt_opts variable
15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts variable
[all...]
/external/python/cpython3/Tools/buildbot/
H A Dtest.bat6 set rt_opts=-q -d variable
10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
14 if "%1"=="+d" (set rt_opts variable
15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts variable
[all...]
/external/iptables/extensions/
H A Dlibip6t_rt.c33 static const struct xt_option_entry rt_opts[] = { variable in typeref:struct:xt_option_entry
296 .x6_options = rt_opts,

Completed in 184 milliseconds