Home
last modified time | relevance | path

Searched refs:TestParamInfo (Results 1 – 25 of 46) sorted by relevance

12

/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h59 struct TestParamInfo { struct
60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
71 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
395 typedef std::string Type(const TestParamInfo<ParamType>&);
572 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h59 struct TestParamInfo { struct
60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
71 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
395 typedef std::string Type(const TestParamInfo<ParamType>&);
572 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h55 struct TestParamInfo { struct
56 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
67 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
373 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
391 typedef std::string Type(const TestParamInfo<ParamType>&);
567 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h59 struct TestParamInfo { struct
60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
71 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
395 typedef std::string Type(const TestParamInfo<ParamType>&);
572 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h56 struct TestParamInfo { struct
57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() argument
68 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
374 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
491 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
555 TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/external/googletest/googletest/test/
Dgoogletest-param-test-invalid-name2-test_.cc37 const testing::TestParamInfo<const char*>& info) { in StringParamTestSuffix()
Dgoogletest-param-test-test.cc830 std::string operator()(const ::testing::TestParamInfo<std::string>& inf) { in operator ()()
845 const ::testing::TestParamInfo<std::string>& inf) { in CustomParamNameFunction()
867 [](const ::testing::TestParamInfo<std::string>& inf) { in __anon516e946a0202()
934 std::string operator()(const ::testing::TestParamInfo<int>& info) { in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime_test.cc139 static string Name(const ::testing::TestParamInfo<MatMulTestParam>& info) { in Name()
176 static string Name(const ::testing::TestParamInfo<MatMulTestParam>& info) { in Name()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_hlo_test.cc43 ::testing::TestParamInfo<ReduceLayout> reduce_layout_param) { in PrintReduceLayout()
Dslice_test.cc244 string SliceR1TestDataToString(const ::testing::TestParamInfo<R1Spec>& data) { in SliceR1TestDataToString()
469 string R4SpecToString(const ::testing::TestParamInfo<R4Spec>& data) { in R4SpecToString()
Dreduce_window_test.cc575 const ::testing::TestParamInfo< in R4ReduceWindowTestDataToString()
987 const ::testing::TestParamInfo< in R3ReduceWindowTestDataToString()
1134 const ::testing::TestParamInfo< in R2ReduceWindowTestDataToString()
1326 const ::testing::TestParamInfo< in R1ReduceWindowTestDataToString()
Dconv_depthwise_backprop_filter_test.cc109 const ::testing::TestParamInfo< in BatchGroupedConvolution2DTestDataToString()
Dmatrix_ops_simple_test.cc159 const ::testing::TestParamInfo<TestLinspaceMaxParam>& test_param) { in PrintTestLinspaceMaxParam()
Dreduce_precision_test.cc58 string TestDataToString(const ::testing::TestParamInfo<int> data) { in TestDataToString()
Dconv_depthwise_test.cc112 const ::testing::TestParamInfo< in DepthwiseConvolution2DTestDataToString()
Dgrouped_convolution_test.cc121 const ::testing::TestParamInfo< in GroupedConvolution2DTestDataToString()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_eigen_dot_operation_test.cc37 string DotTestSpecToString(const ::testing::TestParamInfo<DotTestSpec>& info) { in DotTestSpecToString()
Dcpu_intrinsic_test.cc45 static string Name(const ::testing::TestParamInfo<IntrinsicTestSpec>& info) { in Name()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dgenerated_examples_zip_test.cc81 string operator()(const ::testing::TestParamInfo<ParamType>& info) const { in operator ()()
/external/deqp-deps/glslang/gtests/
DRemap.FromFile.cpp53 const ::testing::TestParamInfo<RemapTestArgs>& info) { in FileNameAsCustomTestSuffix()
DHlsl.FromFile.cpp52 const ::testing::TestParamInfo<FileNameEntryPointPair>& info) { in FileNameAsCustomTestSuffix()
DTestFixture.cpp40 const ::testing::TestParamInfo<std::string>& info) in FileNameAsCustomTestSuffix()
DSpv.FromFile.cpp57 const ::testing::TestParamInfo<IoMapData>& info) { in FileNameAsCustomTestSuffixIoMap()
/external/libchrome/base/message_loop/
Dmessage_loop_perftest.cc127 ::testing::TestParamInfo<int> param_info) { in ParamInfoToString()
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h466 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \

12