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

  /frameworks/base/libs/hwui/tests/unit/
CanvasContextTests.cpp 28 class ContextFactory : public IContextFactory {
37 ContextFactory contextFactory;
39 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory));
SkiaDisplayListTests.cpp 108 class ContextFactory : public IContextFactory {
117 ContextFactory contextFactory;
119 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory));
RenderNodeTests.cpp 33 class ContextFactory : public android::uirenderer::IContextFactory {
271 ContextFactory contextFactory;
273 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory));
306 ContextFactory contextFactory;
308 CanvasContext::create(renderThread, false, rootNode.get(), &contextFactory));
RenderNodeDrawableTests.cpp 225 class ContextFactory : public IContextFactory {
333 ContextFactory contextFactory;
335 CanvasContext::create(renderThread, false, parent.get(), &contextFactory));
399 ContextFactory contextFactory;
401 CanvasContext::create(renderThread, false, parent.get(), &contextFactory));
519 ContextFactory contextFactory;
521 CanvasContext::create(renderThread, false, parent.get(), &contextFactory));
    [all...]
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 9 #include "mcld/MC/ContextFactory.h"
40 ContextFactory* contextFactory = new ContextFactory(10);
41 contextFactory->produce("/");
42 contextFactory->produce("ab/c");
43 ASSERT_TRUE(2 == contextFactory->size());
44 delete contextFactory;
48 ContextFactory* contextFactory = new ContextFactory(10)
    [all...]
  /external/skqp/tests/
SkpSkGrTest.cpp 407 GrContextFactory contextFactory;
409 GrContext* context = contextFactory.get(kAngle);
411 GrContext* context = contextFactory.get(kNative);
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 806 milliseconds