/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 20 define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], macro 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" 31 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) 32 AC_SUBST([LIB]NAME) [all …]
|
D | texinfo.tex | 5990 % @anchor{NAME} -- define xref target at arbitrary point. 5998 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an 6000 % 1) NAME-title - the current sectioning name taken from \thissection, 6002 % 2) NAME-snt - section number and type, passed as the SNT arg, or 6004 % 3) NAME-pg - the page number. 6008 % 4) NAME-lof - the text as it should appear in a @listoffloats. 6180 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 16 dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. 22 pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], 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" [all …]
|
D | 00gnulib.m4 | 11 # AC_DEFUN_ONCE([NAME], VALUE) macro 13 # Define NAME to expand to VALUE on the first use (whether by direct
|
/ndk/build/tools/ |
D | download-toolchain-sources.sh | 162 local NAME=$1 164 local GITOPTS="--git-dir=$CLONE_DIR/$NAME/.git" 165 log "Checking out $BRANCH branch of $NAME.git: $@" 170 (mkdir -p $TMPDIR/$NAME && cd $TMPDIR/$NAME && run git $GITOPTS checkout $REVISION "$@") 171 fail_panic "Could not checkout $NAME / $@ ?" 172 …(printf "%-32s " "toolchain/$NAME.git"; git $GITOPTS log -1 --format=oneline $REVISION) >> $SOURCE…
|
D | build-host-gcc.sh | 483 local NAME=$1 485 if [ ! -f "$STAMPS_DIR/$NAME" ]; then 488 mkdir -p "$STAMPS_DIR" && touch "$STAMPS_DIR/$NAME"
|
D | prebuilt-common.sh | 1065 DIR=$(get_toolchain_install . $NAME $SYSTEM)
|
D | DEV-SCRIPTS-USAGE.TXT | 278 $NDK/toolchains/$NAME/prebuilt/$SYSTEM, where $NAME is the toolchain name's 332 The corresponding binaries are installed under $NDK/toolchains/$NAME/prebuilt/windows 376 The prebuilt binary is placed under $NDK/toolchains/$NAME/prebuilt/gdbserver
|
/ndk/tests/ |
D | check-release.sh | 107 local NAME TEXT RET 108 NAME=$1 111 TEXT=$(eval test_$NAME 2>/dev/null)
|
D | run-tests.sh | 404 local NAME=`basename $1` 406 local DIR="$BUILD_DIR/$NAME"
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 249 $include{NAME} = "$program \\- $opt_name\n" if $opt_name; 252 $include{NAME} ||= "$program \\- manual page for $program $version\n";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | findstring | 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
D | dir | 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
D | notdir | 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
D | join | 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
D | addprefix | 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
D | basename | 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
D | suffix | 9 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.h | 48 # define __libc_lock_init(NAME) do { } while (0) argument 49 # define __libc_lock_lock(NAME) do { } while (0) argument 50 # define __libc_lock_unlock(NAME) do { } while (0) argument
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 1 .SH NAME
|
/ndk/sources/host-tools/make-3.81/ |
D | aclocal.m4 | 97 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 136 # _AM_DEPENDENCIES(NAME) 139 # NAME is "CC", "CXX", "GCJ", or "OBJC". 611 # AM_MISSING_PROG(NAME, PROGRAM) 708 # _AM_MANGLE_OPTION(NAME) 713 # _AM_SET_OPTION(NAME) 715 # Set option NAME. Presently that only means defining a flag for this option.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | aclocal.m4 | 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 162 # _AM_DEPENDENCIES(NAME) 165 # NAME is "CC", "CXX", "GCJ", or "OBJC". 609 # AM_MISSING_PROG(NAME, PROGRAM) 670 # _AM_MANGLE_OPTION(NAME) 675 # _AM_SET_OPTION(NAME) 677 # Set option NAME. Presently that only means defining a flag for this option.
|
/ndk/tests/awk/extract-pid/ |
D | test-1.in | 1 USER PID PPID VSIZE RSS WCHAN PC NAME
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | sed.pot | 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 916 arguments `-f NAME' or `--file=NAME' tell `make' to read the file NAME 2190 each pattern in the list with NAME and perform the above directory 2875 source file `NAME.c' there is a makefile `NAME.d' which lists what 2876 files the object file `NAME.o' depends on. That way only the source 2881 a makefile) called `NAME.d' from a C source file called `NAME.c': 4979 `ifdef VARIABLE-NAME' 4984 been defined have an empty value. The text VARIABLE-NAME is 5024 `ifndef VARIABLE-NAME' 5025 If the variable VARIABLE-NAME has an empty value, the TEXT-IF-TRUE 5027 The rules for expansion and testing of VARIABLE-NAME are identical
|