Home
last modified time | relevance | path

Searched refs:switch (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/distutils/
H A Dextension.py192 switch = word[0:2] ; value = word[2:]
199 elif switch == "-I":
201 elif switch == "-D":
208 elif switch == "-U":
210 elif switch == "-C": # only here 'cause makesetup has it!
212 elif switch == "-l":
214 elif switch == "-L":
216 elif switch == "-R":
224 elif switch == "-u":
/third_party/alsa-lib/modules/mixer/simple/python/
H A Dcommon.py54 self.switch = [None, None]
65 if self.switch[i]:
79 self.switch[dir] = helem
121 hv = HValue(self.switch[dir])
129 elif helem == self.switch[i]:
/third_party/rust/crates/libc/src/
H A Dlib.rs106 } else if #[cfg(target_os = "switch")] {
110 mod switch; modules
111 pub use switch::*;
/third_party/python/
H A Dsetup.py353 switch = token[0:2]
355 if switch == '-I':
357 elif switch == '-D':
362 elif switch == '-U':
371 switch = token[0:2]
373 if switch == '-L':
375 elif switch == '-l':
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex218 program includes \File{$<$libunwind.h$>$} and uses the linker switch
221 switch \Opt{-l}\File{unwind-}\Var{PLAT}, where \Var{PLAT} is the name
311 \item[\Opt{-l}\File{unwind}] Linker-switch to add when building a
313 \item[\Opt{-l}\File{unwind-}\Var{PLAT}] Linker-switch to add when
315 For example, to (cross-)unwind an IA-64 program, the linker switch
H A Dlibunwind-setjmp.tex51 (on those platforms, there is usually a compiler-switch, such as
H A Dunw_get_proc_info.tex51 procedure may switch the register-backing store.\\
/third_party/python/Lib/test/
H A Dtest_compileall.py581 for name, ext, switch in [
586 def f(self, ext=ext, switch=switch):
587 script_helper.assert_python_ok(*(switch +
600 # Ensure that with the proper switch, compileall leaves legacy
H A Dtest_cmd_line.py82 for switch in '-V', '--version', '-VV':
83 rc, out, err = assert_python_ok(switch)
160 # Test expected operation of the '-m' switch
184 # Note: We have to switch to the project's top module's directory, as per
185 # the python unittest wiki. We will switch back when we are done.
193 # Test expected operation of the '-c' switch
337 # Test expected operation of the '-u' switch
/third_party/zlib/contrib/pascal/
H A Dexample.pas297 (* Feed in already compressed data and switch to no compression: *)
/third_party/node/deps/cares/
H A Dconfigure2666 switch (*format++)
4858 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}" MSVC; do
4859 if test x"$switch" = xMSVC; then
4860 switch=-std:c++${alternative}
4861 cachevar=`printf "%s\n" "ax_cv_cxx_compile_cxx14_${switch}_MSVC" | $as_tr_sh`
4863 cachevar=`printf "%s\n" "ax_cv_cxx_compile_cxx14_$switch" | $as_tr_sh`
4865 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++14 features with $switch" >&5
4866 printf %s "checking whether $CXX supports C++14 features with $switch... " >&6; }
4872 CXX="$CXX $switch"
4886 // /std:c++NN switch
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm662 ; a branch or a branch target. So switch to a 2-byte form of ret in that case.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex985 % We switch the definition of this back and forth according to WORD.
2763 % @l was never documented to mean ``switch to the Lisp font'',
2871 % For raw, must switch into @tex before parsing the argument, to avoid
2897 % not have braces, and we don't want to switch into math.
4371 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
9992 % catcode other. We switch back and forth between these.

Completed in 23 milliseconds