Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m419 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 …]
Dtexinfo.tex4559 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-link.m421 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__gmsl212 # 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/
Dmake.info131 Node: File Name Functions225533
185 Node: Name Index506668
Dmake.info-2279 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 …]
Dmake.texi114 * 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 …]
Dmake.info-189 * 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/
Dconfigh.dos86 /* Name of the package */
Darscan.c263 # define ar_name Name
Dconfig.ami189 /* Name of this package (needed by automake) */
Dconfig.h.in323 /* Name of package */
Dconfig.h-vms212 /* Name of this package (needed by automake) */
Dconfig.h.W32323 /* Name of this package (needed by automake) */
Daclocal.m4430 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
DChangeLog376 (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/
Dgtest.cc2931 #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/
DANDROID-MK.text230 > 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.
DAPPLICATION-MK.text196 > Name the target Android platform. For example, '`android-3`' correspond
/ndk/sources/host-tools/make-3.81/po/
Dde.po84 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/
DREADME324 ### Avoiding Macro Name Clashes ###
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in564 /* Name of package */
Daclocal.m4451 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0190 m4trace:configure.in:30: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
Doutput.0536 # Name of the host.

12