Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 91) sorted by relevance

1234

/ndk/tests/device/test-stlport-rtti/
DREADME1 This test is meant to test the RTTI support when linking to STLport
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dinclude68 # happen because a file record is created when a target-specific variable is
82 # Test inheritance of dontcare flag when rebuilding makefiles.
96 # Make sure that we don't die when the command fails but we dontcare.
Dparallelism68 # to the pipe when they should be): this happened when there is a $(shell ...)
71 # to trigger this code when I added it but no longer does after the fix.
Dstatipattrules91 # perprerequisite's stem when second expansion is enabled
Dechoing2 ."echoing. It tests that when a command line starts with \n"
/ndk/tests/build/multi-abi/
DREADME2 in a single ndk-build invokation, i.e. when using:
/ndk/
DCHANGELOG.md17 with non-trivial destructors except when running on Marshmallow
19 * Does not yet work with Aarch64 when TLS variables are accessed from a
47 * Fixed segfault when throwing exceptions via gabi++ (see
88 * Current gold no longer builds when targeting 32-bit Windows (causes
117 * Exception handling will often fail when using `c++_shared` on ARM32. The root
DREADME.md37 when this toolchain is used.
110 flag when running `checkbuild.py`. This will take a little longer though, so it
149 Yes, this does mean that exception handling will often fail when using
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL5 # Find the default value when SHELL is not set. On UNIX it will be /bin/sh,
22 # all when $(SHELL) is perl :-/. So, we just add an extra initial /./ which
Dflavors108 # and the user thinks it should behave the same as when the "@" is literal
/ndk/sources/host-tools/make-3.81/tests/
DREADME45 relative paths and when make is called something other than "make" (like
66 A directory named "work" will be created when the tests are run which
87 way it works when you build out of the source tree is to create
89 fourth serious problem is that it doesn't create its own sandbox when
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval34 # Test to make sure defining variables when we have extra scope pushed works
115 # be evaluated before every command is invoked. Make sure that works, when
Dcall72 # TEST eclipsing of arguments when invoking sub-calls
/ndk/sources/host-tools/make-3.81/
DREADME.DOS8 1. Supports long filenames when run from DOS box on Windows 9x.
19 including pipes and redirection, even when COMMAND.COM is your
89 (configure.bat will tell you this when it finishes). You MUST
100 DESTDIR variable when invoking "make install", like this:
164 pipes. Therefore, when presented with a DOS shell, this port of
166 redirection and pipes, and shall only call the shell when a
168 when a command is an internal shell command, Make will first
235 nevertheless work when such shell is not available (provided, of
DNEWS38 as well, where the second expansion occurs when the rule is matched.
39 However, this means that when '.SECONDEXPANSION' is enabled you must
42 which used to be available by default, is now ONLY available when the
172 Similarly, the arguments to "export" (when not used in a variable
189 list when a makefile is just being read (before any includes) is the
209 when it is used as the first argument to $(call ...) (but only then).
483 in the environment when its size is limited.
486 a rule if it has changed when its commands exit with a nonzero status,
487 just as when the commands get a signal.
511 Makefile.in (or on the command line when installing) to install GNU make
[all …]
Daclocal.m454 # fails when called from a subdirectory if $ac_aux_dir is relative
57 # fails when called from a subdirectory in a VPATH build with
62 # harmless because $srcdir is `.', but things will broke when you
130 # written in clear, in which case automake, when reading aclocal.m4,
189 # overwrite some of them when testing with obscure command lines.
203 # only be used when explicitly requested
334 # This code is only required when automatic dependency tracking
469 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
674 # so it does not work when $(somedir) is undefined and
825 # Installed binaries are usually stripped using `strip' when the user
DREADME.W3297 Some versions of Bourne shell do not behave well when invoked
133 used in PATH variables, make tries to be smart about knowing when
158 when interacting with the operating system, providing the path
220 By default, GNU make retains its case sensitivity when comparing
DChangeLog278 variable st is not used when it's not initialized.
313 (start_job_command): Fix a typo in error message when process_easy
347 struct dep when creating a new one.
431 * maintMakefile: We only need to build the templates when we are
666 (eval): Call find_char_unquote() with IGNOREVARS set when we're
799 jobserver tokens. I found that this happens when an exported
807 waiting_jobs. Increment jobserver_tokens when we get one.
814 master process, when using the jobserver.
824 consulted properly when checking for the "free" token.
893 * signame.c (strsignal): HAVE_DECL_SYS_SIGLIST is 0 when not
[all …]
/ndk/sources/host-tools/make-3.81/config/
Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog95 filename parts of the pattern correctly when it includes a drive
97 when dirname is of the form "d:/" or "d:".
109 on the compile line. This is because when build.sh runs it merely
/ndk/sources/cxx-stl/stlport/src/
Dstlport.rc35 /* Borland precompiler happen weird character when trying to transform a
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0007-Fix-libc-compiler-error-when-calling-std-feof.patch4 Subject: [PATCH 07/12] Fix libc++ compiler error when calling std::feof()
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks54 # Check handling when symlinks point to non-existent files. Without -L we
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-168 * Rules:: Rules describe when a file must be remade.
121 * Secondary Expansion:: How and when secondary expansion is performed.
174 * Echoing:: How to control when commands are echoed.
178 * Interrupts:: What happens when a command is interrupted.
293 * Archive Pitfalls:: Dangers to watch out for when using archives.
429 run miscellaneous commands when explicitly asked (for example, to remove
483 A "rule", then, explains how and when to remake certain files which
486 can also explain how and when to carry out an action. *Note Writing
566 specified when the target file needs to be updated.)
595 Thus, when you give the command:
[all …]
/ndk/sources/third_party/googletest/googletest/
DCHANGES62 * New feature: prints help when encountering unrecognized Google Test flags.
82 * New feature: when a test runs under Visual Studio, its failures are

1234