/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | environment.hpp | 19 #error Windows CE does not support environment variables. 46 namespace environment { namespace 99 namespace environment { namespace 113 …return environment::variable<T>( !vd ? rt_env_detail::init_new_var<T>( var_name, nfp::no_params ) … in var() 124 … return environment::variable<T>( !vd ? rt_env_detail::init_new_var<T>( var_name, m ) : *vd ); in var() 133 return environment::var<cstring>( var_name ).value(); in get() 142 return environment::var<T>( var_name ).value(); in get() 151 variable<T> const& v = environment::var<T>( var_name ); in get() 159 namespace env = environment;
|
D | variable.hpp | 19 #error Windows CE does not support environment variables. 37 namespace environment { namespace 200 namespace environment { namespace 204 : variable_base( environment::var<T>( var_name ) ) in variable() 212 : variable_base( environment::var<T>( var_name, m ) ) in variable()
|
D | fwd.hpp | 19 #error Windows CE does not support environment variables. 29 namespace environment { namespace
|
D | environment.ipp | 12 // Description : implements model of program environment 36 namespace environment { 39 // ************** runtime::environment ************** // 111 … BOOST_RT_PARAM_LITERAL( "First access to the environment variable " ) 119 } // namespace environment
|
D | modifier.hpp | 28 namespace environment { namespace
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | origin | 11 'environment' environment var without -e 12 'environment override' environment var with -e 18 # Set an environment variable 38 'undefined default environment default file command line override automatic 41 environment 48 # Reset an environment variable
|
D | shell | 14 # Test shells inside exported environment variables. 16 # the environment for a $(shell ...) call.
|
D | foreach | 16 # Set an environment variable that we can test in the makefile. 31 … "undefined file default file environment default file command line override automatic automatic 32 foo.o bletch.o null.o @.o garf.o .o .o undefined.o file.o default.o file.o environment.o default…
|
D | eval | 114 # The trick here is that because EVAR is taken from the environment, it must
|
/ndk/sources/host-tools/make-3.81/ |
D | README.OS2 | 15 1. The shell specified by the environment variable MAKESHELL. 17 Unix, SHELL is NOT taken from the environment. 18 3. The shell specified by the COMSPEC environment variable. 19 4. The shell specified by the OS2_SHELL environment variable. 26 - The UNIXROOT environment variable is supported to find /bin/sh 46 A standard Unix like build environment: 89 Recommended environment variables and installation options: 139 to do this but the testsuite ignores the environment. -DNO_CHDIR2 causes
|
D | configure.bat | 22 rem The SmallEnv trick protects against too small environment block, 24 rem goes awry. COMMAND.COM will say "Out of environment space", but 59 echo Your environment is too small. Please enlarge it and run me again.
|
D | job.h | 46 char **environment; /* Environment for commands. */ member
|
D | job.c | 881 if (child->environment != 0) in free_child() 883 register char **ep = child->environment; in free_child() 886 free ((char *) child->environment); in free_child() 1177 if (child->environment == 0) in start_job_command() 1178 child->environment = target_environment (child->file); in start_job_command() 1188 if (start_remote_job (argv, child->environment, in start_job_command() 1241 argv, child->environment); in start_job_command() 1279 argv, child->environment); in start_job_command() 1311 environ = child->environment; in start_job_command() 1330 proc_return = spawnvpe (P_WAIT, argv[0], argv, child->environment); in start_job_command() [all …]
|
D | NEWS | 125 SHELL environment variable given to programs invoked by make. As 127 it will be set in the environment, just as before. 254 environment. Unfortunately the values were not quoted properly to be 255 passed through the environment. This meant that make didn't properly 259 quoted properly for passing through the environment, which is the 475 * The `MAKEFLAGS' variable (in the environment or in a makefile) can now 478 variable definitions from the environment value of `MAKEFLAGS' or from 483 in the environment when its size is limited. 548 a modified environment like target commands are. As in versions before 549 3.68, they now run with the environment that `make' started with. We [all …]
|
D | README.DOS | 34 environment (requires Perl and auxiliary tools; see below). 56 environment), or the DJGPP port of GNU Tar. 220 for Makefiles; if you set $SHELL in the environment or on the 226 environment, $COMSPEC is used. Also, if an environment variable 229 environment *is* used to set the shell (since on MSDOS, it's 278 environment or in the Makefile.
|
D | INSTALL | 75 details on some of the pertinent environment variables. 78 by setting variables in the command line or in the environment. Here 178 `CONFIG_SITE' environment variable to the location of the site script. 185 environment passed to `configure'. However, some packages may run
|
D | ABOUT-NLS | 93 together with the package. However, the environment variable `LINGUAS' 102 only have to set the `LANG' environment variable to the appropriate 126 This is done through a different environment variable, called 141 In the `LANGUAGE' environment variable, but not in the `LANG' 142 environment variable, `LL_CC' combinations can be abbreviated as `LL'
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKELEVEL | 5 prints the environment variable MAKELEVEL";
|
D | SHELL | 12 # According to POSIX, the value of SHELL in the environment has no impact on
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | fenv.hpp | 11 #error This platform does not have a floating point environment
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.ndk.cfg.in | 11 sys.exit('The environment variable NDK must point to an NDK toolchain.')
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_golden_lin.txt | 11 [0;32m[----------] [mGlobal test environment set-up. 593 [0;32m[----------] [mGlobal test environment tear-down 653 [----------] Global test environment set-up. 692 [----------] Global test environment tear-down 706 [----------] Global test environment set-up. 710 [----------] Global test environment tear-down 716 [----------] Global test environment set-up. 720 [----------] Global test environment tear-down
|
/ndk/build/core/ |
D | init.mk | 172 $(call __ndk_info,Please define HOST_OS in your environment.) 178 $(call ndk_log,Host OS from environment: $(HOST_OS)) 265 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 70 Use the NDK_TOOLCHAIN_VERSION environment variable to switch to a
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | NEWS | 46 Work around a bug in perl 5.004 which doesn't clean the environment 100 Fixed bugs (like dependencies on environment variables).
|