Home
last modified time | relevance | path

Searched refs:IS_LINUX (Results 1 – 6 of 6) sorted by relevance

/external/googletest/googlemock/test/
Dgmock-function-mocker_nc_test.py6 IS_LINUX = os.name == "posix" and os.uname()[0] == "Linux" variable
7 if not IS_LINUX:
/external/google-breakpad/src/testing/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
98 if IS_LINUX:
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
115 if IS_LINUX:
/external/googletest/googletest/test/
Dgoogletest-env-var-test.py39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
97 if IS_LINUX:
Dgtest_help_test.py45 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
113 if IS_LINUX:
Dgoogletest-output-test.py55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable