Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc174 void ConformanceTestSuite::ReportSuccess(const string& test_name) { in ReportSuccess()
185 void ConformanceTestSuite::ReportFailure(const string& test_name, in ReportFailure()
206 void ConformanceTestSuite::ReportSkip(const string& test_name, in ReportSkip()
217 void ConformanceTestSuite::RunTest(const string& test_name, in RunTest()
244 const string& test_name, const string& input, WireFormat input_format, in RunValidInputTest()
353 const string& proto, const string& test_name) { in ExpectParseFailureForProto()
380 const string& proto, const string& test_name) { in ExpectHardParseFailureForProto()
385 const string& test_name, const string& input_json, in RunValidJsonTest()
396 const string& test_name, const TestAllTypes& input, in RunValidJsonTestWithProtobufInput()
409 const string& test_name, const string& input_json, in RunValidJsonTestWithValidator()
[all …]
Dconformance_test_runner.cc93 void RunTest(const std::string& test_name, in RunTest()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h52 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
60 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument
69 #define RENDERTHREAD_TEST(test_case_name, test_name) \ argument
83 #define RENDERTHREAD_SKIA_PIPELINE_TEST(test_case_name, test_name) \ argument
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp616 #define EACH_TEST(TParam_, field_type_name_, test_name) \ argument
627 #define EACH_TEST_SELF(type_, test_name) EACH_TEST(type_, type_, test_name) argument
628 #define EACH_TEST_INPUT(type_, test_name) EACH_TEST(type_::input, type_, test_name) argument
629 #define EACH_TEST_OUTPUT(type_, test_name) EACH_TEST(type_::output, type_, test_name) argument
/frameworks/rs/tests/lldb/tests/
Drun_test.py242 def get_test_dir(test_name): argument