Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 126) sorted by relevance

123456

/ndk/
Dndk-which33 TMPDIR=/tmp/ndk-which-$$
55 which "$FQFN"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff()
36 assert(which == std::ios_base::out); in seekoff()
Dseekp.pass.cpp32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos()
35 assert(which == std::ios_base::out); in seekpos()
Dseekp2.pass.cpp33 std::ios_base::openmode which) in seekoff()
37 assert(which == std::ios_base::out); in seekoff()
/ndk/sources/host-tools/make-3.81/po/
DMakevars40 # This is the email address or URL to which the translators shall report
42 # - Strings which are not entire sentences, see the maintainer guidelines
44 # - Strings which use unclear terms or require additional context to be
46 # - Strings which make invalid assumptions about notation of date, time or
53 # which the translators can contact you.
56 # This is the list of locale categories, beyond LC_MESSAGES, for which the
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dtellg.pass.cpp42 std::ios_base::openmode which) in seekoff()
46 assert(which == std::ios_base::in); in seekoff()
Dseekg.pass.cpp41 std::ios_base::openmode which) in seekpos()
43 assert(which == std::ios_base::in); in seekpos()
Dseekg_off.pass.cpp44 std::ios_base::openmode which) in seekoff()
46 assert(which == std::ios_base::in); in seekoff()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dvpath2 ."vpath directive which allows you to specify a search \n"
9 ."that end in c or h. We also test the variables $@ (which gives\n"
10 ."target name) and $^ (which is a list of all dependencies \n"
11 ."including the directories in which they were found). It also\n"
Dechoing4 ."tests the -n option which tells make to ONLY echo the \n"
7 ."-s flag which tells make to prevent all echoing, as if \n"
17 ."expect no output; just the deletion of a file which we check \n"
/ndk/sources/host-tools/make-3.81/
DREADME.DOS55 either DJTAR (which is part of the DJGPP development
77 might consider building a version of Make which doesn't issue
192 inside $(shell), which is in many cases a valid substitute for
198 Many Unix Makefiles include a line which sets the SHELL, for
199 those versions of Make which don't have this as the default.
213 shell is *not* found, the line which sets it will be effectively
217 behavior to a shell which is nowhere to be found.
234 of the targets require a real (i.e. Unix-like) shell, which will
236 course, that the commands which should always work, don't
238 Makefiles to MSDOS and leave the line which sets the shell
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dfilter-out8 augments the simple pattern with three literal names, which are
10 which is only used if there are multiple literals present in both
Dwildcard10 executes the print1 target which tests the '*' wildcard by
12 test echo's all files which match '?.example' and
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DDEFAULT8 ."This test gives this makefile the target bar which is not \n"
10 ."which does have the target bar defined.\n";
/ndk/tests/build/import-static/
DREADME2 are transitive, i.e. that if foo imports a static library bar, which
/ndk/sources/host-tools/make-3.81/config/
Dlcmessage.m49 dnl This file can can be used in projects which are not available under
11 dnl License but which still want to provide support for the GNU gettext
Dprogtest.m49 dnl This file can can be used in projects which are not available under
11 dnl License but which still want to provide support for the GNU gettext
21 # Search path for a program which passes the given test.
Dnls.m49 dnl This file can can be used in projects which are not available under
11 dnl License but which still want to provide support for the GNU gettext
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Doverflow.pass.cpp28 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out) in testbuf()
29 : base(str, which) {} in testbuf()
Dpbackfail.pass.cpp26 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out) in testbuf()
27 : base(str, which) {} in testbuf()
/ndk/build/
Dndk-build170 ABS_GNUMAKE=`which $GNUMAKE 2> /dev/null`
185 GNUMAKE=`which make 2> /dev/null`
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Drequests2 # It contains the lists of macros which have been traced.
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKECMDGOALS6 We construct a makefile with various targets, all of which print out
DINCLUDE_DIRS11 # Test #1: The content of .INCLUDE_DIRS depends on the platform for which

123456