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

  /external/skia/tests/
GrContextFactoryTest.cpp 135 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); local
136 REPORTER_ASSERT(reporter, info5.grContext());
137 REPORTER_ASSERT(reporter, info5.testContext());
138 REPORTER_ASSERT(reporter, info5.grContext() != info4.grContext());
139 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext());
  /external/skqp/tests/
GrContextFactoryTest.cpp 135 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); local
136 REPORTER_ASSERT(reporter, info5.grContext());
137 REPORTER_ASSERT(reporter, info5.testContext());
138 REPORTER_ASSERT(reporter, info5.grContext() != info4.grContext());
139 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext());
  /cts/tests/tests/print/src/android/print/cts/
ClassParametersTest.java 271 PrintDocumentInfo info5 = new PrintDocumentInfo.Builder("doc").setPageCount(0).build(); local
272 assertEquals(PrintDocumentInfo.PAGE_COUNT_UNKNOWN, info5.getPageCount());

Completed in 153 milliseconds