OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNamespaceUri
(Results
1 - 25
of
39
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java
69
public final String
getNamespaceUri
() {
ElementDescriptor.java
459
desc.
getNamespaceUri
().equals(namespaceUri)) {
DescriptorsUtils.java
248
if (nsUri == desc.
getNamespaceUri
() ||
249
(nsUri != null && nsUri.equals(desc.
getNamespaceUri
()))) {
[
all
...]
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java
554
* String ns = pp.
getNamespaceUri
(i);
560
* @see #
getNamespaceUri
585
String
getNamespaceUri
(int pos) throws XmlPullParserException;
601
* return
getNamespaceUri
(i);
617
* @see #
getNamespaceUri
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java
172
String uri = mDescriptor.
getNamespaceUri
();
191
String uri = mDescriptor.
getNamespaceUri
();
238
mDescriptor.
getNamespaceUri
(), xmlValue, true /*override*/);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java
142
if (SdkConstants.NS_RESOURCES.equals(descriptor.
getNamespaceUri
())) {
144
} else if (SdkConstants.XMLNS_URI.equals(descriptor.
getNamespaceUri
())) {
UiElementNode.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java
117
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
118
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/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
/frameworks/base/tools/aapt/
XMLNode.h
66
const String16&
getNamespaceUri
() const;
XMLNode.cpp
484
ns.uri = String8(block->
getNamespaceUri
(&len));
505
String8 uri = String8(block->
getNamespaceUri
(&len));
634
const String16& XMLNode::
getNamespaceUri
() const
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java
175
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
176
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/libcore/luni/src/test/java/libcore/xml/
PullParserTest.java
663
assertEquals("ns:default", parser.
getNamespaceUri
(0));
666
assertEquals("ns:1", parser.
getNamespaceUri
(1));
682
assertEquals("ns:default", parser.
getNamespaceUri
(0));
[
all
...]
/frameworks/base/core/java/android/content/res/
XmlBlock.java
132
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
133
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java
381
pp.
getNamespaceUri
(i)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
402
String dUri = desc.
getNamespaceUri
();
452
String uri = attr.
getNamespaceURI
();
/frameworks/base/include/androidfw/
ResourceTypes.h
665
const uint16_t*
getNamespaceUri
(size_t* outLen) const;
[
all
...]
/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
593
nsUri = ((AttributeDescriptor)choice).
getNamespaceUri
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
535
attrDesc.
getNamespaceUri
(),
568
if (node.
getNamespaceURI
() == null
[
all
...]
/external/robolectric/lib/main/
xpp3-1.1.4c.jar
/external/smack/asmack-master/lib/
xpp3-1.1.4c.jar
Completed in 853 milliseconds
1
2