/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 19 define([Name],[translit([$1],[./-], [___])]) macro 22 AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ 24 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 25 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 26 ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 28 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 29 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 30 INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 37 undefine([Name]) 53 define([Name],[translit([$1],[./-], [___])]) macro [all …]
|
D | texinfo.tex | 4559 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 21 pushdef([Name],[translit([$1],[./-], [___])]) 24 AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ 26 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 27 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" 28 ac_cv_lib[]Name[]_cppflags="$INC[]NAME" 29 ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" 31 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 32 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" 33 INC[]NAME="$ac_cv_lib[]Name[]_cppflags" 34 LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" [all …]
|
/ndk/build/gmsl/ |
D | __gmsl | 212 # Arguments: 1: Name of function to $(call) for each element of list 220 # Arguments: 1: Name of function to $(call) for each pair of elements 744 # Arguments: 1: Name of associative array 753 # Arguments: 1: Name of associative array 762 # Arguments: 1: Name of associative array 770 # Arguments: 1: Name of associative array 785 # Arguments: 1: Name of stack 795 # Arguments: 1: Name of stack 804 # Arguments: 1: Name of stack 811 # Arguments: 1: Name of stack [all …]
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info | 131 Node: File Name Functions225533 185 Node: Name Index506668
|
D | make.info-2 | 279 a similar effect (*note Functions for File Names: File Name 2246 *Note Functions for File Names: File Name Functions. 2250 *Note Functions for File Names: File Name Functions. 2255 *Note Functions for File Names: File Name Functions. 2259 *Note Functions for File Names: File Name Functions. 2263 *Note Functions for File Names: File Name Functions. 2267 *Note Functions for File Names: File Name Functions. 2271 *Note Functions for File Names: File Name Functions. 2281 *Note Functions for File Names: File Name Functions. 2286 *Note Functions for File Names: File Name Functions. [all …]
|
D | make.texi | 114 * Name Index:: Index of Functions, Variables, & Directives 262 * File Name Functions:: Functions for manipulating file names. 1025 @section What Name to Give Your Makefile 1431 @pxref{Makefile Names, ,What Name to Give Your Makefile}. Unlike 1440 (@pxref{Makefile Names, ,What Name to Give Your Makefile}) 6198 * File Name Functions:: Functions for manipulating file names. 6274 @node Text Functions, File Name Functions, Syntax of Functions, Functions 6620 @node File Name Functions, Conditional Functions, Text Functions, Functions 6796 @node Conditional Functions, Foreach Function, File Name Functions, Functions 9243 @code{notdir} can be used to get a similar effect (@pxref{File Name [all …]
|
D | make.info-1 | 89 * Name Index:: Index of Functions, Variables, & Directives 236 * File Name Functions:: Functions for manipulating file names. 894 3.2 What Name to Give Your Makefile 1219 options, `make' will try the default makefile names; *note What Name to 1228 (*note What Name to Give Your Makefile: Makefile Names.) until it 5108 * File Name Functions:: Functions for manipulating file names. 5174 File: make.info, Node: Text Functions, Next: File Name Functions, Prev: Syntax of Functions, Up… 5408 File: make.info, Node: File Name Functions, Next: Conditional Functions, Prev: Text Functions, … 5536 File: make.info, Node: Conditional Functions, Next: Foreach Function, Prev: File Name Functions,…
|
/ndk/sources/host-tools/make-3.81/ |
D | configh.dos | 86 /* Name of the package */
|
D | arscan.c | 263 # define ar_name Name
|
D | config.ami | 189 /* Name of this package (needed by automake) */
|
D | config.h.in | 323 /* Name of package */
|
D | config.h-vms | 212 /* Name of this package (needed by automake) */
|
D | config.h.W32 | 323 /* Name of this package (needed by automake) */
|
D | aclocal.m4 | 430 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
D | ChangeLog | 376 (Special Variables, Secondary Expansion, File Name Functions) 1425 * filedef.h: Name the command_state enumeration. 2280 "firstword" functions here, from "File Name Functions".
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 2931 #define GTEST_REPEATER_METHOD_(Name, Type) \ argument 2932 void TestEventRepeater::Name(const Type& parameter) { \ 2935 listeners_[i]->Name(parameter); \ 2941 #define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ argument 2942 void TestEventRepeater::Name(const Type& parameter) { \ 2945 listeners_[i]->Name(parameter); \
|
/ndk/docs/text/ |
D | ANDROID-MK.text | 230 > Name of the target CPU architecture as it is specified by the 236 > Name of the target Android platform when this `Android.mk` is parsed. 243 > Name of the target CPU+ABI when this `Android.mk` is parsed.
|
D | APPLICATION-MK.text | 196 > Name the target Android platform. For example, '`android-3`' correspond
|
/ndk/sources/host-tools/make-3.81/po/ |
D | de.po | 84 msgstr " (der Name ist m�glicherweise gek�rzt)" 1586 msgstr "; benutze VPATH-Name �%s�" 1596 msgstr " Ignoriere VPATH-Name �%s�.\n"
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 324 ### Avoiding Macro Name Clashes ###
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 564 /* Name of package */
|
D | aclocal.m4 | 451 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 190 m4trace:configure.in:30: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
|
D | output.0 | 536 # Name of the host.
|