Home
last modified time | relevance | path

Searched defs:rt_opts (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/buildbot/
Dtest.bat7 set rt_opts=-q -d variable
12 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
13 if "%1"=="-arm64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
14 if "%1"=="-arm32" (set rt_opts=%rt_opts% %1) & (set arm32_ssh=true) & shift & goto CheckOpts variable
15 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
16 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
17 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
18 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts variable
19 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts variable
/aosp_15_r20/external/python/cpython2/Tools/buildbot/
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=%rt_opts:-d=%) & shift & goto CheckOpts variable
15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts variable
/aosp_15_r20/external/iptables/extensions/
H A Dlibip6t_rt.c33 static const struct xt_option_entry rt_opts[] = { variable
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext6_srcs/gen/gensrcs/external/iptables/extensions/
Dlibip6t_rt.c33 static const struct xt_option_entry rt_opts[] = { variable