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

1 2 3 4 5 6

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 66 * Returned by {@link HtmlParser#getAttributeType()}
163 public ATTR_TYPE getAttributeType();
226 * {@link #getAttributeType()} returning {@code .ATTR_TYPE#URI}.
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteXmlPullParser.java 89 String getAttributeType(int index) throws RemoteException;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 132 public String getAttributeType(int arg0) {
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteXmlPullParserAdapter.java 185 public String getAttributeType(int index) throws RemoteException {
186 return mDelegate.getAttributeType(index);
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteXmlPullParserAdapter.java 284 public String getAttributeType(int index) {
286 return mDelegate.getAttributeType(index);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
DirectoryScannerTest.java 131 assertEquals(ScanState.class.getName(),acn.getAttributeType());
ScanManagerTest.java 208 assertEquals(ScanState.class.getName(),acn.getAttributeType());
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
DirectoryScannerTest.java 131 assertEquals(ScanState.class.getName(),acn.getAttributeType());
ScanManagerTest.java 208 assertEquals(ScanState.class.getName(),acn.getAttributeType());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 74 def getAttributeType(self, aname):
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 271 public String getAttributeType(int index) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 354 public String getAttributeType(int i) {
  /libcore/luni/src/test/java/libcore/xml/
XmlPullParserFactoryTest.java 334 public String getAttributeType(int index) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 76 def getAttributeType(self, aname):
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 334 public String getAttributeType(int index) {
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 218 public String getAttributeType(int index) {
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 232 && (getAttributeType() == ATTR_TYPE.STYLE))
237 public ATTR_TYPE getAttributeType() {
308 if (getAttributeType() != ATTR_TYPE.URI) {
409 && getAttributeType() == ATTR_TYPE.URI

Completed in 2716 milliseconds

1 2 3 4 5 6