Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 66) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/doc/
DMakefile.am24 CLEANFILES = make*.html
30 html: make_1.html target
32 make_1.html: $(info_TEXINFOS) $(make_TEXINFOS)
35 .PHONY: html
DMakefile.in80 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/
DREADME.TXT8 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/
DMakefile.in97 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/
DMakefile.am17 html: target
18 cd doc && make html
DMakefile.in97 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/
DREADME12 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/
Dstdbool.m480 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/
DCPU-X86-64.text11 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,
DCPU-ARM-NEON.text18 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.
DAPPLICATION-MK.text9 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).
DIMPORT-MODULE.text34 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.
DCHANGES.text35 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 …]
DSYSTEM-ISSUES.text22 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.
DCPU-MIPS.text41 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,
DOVERVIEW.text71 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
DCPU-X86.text11 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++/
DREADME8 See docs/CPLUSPLUS-SUPPORT.html for more details.
/ndk/sources/host-tools/make-3.81/config/
DMakefile.in298 html: html-am
333 distclean-generic distdir dvi dvi-am html html-am info info-am \
/ndk/tests/
Dcheck-release.sh137 CHANGELOG_RELEASE=$(cat $NDK_DIR/docs/CHANGES.html | grep -e "^android-ndk-" | head -1)
/ndk/sources/host-tools/make-3.81/
DREADME31 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/
Dbuild-docs.sh86 DST_FILE=${SRC_FILE%%.text}.html
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in390 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/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/ndk/sources/host-tools/make-3.81/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html

123