Searched refs:help (Results 1 – 25 of 131) sorted by relevance
123456
/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/sources/host-tools/sed-4.2.1/build-aux/ |
D | config.rpath | 185 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 195 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 206 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 217 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 229 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
D | mdate-sh | 39 Usage: mdate-sh [--help] [--version] FILE
|
/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/docs/tools/ |
D | ndk-markdown-substitutions.py | 184 help="Specify output file, stdout otherwise.", 189 help="Run internal unit tests.", 195 help="Input file, stdin if not specified.",
|
/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)
|
/ndk/docs/text/ |
D | NDK-DEPENDS.text | 14 Use '`ndk-depends --help`' for complete usage information. 53 * `ndk-depends --help` 78 For more details, see the output of '`ndk-depends --help`'.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | version.gin | 8 General help using GNU software: <http://www.gnu.org/gethelp/>.
|
D | Makefile.tests | 154 help:: 155 $(SEDENV) $(SED) --help | grep E-mail > /dev/null 2>&1 156 $(SEDENV) $(SED) --help | $(SEDENV) $(SED) '1s/ [^ ]* / sed /; /^E-mail/,$$d' > $@.1out
|
/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/sed-4.2.1/po/ |
D | sr.po | 198 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n" 333 msgid " --help display this help and exit\n" 334 msgstr " --help прикажи ово објашњење и заврши\n" 541 #~ " --help display this help and exit\n" 572 #~ " --help прикажи ово објашњење и заврши\n"
|
D | he.po | 211 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n" 321 msgid " --help display this help and exit\n" 521 #~ " --help display this help and exit\n" 542 #~ " ������� ��� �� ����� ��� --help\n"
|
D | ko.po | 211 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n" 321 msgid " --help display this help and exit\n" 521 #~ " --help display this help and exit\n" 542 #~ " --help ���� �������� ������ ����մϴ�\n"
|
D | el.po | 198 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n" 341 msgid " --help display this help and exit\n" 342 msgstr " --help εμφάνιση αυτού του κειμένου βοηθείας και έξοδος\n" 548 #~ " --help display this help and exit\n" 573 #~ " --help εμφάνιση αυτής της βοήθειας και έξοδος\n"
|
D | hr.po | 214 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n" 324 msgid " --help display this help and exit\n" 524 #~ " --help display this help and exit\n" 543 #~ " --help prikaži ovu pomoć i izađi\n"
|
/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
|
123456