Home
last modified time | relevance | path

Searched refs:info5 (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DGrContextFactoryTest.cpp134 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); variable
135 REPORTER_ASSERT(reporter, info5.grContext());
136 REPORTER_ASSERT(reporter, info5.testContext());
137 REPORTER_ASSERT(reporter, info5.grContext() != info4.grContext());
138 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext());
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc188 PacketInfo info5(0, kMaxSeqNo); in TEST_F() local
189 EXPECT_TRUE(history_.GetInfo(&info5, true)); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc399 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info5( in TEST() local
403 .WillRepeatedly(Return(info5.get())); in TEST()