Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 70) sorted by relevance

123

/ndk/tests/
Drun-all.py206 help=('Run tests against the specified ABI. Defaults to the '
210 help=('Run tests against the specified platform version. Defaults '
214 help='Toolchain for building tests. Defaults to clang.')
218 help='Show build commands for each test.')
222 help=('Run only the chosen test suite.'))
225 '--filter', help='Only run tests that match the given patterns.')
227 '--quick', action='store_true', help='Skip long running tests.')
230 help='Show all test results, not just failures.')
234 help='Path to build tests to. Will not be removed upon exit.')
/ndk/build/tools/
Dpackage.py305 help='Bundle only the given architecture.')
309 help='Package binaries for given OS (e.g. linux).')
312 help='Release name for the package.')
316 help='Clobber out directory if it exists.')
320 help='Directory containing NDK modules.')
323 help='Unpack the NDK to a directory rather than make a tarball.')
326 help='Directory to install bundle or tarball to.')
Dbuild-platforms.py34 help='Architectures to build. Builds all if not present.')
Dbuild-gdbserver.py34 help='Architectures to build. Builds all if not present.')
Dbuild-gcc.py34 help='Architecture to build. Builds all if not present.')
/ndk/
Dndk-gdb.py55 help="Enable verbose mode")
59 help="Kill existing debug session if it exists")
63 help="override the port used on the host")
67 help="Delay in seconds to wait after starting activity.\n"
72 help="Specify application project path")
85 help="Attach to application [default]")
89 help="Launch application activity (defaults to main activity, "
94 help="List all launchable activity names from manifest")
98 dest="launch_target", help="Launch specified application activity")
104 help="Execute gdb commands in EXEC_FILE after connection")
[all …]
Dcheckbuild.py73 help='Build for the given architecture. Build all by default.')
78 help='Package the NDK when done building (default).')
81 help='Do not package the NDK when done building.')
86 help=textwrap.dedent("""\
92 help='Do not run host tests when finished.')
96 help='Release name. Package will be named android-ndk-RELEASE.')
101 help='Build for the given OS.')
107 help='NDK modules to build.')
111 help='Skip building target components.')
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_pod.hpp102 static T& help();
104 sizeof(is_POD_array(help()).instance()) == sizeof(::boost::type_traits::yes_type)
/ndk/sources/host-tools/make-3.81/config/
Dconfig.rpath146 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
Dmkinstalldirs16 -h | --help | --h*) # -h for help
Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
Dmdate-sh40 Usage: mdate-sh [--help] [--version] FILE
Dinstall-sh112 --help) echo "$usage"; exit $?;;
Dconfig.sub81 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
Dmissing64 -h|--h|--he|--hel|--help)
Dconfig.guess65 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 \
/ndk/build/lib/
Dbuild_support.py252 help='Build binaries for given OS (e.g. linux).')
255 '--out-dir', help='Directory to place temporary build files.',
262 '--dist-dir', help='Directory to place the packaged artifact.',
/ndk/sources/cxx-stl/gnu-libstdc++/
Dbuild.py34 help='Architectures to build. Builds all if not present.')
/ndk/sources/cxx-stl/stlport/
Dbuild.py34 help='Architectures to build. Builds all if not present.')
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dparser.hpp127 void help( out_stream& ostr );
/ndk/sources/cxx-stl/llvm-libc++/
Dbuild.py37 help='Architectures to build. Builds all if not present.')
/ndk/sources/host-tools/make-3.81/
DREADME75 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
DINSTALL74 `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/
Dunit_test_parameters.ipp311 << 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/
Dupgrade-upstream.sh58 --help)

123