/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _warnings_off.h | 45 # 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.h | 8 # pragma option pop 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
|
D | _prolog.h | 17 # pragma option push 18 # pragma option -Vx- -Ve- -a8 -b -pc
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | numeric_cast_traits.hpp | 26 … #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/ |
D | getopt.h | 81 struct option struct 111 const struct option *longopts, int *longind); 114 const struct option *longopts, int *longind); 119 const struct option *longopts, int *longind,
|
D | getopt1.c | 70 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()
|
D | getopt.c | 504 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/ |
D | getopt_int.h | 24 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,
|
D | getopt1.c | 41 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()
|
D | getopt.in.h | 160 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/ |
D | bad_weak_ptr.hpp | 36 # pragma option push -pc 50 # pragma option pop
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 303 $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 …]
|
D | run_make_tests.pl | 43 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/ |
D | dash-I | 3 $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.";
|
D | general | 2 $description = "Test generic option processing.\n"; 25 # test it. I guess I could invoke make with a known-bad option to see
|
D | dash-C | 3 $description = "Test the -C option to GNU make."; 8 called from another directory using the -C workdir option so that it can both
|
D | dash-l | 5 $description = "Test load balancing (-l) option."; 14 it is given the -l option with a value of 0.0001. This ensures
|
D | warn-undefined-variables | 3 $description = "Test the --warn-undefined-variables option.";
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | getopt.m4 | 38 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/ |
D | eval.sed | 12 #Try eval option 21 #Try eval option with print
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | alignment_of.hpp | 24 #pragma option push -Vx- -Ve- 119 #pragma option pop
|
/ndk/tests/abcc/jni/mman-win32/ |
D | configure | 100 echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt 101 $action $option
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | .gitignore | 2 # with the --copy-libstdcxx option, so never include them
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | echoing | 4 ."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/ |
D | sp_counted_impl.hpp | 119 # pragma option push -Vx- 232 # pragma option pop
|