Home
last modified time | relevance | path

Searched full:test_expr (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/site_tests/platform_MTBF/
Dspera_config.json7 "test_expr": "ui.GoogleMeetCUJ.basic_two", string
13 "test_expr": "ui.GoogleMeetCUJ.basic_small", string
19 "test_expr": "ui.GoogleMeetCUJ.basic_large", string
25 "test_expr": "ui.GoogleMeetCUJ.basic_class", string
31 "test_expr": "ui.GoogleMeetCUJ.plus_large", string
38 "test_expr": "ui.GoogleMeetCUJ.plus_class", string
45 "test_expr": "ui.GoogleMeetCUJ.premium_large", string
52 "test_expr": "ui.TabSwitchCUJ2.basic_noproxy", string
58 "test_expr": "ui.TabSwitchCUJ2.plus_noproxy", string
65 "test_expr": "ui.TabSwitchCUJ2.premium_noproxy", string
[all …]
Dgenerate_tests.py77 new_test['test_expr'] = _substitute_constants(new_test['test_expr'],
166 test_data['test_expr'] +
172 test_exprs=test_data['test_expr'],
Dconfig_schema.yaml29 test_expr:
46 - test_expr
/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp47 static void test_expr() in test_expr() function
144 CALL_SUBTEST(test_expr<ColMajor>()); in EIGEN_DECLARE_TEST()
145 CALL_SUBTEST(test_expr<RowMajor>()); in EIGEN_DECLARE_TEST()
Dcxx11_tensor_convolution_sycl.cpp265 static void test_expr(const Eigen::SyclDevice& sycl_device) in test_expr() function
457 test_expr<float, ColMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
458 test_expr<float, RowMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
Dcxx11_tensor_contraction.cpp252 static void test_expr() in test_expr() function
577 CALL_SUBTEST_4(test_expr<ColMajor>()); in EIGEN_DECLARE_TEST()
578 CALL_SUBTEST_4(test_expr<RowMajor>()); in EIGEN_DECLARE_TEST()
/external/dtc/tests/
Dinteger-expressions.c20 static struct test_expr { struct
/external/rust/crates/thiserror/tests/
Dtest_display.rs104 fn test_expr() { in test_expr() function
/external/autotest/contrib/
Dsuite_utils.py48 # and grab the test_expr from the 'tast' run command
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference_test.py189 def test_expr(self): member in TypeInferenceAnalyzerTest
/external/python/cpython3/Lib/test/
Dtest_ast.py1302 def test_expr(self): member in ASTValidatorTests