Searched refs:RunTest (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/bqhelper/tests/ |
D | FrameDropper_test.cpp | 99 void RunTest(const TestFrame* frames, size_t size) { in RunTest() function in android::FrameDropperTest 118 RunTest(testFrames20Fps, ARRAY_SIZE(testFrames20Fps)); in TEST_F() 122 RunTest(testFrames30Fps, ARRAY_SIZE(testFrames30Fps)); in TEST_F() 126 RunTest(testFrames40Fps, ARRAY_SIZE(testFrames40Fps)); in TEST_F() 130 RunTest(testFrames60Fps, ARRAY_SIZE(testFrames60Fps)); in TEST_F() 134 RunTest(testFramesVariableFps, ARRAY_SIZE(testFramesVariableFps)); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Program.cs | 54 while (RunTest(input, output, typeRegistry)) in Main() 61 … private static bool RunTest(BinaryReader input, BinaryWriter output, TypeRegistry typeRegistry) in RunTest() method in Google.Protobuf.Conformance.Program
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_test.h | 69 virtual void RunTest(const std::string& test_name, 124 void RunTest(const std::string& test_name,
|
D | conformance_test.cc | 217 void ConformanceTestSuite::RunTest(const string& test_name, in RunTest() function in google::protobuf::ConformanceTestSuite 228 runner_->RunTest(test_name, serialized_request, &serialized_response); in RunTest() 270 RunTest(test_name, request, &response); in RunValidInputTest() 363 RunTest(effective_test_name, request, &response); in ExpectParseFailureForProto() 418 RunTest(effective_test_name, request, &response); in RunValidJsonTestWithValidator() 458 RunTest(effective_test_name, request, &response); in ExpectParseFailureForJson() 482 RunTest(effective_test_name, request, &response); in ExpectSerializeFailureForJson()
|
D | conformance_test_runner.cc | 93 void RunTest(const std::string& test_name, in RunTest() function in ForkPipeRunner
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | json_stream_parser_test.cc | 89 util::Status RunTest(StringPiece json, int split, bool coerce_utf8 = false) { in RunTest() function in google::protobuf::util::converter::JsonStreamParserTest 120 util::Status result = RunTest(json, split, coerce_utf8); in DoTest() 129 util::Status result = RunTest(json, split, coerce_utf8); in DoErrorTest()
|