Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 100) 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/build/tools/toolchain-patches/gcc/
D0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch13 and run when the shared library is loaded.
16 before the constructor are launched, resulting in a crash when
40 + * when a shared object linked statically to these libraries is
64 + * when a shared object linked statically to these libraries is
D0002-Enable-C-exceptions-and-RTTI-by-default.patch7 when compiling C++ sources.
/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/sources/android/crazy_linker/
DREADME.TXT7 - Support changing the library search path. The system linker, when used
18 This avoids conflicts when one of your application's libraries
31 this only when using shared RELROs (see below).
123 - Libraries loaded by the crazy linker are not automatically closed when
126 - dlopen() when called inside a library loaded by the crazy linker doesn't
/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
/ndk/sources/host-tools/make-3.81/config/
Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/ndk/
DREADME.TXT26 See docs/HOWTO.html for a few useful tips and tricks when using the NDK.
/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/build/tools/toolchain-patches/mclinker/
D0001-Revert-Fix-build-with-llvm-trunk.-to-build-with-llvm.patch35 /// file descriptor when it is done (this is necessary to detect
/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 …]

1234