HomeSort by relevance Sort by last modified time
    Searched defs:defineEntityReplacementText (Results 1 - 25 of 49) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 91 public void defineEntityReplacementText(String entityName, String replacementText)
93 throw new XmlPullParserException("defineEntityReplacementText() not supported");
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 25 * (internal entites can still be defined with defineEntityReplacementText()).
122 * @see #defineEntityReplacementText
537 void defineEntityReplacementText( String entityName,
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 144 public void defineEntityReplacementText(String entityName,
147 "defineEntityReplacementText() not supported");
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 284 public void defineEntityReplacementText(String s, String s1) throws XmlPullParserException {
  /libcore/luni/src/test/java/libcore/xml/
XmlPullParserFactoryTest.java 254 public void defineEntityReplacementText(String entityName, String replacementText)
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 116 public void defineEntityReplacementText(String entityName, String replacementText) throws XmlPullParserException {
117 throw new XmlPullParserException("defineEntityReplacementText() not supported");
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 102 * <p>If this is false, the user must {@link #defineEntityReplacementText
    [all...]
  /prebuilts/misc/common/robolectric/lib/
xmlpull-1.1.3.1.jar 
xpp3_min-1.1.4c.jar 
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 

Completed in 207 milliseconds

1 2