HomeSort by relevance Sort by last modified time
    Searched refs:info5 (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
GrContextFactoryTest.cpp 134 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); local
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());
  /cts/tests/tests/print/src/android/print/cts/
ClassParametersTest.java 267 PrintDocumentInfo info5 = new PrintDocumentInfo.Builder("doc").setPageCount(0).build(); local
268 assertEquals(PrintDocumentInfo.PAGE_COUNT_UNKNOWN, info5.getPageCount());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history_unittest.cc 188 PacketInfo info5(0, kMaxSeqNo);
189 EXPECT_TRUE(history_.GetInfo(&info5, true));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc 399 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info5(
403 .WillRepeatedly(Return(info5.get()));
    [all...]

Completed in 323 milliseconds