Searched refs:test_env_var (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
H A DCommandLineTest.cpp48 const char test_env_var[] = "LLVM_TEST_COMMAND_LINE_FLAGS"; member in namespace:__anon23187
52 TempEnvVar TEV(test_env_var, "-env-test-opt=hello");
54 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var);
/external/ltp/testcases/commands/su/
H A Dsu01_s1145 set test_env_var " "
156 set test_env_var [exec cat $TEST_ENV_FILE]
158 if { $test_env_var==$TEST_LINE_ENV } {
329 set test_env_var 0
341 set test_env_var [exec cat $TEST_ENV_FILE_USER1]
344 if { $test_env_var==$TEST_LINE_ENV } {
348 if { $test_env_var==$TEST_LINE_ENV } {
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp131 const char test_env_var[] = "LLVM_TEST_COMMAND_LINE_FLAGS"; member in namespace:__anon15040
135 TempEnvVar TEV(test_env_var, "-env-test-opt=hello");
137 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var);
152 TempEnvVar TEV(test_env_var, "-env-test-opt-local=hello-local");
154 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var);
/external/python/cpython3/Lib/test/
H A Dtest_faulthandler.py361 def test_env_var(self): member in class:FaultHandlerTests

Completed in 290 milliseconds