Searched defs:createParser (Results 1 - 5 of 5) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteParserFactory.java29 RemoteXmlPullParser createParser(@Nullable String debugName) throws RemoteException; method in interface:RemoteParserFactory
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java133 public XmlPullParser createParser(String displayName) throws XmlPullParserException { method in class:BridgeXmlBlockParserTest.ParserFactoryImpl
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteParserFactoryAdapter.java44 public RemoteXmlPullParser createParser(String debugName) throws RemoteException { method in class:RemoteParserFactoryAdapter
46 return RemoteXmlPullParserAdapter.create(mDelegate.createParser(debugName));
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteParserFactoryAdapter.java37 public XmlPullParser createParser(String debugName) throws XmlPullParserException { method in class:RemoteParserFactoryAdapter
39 return new RemoteXmlPullParserAdapter(mDelegate.createParser(debugName));
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 137 milliseconds