Home
last modified time | relevance | path

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

/external/skia/tests/
DGrContextFactoryTest.cpp126 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); variable
127 if (!info4.grContext()) {
130 REPORTER_ASSERT(reporter, info3.grContext() != info4.grContext());
131 REPORTER_ASSERT(reporter, info3.testContext() != info4.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.cc184 PacketInfo info4(0, 0); in TEST_F() local
185 EXPECT_TRUE(history_.GetInfo(&info4, false)); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc394 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info4( in TEST() local
398 .WillRepeatedly(Return(info4.get())); in TEST()