Searched refs:html (Results 1 – 25 of 66) sorted by relevance
123
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.am | 24 CLEANFILES = make*.html 30 html: make_1.html target 32 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS) 35 .PHONY: html
|
D | Makefile.in | 80 HTMLS = make.html 84 MAKEINFOHTML = $(MAKEINFO) --html 203 CLEANFILES = make*.html 207 .SUFFIXES: .dvi .html .info .pdf .ps .texi 270 .texi.html: 271 rm -rf $(@:.html=.htp) 273 -o $(@:.html=.htp) $<; \ 276 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 277 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ 279 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ [all …]
|
/ndk/ |
D | README.TXT | 8 See docs/CHANGES.html for a list of changes since the previous release. 11 in docs/OVERVIEW.html. Please read this document as it contains crucial 14 See docs/STABLE-APIS.html for the list of frozen binary APIs exposed by 19 docs/INSTALL.html which lists the NDK prerequisites and the steps needed 26 See docs/HOWTO.html for a few useful tips and tricks when using the NDK. 28 See docs/SYSTEM-ISSUES.html for a list of important issues related to
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.in | 97 HTMLS = sed.html 100 MAKEINFOHTML = $(MAKEINFO) --html 580 .SUFFIXES: .dvi .html .info .pdf .ps .texi 643 .texi.html: 644 rm -rf $(@:.html=.htp) 646 -o $(@:.html=.htp) $<; \ 649 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 650 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ 652 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 653 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | Makefile.am | 17 html: target 18 cd doc && make html
|
D | Makefile.in | 97 html-recursive info-recursive install-data-recursive \ 99 install-html-recursive install-info-recursive \ 983 install-html: install-html-recursive 1023 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 1024 html-am info info-am install install-am install-data \ 1026 install-exec-am install-html install-html-am install-info \ 1034 html: 1035 cd doc && make html
|
/ndk/docs/tools/ |
D | README | 12 d/ANDROID-MK -> [ANDROID-MK](ANDROID-MK.html) 17 ANDROID-MK.html 18 docs/ANDROID-MK.html 19 $NDK/docs/ANDROID-MK.html
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdbool.m4 | 80 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html 97 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html 98 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
|
/ndk/docs/text/ |
D | CPU-X86-64.text | 11 The Android x86-64 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html. 43 Debugging with ndk-gdb should work exactly as described under docs/NDK-GDB.html. 49 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
|
D | CPU-ARM-NEON.text | 18 More information about this can be read in docs/CPU-ARCH-ABIS.html 39 > http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html 74 x86 via translation header (To learn more about it, see docs/CPU-X86.html). 95 more about it, see docs/CPU-FEATURES.html.
|
D | APPLICATION-MK.text | 9 read the [OVERVIEW](OVERVIEW.html) file that explains their role and 12 Readers of this document should have read [OVERVIEW](OVERVIEW.html) and 13 [ANDROID-MK](ANDROID-MK.html). 192 > limitations, please read [CPU-ARCH-ABIS](CPU-ARCH-ABIS.html). 198 > corresponding Android system images, read [STABLE-APIS](STABLE-APIS.html). 214 > For more information on the subject, please read [CPLUSPLUS-SUPPORT](CPLUSPLUS-SUPPORT.html). 249 > documentation for this variable in [ANDROID-MK](ANDROID-MK.html). 275 > for LOCAL_THIN_ARCHIVE in [ANDROID-MK](ANDROID-MK.html).
|
D | IMPORT-MODULE.text | 34 docs/ANDROID-MK.html for details). 48 definition of LOCAL_EXPORT_CFLAGS in docs/ANDROID-MK.html). 75 the helper libraries that come with it (see docs/CPU-FEATURES.html for 116 (see docs/ANDROID-MK.html). 187 file, independently from its LOCAL_MODULE (see docs/ANDROID-MK.html 223 docs/ANDROID-MK.html to understand why.
|
D | CHANGES.text | 35 See b.android.com/36496 and CPLUSPLUS-SUPPORT.html 235 > See http://gcc.gnu.org/onlinedocs/gcc/Language-Independent-Options.html 250 …tps://android-review.googlesource.com/#/c/62770 and http://gcc.gnu.org/ml/gcc/2013-07/msg00424.html 270 > See http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00830.html 306 static executable. See http://gcc.gnu.org/ml/gcc-patches/2012-09/msg00969.html 308 - Fixed extra apostrophe in docs/CPU-ARCH-ABIS.html 309 See docs/NDK-DEPENDS.html, http://b.android.com/60142 360 See docs/STABLE-APIS.html and the new samples/gles3jni/README 390 See docs/NDK-DEPENDS.html, http://b.android.com/53486 559 See http://b.android.com/40303 and ANDROID-MK.html [all …]
|
D | SYSTEM-ISSUES.text | 22 See docs/CPLUSPLUS-SUPPORT.html for more details. 30 of the C library and its design is available in docs/system/libc/OVERVIEW.html 38 issues. See docs/system/libc/SYSV-IPC.html for details.
|
D | CPU-MIPS.text | 41 Debugging with ndk-gdb should work exactly as described under docs/NDK-GDB.html. 47 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
|
D | OVERVIEW.text | 71 They are documented in the file docs/STABLE-APIS.html 141 (see `docs/APPLICATION-MK.html` for all details). 178 (see docs/ANDROID-MK.html for details). 188 the file docs/ANDROID-MK.html. 219 docs/APPLICATION-MK.html document to understand what this file allows you 249 Again, see docs/APPLICATION-MK.html for a complete description of its 292 See docs/NDK-BUILD.html for a more complete description of what this script 336 For more information, read docs/NDK-GDB.html. In a nutshell, native debugging
|
D | CPU-X86.text | 11 The Android x86 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html. 43 Debugging with ndk-gdb should work exactly as described under docs/NDK-GDB.html. 111 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.in | 298 html: html-am 333 distclean-generic distdir dvi dvi-am html html-am info info-am \
|
/ndk/tests/ |
D | check-release.sh | 137 CHANGELOG_RELEASE=$(cat $NDK_DIR/docs/CHANGES.html | grep -e "^android-ndk-" | head -1)
|
/ndk/sources/host-tools/make-3.81/ |
D | README | 31 http://www.gnu.org/software/software.html 43 http://www.gnu.org/doc/doc.html 44 http://www.gnu.org/manual/manual.html 122 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00190.html
|
/ndk/build/tools/ |
D | build-docs.sh | 86 DST_FILE=${SRC_FILE%%.text}.html
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 390 html: html-am 427 distclean-generic distclean-tags distdir dvi dvi-am html \ 428 html-am info info-am install install-am install-data \
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
/ndk/sources/host-tools/make-3.81/po/ |
D | en@quot.header | 5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
123