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

  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 9 #include <mcld/MC/ContextFactory.h>
45 ContextFactory *contextFactory = new ContextFactory(10);
46 contextFactory->produce("/");
47 contextFactory->produce("ab/c");
48 ASSERT_TRUE( 2 == contextFactory->size());
49 delete contextFactory;
53 ContextFactory *contextFactory = new ContextFactory(10)
    [all...]
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 408 GrContextFactory contextFactory;
410 GrContext* context = contextFactory.get(kAngle);
412 GrContext* context = contextFactory.get(kNative);
  /external/skia/tests/
SkpSkGrTest.cpp 408 GrContextFactory contextFactory;
410 GrContext* context = contextFactory.get(kAngle);
412 GrContext* context = contextFactory.get(kNative);

Completed in 441 milliseconds