Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/bqhelper/tests/
DFrameDropper_test.cpp99 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/
DProgram.cs54 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/
Dconformance_test.h69 virtual void RunTest(const std::string& test_name,
124 void RunTest(const std::string& test_name,
Dconformance_test.cc217 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()
Dconformance_test_runner.cc93 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/
Djson_stream_parser_test.cc89 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()