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

  /external/skia/src/gpu/
GrPipeline.cpp 54 // Create XferProcessor from DS's XPFactory
56 const GrXPFactory* xpFactory = args.fProcessors->xpFactory();
58 if (xpFactory) {
59 xferProcessor.reset(xpFactory->createXferProcessor(*args.fAnalysis, hasMixedSamples,
  /tools/tradefederation/core/src/com/android/tradefed/util/
EmmaXmlReportParser.java 68 XPathFactory xpFactory = XPathFactory.newInstance();
69 XPath xpath = xpFactory.newXPath();
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PackageManagerOTATestUtils.java 168 XPathFactory xpFactory = XPathFactory.newInstance();
169 XPath xpath = xpFactory.newXPath();

Completed in 112 milliseconds