Home
last modified time | relevance | path

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

/external/googletest/googletest/test/
Dgoogletest-env-var-test.py39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgtest_help_test.py60 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgoogletest-output-test.py55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-env-var-test.py39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgtest_help_test.py45 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgoogletest-output-test.py55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-env-var-test.py39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgtest_help_test.py60 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgoogletest-output-test.py55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/external/google-benchmark/
Dsetup.py14 IS_LINUX = platform.system() == "Linux" variable
/external/lzma/Asm/x86/
D7zAsm.asm31 IS_LINUX equ 1 define
33 IS_LINUX equ 0 define