OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNamespaceCount
(Results
1 - 10
of
10
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java
101
public int
getNamespaceCount
(int depth) throws XmlPullParserException {
102
throw new XmlPullParserException("
getNamespaceCount
() not supported");
/dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Element.java
146
int cnt =
getNamespaceCount
();
160
public int
getNamespaceCount
() {
199
for (int i = parser.
getNamespaceCount
(parser.getDepth () - 1);
200
i < parser.
getNamespaceCount
(parser.getDepth ()); i++) {
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java
190
* @see #
getNamespaceCount
550
* int nsStart = pp.
getNamespaceCount
(pp.getDepth()-1);
551
* int nsEnd = pp.
getNamespaceCount
(pp.getDepth());
564
int
getNamespaceCount
(int depth) throws XmlPullParserException;
599
* for (int i =
getNamespaceCount
(getDepth ())-1; i >= 0; i--) {
615
* @see #
getNamespaceCount
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeXmlBlockParser.java
131
public int
getNamespaceCount
(int depth) throws XmlPullParserException {
132
throw new XmlPullParserException("
getNamespaceCount
() not supported");
/frameworks/base/core/java/android/content/res/
XmlBlock.java
126
public int
getNamespaceCount
(int depth) throws XmlPullParserException {
127
throw new XmlPullParserException("
getNamespaceCount
() not supported");
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
ExpatPullParser.java
148
public int
getNamespaceCount
(int depth) throws XmlPullParserException {
/prebuilt/common/kxml2/
kxml2-2.3.0.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 63 milliseconds