Searched refs:test_env_var (Results 1 - 3 of 3) 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:__anon19092
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_s1146 set test_env_var " "
158 set test_env_var [exec cat $TEST_ENV_FILE]
160 if { $test_env_var==$TEST_LINE_ENV } {
335 set test_env_var 0
347 set test_env_var [exec cat $TEST_ENV_FILE_USER1]
350 if { $test_env_var==$TEST_LINE_ENV } {
354 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:__anon13687
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);

Completed in 177 milliseconds