Searched refs:which (Results 1 – 25 of 126) sorted by relevance
123456
/ndk/ |
D | ndk-which | 33 TMPDIR=/tmp/ndk-which-$$ 55 which "$FQFN"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | tellp.pass.cpp | 32 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()
|
D | seekp.pass.cpp | 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() 35 assert(which == std::ios_base::out); in seekpos()
|
D | seekp2.pass.cpp | 33 std::ios_base::openmode which) in seekoff() 37 assert(which == std::ios_base::out); in seekoff()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makevars | 40 # 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/ |
D | tellg.pass.cpp | 42 std::ios_base::openmode which) in seekoff() 46 assert(which == std::ios_base::in); in seekoff()
|
D | seekg.pass.cpp | 41 std::ios_base::openmode which) in seekpos() 43 assert(which == std::ios_base::in); in seekpos()
|
D | seekg_off.pass.cpp | 44 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/ |
D | vpath | 2 ."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"
|
D | echoing | 4 ."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/ |
D | README.DOS | 55 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/ |
D | filter-out | 8 augments the simple pattern with three literal names, which are 10 which is only used if there are multiple literals present in both
|
D | wildcard | 10 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/ |
D | DEFAULT | 8 ."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/ |
D | README | 2 are transitive, i.e. that if foo imports a static library bar, which
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lcmessage.m4 | 9 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
|
D | progtest.m4 | 9 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.
|
D | nls.m4 | 9 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
|
D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | overflow.pass.cpp | 28 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out) in testbuf() 29 : base(str, which) {} in testbuf()
|
D | pbackfail.pass.cpp | 26 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out) in testbuf() 27 : base(str, which) {} in testbuf()
|
/ndk/build/ |
D | ndk-build | 170 ABS_GNUMAKE=`which $GNUMAKE 2> /dev/null` 185 GNUMAKE=`which make 2> /dev/null`
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | requests | 2 # It contains the lists of macros which have been traced.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKECMDGOALS | 6 We construct a makefile with various targets, all of which print out
|
D | INCLUDE_DIRS | 11 # Test #1: The content of .INCLUDE_DIRS depends on the platform for which
|
123456