Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 206) sorted by relevance

123456789

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_warnings_off.h45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline
47 # pragma option -w-ngu // -w-8041 Negating unsigned value
48 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
49 # pragma option -w-rch // -w-8066 Unreachable code
50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
D_epilog.h8 # pragma option pop
9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
D_prolog.h17 # pragma option push
18 # pragma option -Vx- -Ve- -a8 -b -pc
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dnumeric_cast_traits.hpp26 … #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp")
37 #pragma wave option(preserve: 1)
67 #pragma wave option(output: null)
76 …#pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp")
88 #pragma wave option(preserve: 1)
102 #pragma wave option(output: null)
/ndk/sources/host-tools/make-3.81/
Dgetopt.h81 struct option struct
111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
Dgetopt1.c70 const struct option *long_options, int *opt_index) in getopt_long()
82 const struct option *long_options, int *opt_index) in getopt_long_only()
104 static struct option long_options[] = in main()
Dgetopt.c504 const struct option *longopts, int *longind, int long_only) in _getopt_internal()
625 const struct option *p; in _getopt_internal()
626 const struct option *pfound = NULL; in _getopt_internal()
781 const struct option *p; in _getopt_internal()
782 const struct option *pfound = NULL; in _getopt_internal()
955 (const struct option *) 0, in getopt()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt_int.h24 const struct option *__longopts, int *__longind,
115 const struct option *__longopts, int *__longind,
121 const struct option *__longopts, int *__longind,
126 const struct option *__longopts,
Dgetopt1.c41 const struct option *long_options, int *opt_index) in getopt_long()
49 const struct option *long_options, int *opt_index, in _getopt_long_r()
64 const struct option *long_options, int *opt_index) in getopt_long_only()
72 const struct option *long_options, int *opt_index, in _getopt_long_only_r()
94 static const struct option long_options[] = in main()
Dgetopt.in.h160 struct option struct
209 const struct option *__longopts, int *__longind)
213 const struct option *__longopts, int *__longind)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dbad_weak_ptr.hpp36 # pragma option push -pc
50 # pragma option pop
/ndk/sources/host-tools/make-3.81/tests/
Dtest_driver.pl303 $option = shift @argv;
304 if ($option =~ /^-debug$/i)
309 elsif ($option =~ /^-usage$/i)
314 elsif ($option =~ /^-(h|help)$/i)
319 elsif ($option =~ /^-profile$/i)
323 elsif ($option =~ /^-verbose$/i)
327 elsif ($option =~ /^-detail$/i)
332 elsif ($option =~ /^-keep$/i)
336 elsif (&valid_option($option))
340 elsif ($option =~ /^-/)
[all …]
Drun_make_tests.pl43 local($option) = @_;
45 if ($option =~ /^-make([-_]?path)?$/)
50 print "$option $make_path: Not found.\n";
56 if ($option =~ /^-valgrind$/i) {
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-I3 $description ="The following test creates a makefile to test the -I option.";
6 This test tests the -I option by including a filename in
8 under -I in the command line. Without this option, the make
10 sure that the -I option gets passed to recursive makes.";
Dgeneral2 $description = "Test generic option processing.\n";
25 # test it. I guess I could invoke make with a known-bad option to see
Ddash-C3 $description = "Test the -C option to GNU make.";
8 called from another directory using the -C workdir option so that it can both
Ddash-l5 $description = "Test load balancing (-l) option.";
14 it is given the -l option with a value of 0.0001. This ensures
Dwarn-undefined-variables3 $description = "Test the --warn-undefined-variables option.";
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgetopt.m438 dnl BSD getopt_long uses an incompatible method to reset option processing,
39 dnl and (as of 2004-10-15) mishandles optional option-arguments.
45 dnl option string (as of 2005-05-05).
61 dnl option string (as of 2005-05-05).
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Deval.sed12 #Try eval option
21 #Try eval option with print
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dalignment_of.hpp24 #pragma option push -Vx- -Ve-
119 #pragma option pop
/ndk/tests/abcc/jni/mman-win32/
Dconfigure100 echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt
101 $action $option
/ndk/sources/cxx-stl/gnu-libstdc++/
D.gitignore2 # with the --copy-libstdcxx option, so never include them
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dechoing4 ."tests the -n option which tells make to ONLY echo the \n"
19 ."we give make the -n option. We now expect the command to be \n"
24 ."the -s option and check that make did not echo the echo \n"
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_impl.hpp119 # pragma option push -Vx-
232 # pragma option pop

123456789