Searched refs:TestEnv (Results 1 - 5 of 5) sorted by relevance

/external/libyuv/files/source/
H A Dcpu_id.cc129 static bool TestEnv(const char* name) { function
160 if (TestEnv("LIBYUV_DISABLE_X86")) {
163 if (TestEnv("LIBYUV_DISABLE_SSE2")) {
166 if (TestEnv("LIBYUV_DISABLE_SSSE3")) {
169 if (TestEnv("LIBYUV_DISABLE_SSE41")) {
172 if (TestEnv("LIBYUV_DISABLE_SSE42")) {
175 if (TestEnv("LIBYUV_DISABLE_AVX")) {
178 if (TestEnv("LIBYUV_DISABLE_AVX2")) {
181 if (TestEnv("LIBYUV_DISABLE_ASM")) {
195 if (TestEnv("LIBYUV_DISABLE_NEO
[all...]
/external/autotest/client/cros/
H A Dwebstore_test.py46 TestEnv = enum('staging', 'pnl', 'prod', 'sandbox') variable
100 if test_env == TestEnv.prod:
104 TestEnv.staging: 'staging.corp',
105 TestEnv.sandbox: 'staging.sandbox',
106 TestEnv.pnl: 'prod-not-live.corp'
109 TestEnv.staging: 'download-staging.corp',
110 TestEnv.sandbox: 'download-staging.sandbox',
111 TestEnv.pnl: 'omaha.sandbox'
130 def initialize(self, test_env=TestEnv.sandbox,
146 TestEnv
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcpu_id.cc183 static LIBYUV_BOOL TestEnv(const char* name) { function
193 static LIBYUV_BOOL TestEnv(const char*) { function
226 if (TestEnv("LIBYUV_DISABLE_X86")) {
229 if (TestEnv("LIBYUV_DISABLE_SSE2")) {
232 if (TestEnv("LIBYUV_DISABLE_SSSE3")) {
235 if (TestEnv("LIBYUV_DISABLE_SSE41")) {
238 if (TestEnv("LIBYUV_DISABLE_SSE42")) {
241 if (TestEnv("LIBYUV_DISABLE_AVX")) {
244 if (TestEnv("LIBYUV_DISABLE_AVX2")) {
247 if (TestEnv("LIBYUV_DISABLE_ERM
[all...]
/external/autotest/site_utils/autoupdate/lib/
H A Dtest_params.py16 class TestEnv(object): class in inherits:object
/external/autotest/site_utils/autoupdate/
H A Dfull_release_test.py491 env = test_params.TestEnv(args)

Completed in 209 milliseconds