Searched refs:help (Results 1 – 25 of 65) sorted by relevance
123
/ndk/ |
D | ndk-gdb.py | 150 help='Enable verbose mode', action='store_true', dest='verbose') 153 help='Kill existing debug session if it exists', 157 help='Launch application instead of attaching to existing one', 161 help='Same as --start, but specify activity name (see below)', 165 help='List all launchable activity names from manifest', 169 help='Delay in seconds between activity start and gdbserver attach', 174 help='Specify application project path', 178 help='Use tcp:localhost:<DEBUG_PORT> to communicate with gdbserver', 183 help='Execute gdb initialization commands in <EXEC_FILE> after connection', 187 help='Use specific adb command', [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_pod.hpp | 102 static T& help(); 104 sizeof(is_POD_array(help()).instance()) == sizeof(::boost::type_traits::yes_type)
|
/ndk/sources/host-tools/make-3.81/config/ |
D | config.rpath | 146 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 167 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 177 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
D | mkinstalldirs | 16 -h | --help | --h*) # -h for help
|
D | compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
|
D | mdate-sh | 40 Usage: mdate-sh [--help] [--version] FILE
|
D | install-sh | 112 --help) echo "$usage"; exit $?;;
|
D | config.sub | 81 help=" 91 --help | --h* | -h ) 98 echo "$me: invalid option $1$help" 112 0) echo "$me: missing argument$help" >&2 115 *) echo "$me: too many arguments$help" >&2
|
D | missing | 64 -h|--h|--he|--hel|--help)
|
D | config.guess | 65 help=" 75 --help | --h* | -h ) 82 echo "$me: invalid option $1$help" >&2 90 echo "$me: too many arguments$help" >&2 953 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
|
D | depcomp | 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
|
/ndk/tests/ |
D | README | 8 Run all NDK automated tests. Use --help for more options.
|
D | check-release.sh | 43 --help|-h|-?)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | parser.hpp | 127 void help( out_stream& ostr );
|
/ndk/tests/abcc/jni/mman-win32/ |
D | configure | 80 --help)
|
/ndk/sources/host-tools/make-3.81/ |
D | README | 75 If you need help using GNU make, try these forums: 77 help-make@gnu.org 78 help-utils@gnu.org 79 news:gnu.utils.help
|
D | INSTALL | 74 `configure' script does not know about. Run `./configure --help' for 118 kinds of files. Run `configure --help' for a list of the directories 200 `--help' 230 `configure --help' for more details.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 311 << cla::dual_name_parameter<bool>( "help|?" ) 313 cla::description = "this help message") 318 if( s_cla_parser["help"] ) { 319 s_cla_parser.help( std::cout );
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
D | upgrade-upstream.sh | 58 --help)
|
/ndk/build/tools/ |
D | build-ndk-sysroot.sh | 48 --help|-h|-\?) OPTION_HELP=yes
|
D | prebuilt-common.sh | 572 register_option "--help" do_option_help "Print this help."
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 62 * New feature: prints help when encountering unrecognized Google Test flags. 102 * New feature: the --help flag for printing the usage.
|
/ndk/tests/standalone/ |
D | run.sh | 65 --help|-h|-?)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | testit_android | 95 --help|-?)
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | testit_android | 88 --help|-?)
|
123