Home
last modified time | relevance | path

Searched defs:env (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dexecutor.py9 def run(self, exe_path, cmd, local_cwd, file_deps=None, env=None): argument
29 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
53 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
67 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
113 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
141 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
181 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
Dcompiler.py78 def preprocess(self, source_files, out=None, flags=[], env=None, cwd=None): argument
83 def compile(self, source_files, out=None, flags=[], env=None, cwd=None): argument
88 def link(self, source_files, out=None, flags=[], env=None, cwd=None): argument
93 def compileLink(self, source_files, out=None, flags=[], env=None, argument
100 flags=[], env=None, cwd=None): argument
120 def dumpMacros(self, source_files=None, flags=[], env=None, cwd=None): argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_environment_test.cc127 int RunAllTests(MyEnvironment* env, FailureType failure) { in RunAllTests()
142 MyEnvironment* const env = new MyEnvironment; in main() local
Dgtest_test_utils.py193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None): argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dexecutors.py29 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
Dcompiler.py41 def compile(self, source_files, out=None, flags=None, env=None, cwd=None): argument
46 def link(self, source_files, out=None, flags=None, env=None, cwd=None): argument
/ndk/sources/host-tools/make-3.81/
Dmain.c112 unsigned int env:1; /* Can come from MAKEFLAGS. */ member
1194 BPTR env, file, old; in main() local
2298 handle_non_switch_argument (char *arg, int env) in handle_non_switch_argument()
2401 decode_switches (int argc, char **argv, int env) in decode_switches()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc3695 Environment* UnitTest::AddEnvironment(Environment* env) { in AddEnvironment()
4117 static void SetUpEnvironment(Environment* env) { env->SetUp(); } in SetUpEnvironment()
4118 static void TearDownEnvironment(Environment* env) { env->TearDown(); } in TearDownEnvironment()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1287 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment()
/ndk/sources/host-tools/nawk-20071023/
Drun.c67 jmp_buf env; variable
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc885 const TCHAR* env = _tgetenv(_T("LD_LIBRARY_PATH")); in AddHostLibraryPaths() local