Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 21 of 21) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockNamedNodeMap.java35 public MockXmlNode addAttribute(String namespace, String localName, String value) { in addAttribute() argument
36 MockXmlNode node = new MockXmlNode(namespace, localName, value); in addAttribute()
38 if (namespace == null) { in addAttribute()
39 namespace = ""; // no namespace in addAttribute()
43 HashMap<String, Node> map = mNodeMap.get(namespace); in addAttribute()
46 mNodeMap.put(namespace, map); in addAttribute()
DMockXmlNode.java56 public MockXmlNode(String namespace, String localName, short node_type, in MockXmlNode() argument
59 mNamespace = namespace; in MockXmlNode()
72 public MockXmlNode(String namespace, String localName, String value) { in MockXmlNode() argument
74 mNamespace = namespace; in MockXmlNode()
103 public void setPrefix(String namespace, String prefix) { in setPrefix() argument
108 mNsMap.put(namespace, prefix); in setPrefix()
111 public String getPrefix(String namespace) { in getPrefix() argument
113 return mNsMap.get(namespace); in getPrefix()
116 return mParent.getPrefix(namespace); in getPrefix()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DContextPullParser.java105 String namespace = getAttributeNamespace(i); in getViewCookie() local
106 if (namespace != null && namespace.equals(TOOLS_URI)) { in getViewCookie()
145 public String getAttributeValue(String namespace, String localName) { in getAttributeValue() argument
150 String value = super.getAttributeValue(namespace, localName); in getAttributeValue()
157 SdkConstants.NS_RESOURCES.equals(namespace)) { in getAttributeValue()
DUiElementPullParser.java346 public String getAttributeValue(String namespace, String localName) { in getAttributeValue() argument
348 ANDROID_URI.equals(namespace)) { in getAttributeValue()
356 ANDROID_URI.equals(namespace)) { in getAttributeValue()
374 Node attribute = xmlNode.getAttributes().getNamedItemNS(namespace, localName); in getAttributeValue()
380 if (attribute == null && namespace != null && !namespace.equals(ANDROID_URI)) { in getAttributeValue()
387 ANDROID_URI.equals(namespace)) { in getAttributeValue()
397 ANDROID_URI.equals(namespace)) { in getAttributeValue()
DBasePullParser.java239 public void require(int type, String namespace, String name) throws XmlPullParserException { in require() argument
240 if (type != getEventType() || (namespace != null && !namespace.equals(getNamespace())) in require()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoring.java234 StringBuilder namespace = null; in computeChanges() local
238 namespace = new StringBuilder(); in computeChanges()
255 namespace.append('\n').append(startIndent).append(indentUnit); in computeChanges()
257 namespace.append(' '); in computeChanges()
259 namespace.append(text); in computeChanges()
269 if (namespace != null) { in computeChanges()
270 sb.append(namespace); in computeChanges()
DChangeLayoutRefactoring.java305 String namespace = getAndroidNamespacePrefix(); in computeChanges() local
313 prefix = namespace; in computeChanges()
337 String namespace = getAndroidNamespacePrefix(); in addMissingWrapContentAttributes() local
346 namespace, ATTR_LAYOUT_WIDTH, VALUE_WRAP_CONTENT); in addMissingWrapContentAttributes()
350 namespace, ATTR_LAYOUT_HEIGHT, VALUE_WRAP_CONTENT); in addMissingWrapContentAttributes()
DExtractStyleRefactoring.java276 String namespace = attribute.getNamespaceURI(); in getAvailableAttributes() local
277 if (namespace != null && !ANDROID_URI.equals(namespace)) { in getAvailableAttributes()
DRelativeLayoutConversionHelper.java284 String namespace = mRefactoring.getAndroidNamespacePrefix(); in createAttachments() local
288 namespace, constraint.getFirst(), constraint.getSecond()); in createAttachments()
292 namespace, constraint.getFirst(), constraint.getSecond()); in createAttachments()
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/
Dp2.inf4 requires.1.namespace=org.eclipse.equinox.p2.iu
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java806 String namespace; in update() local
810 namespace = ANDROID_URI; in update()
816 namespace = AUTO_URI; in update()
819 namespace = URI_PREFIX + info.getPackage(); in update()
825 String rowCount = e.getAttributeNS(namespace, ATTR_ROW_COUNT); in update()
829 String columnCount = e.getAttributeNS(namespace, ATTR_COLUMN_COUNT); in update()
842 String row = e.getAttributeNS(namespace, ATTR_LAYOUT_ROW); in update()
847 String column = e.getAttributeNS(namespace, ATTR_LAYOUT_COLUMN); in update()
852 namespace, ATTR_COLUMN_COUNT); in update()
859 String rowSpan = e.getAttributeNS(namespace, ATTR_LAYOUT_ROW_SPAN); in update()
[all …]
DRenderService.java583 public String getAttributeValue(String namespace, String localName) { in measureChildren()
589 String value = filter.getAttribute(node, namespace, localName); in measureChildren()
598 return super.getAttributeValue(namespace, localName); in measureChildren()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java161 String namespace = getNamespace(parentNode); in addLayoutActions() local
166 "Change LinearLayout Orientation", namespace, ATTR_ORIENTATION), Arrays in addLayoutActions()
372 String namespace = ANDROID_URI; in getNamespace() local
376 namespace = mRulesEngine.getAppNameSpace(); in getNamespace()
379 return namespace; in getNamespace()
DBaseLayoutRule.java631 public String getAttribute(@NonNull INode node, @Nullable String namespace, in onResizeBegin()
635 && SdkConstants.NS_RESOURCES.equals(namespace)) { in onResizeBegin()
639 && SdkConstants.NS_RESOURCES.equals(namespace)) { in onResizeBegin()
DLinearLayoutRule.java791 public String getAttribute(@NonNull INode n, @Nullable String namespace,
796 && SdkConstants.NS_RESOURCES.equals(namespace)) {
/sdk/
Dchanges.txt43 namespace and ignore-attribute.
53 * Find typos in XML namespace declarations, as well as unused custom
54 namespace declarations and usages of custom namespaces in library
/sdk/eclipse/
Ddictionary.txt190 namespace
Dchanges.txt166 and merge tags. This tended to pollute the namespace with a lot of
239 namespace and layout attributes if necessary.
282 views with a new layout, and transfers namespace and layout
818 proper namespace for attributes.
819 - Better error reporting for namespace issue in the manifest.
/sdk/apps/SdkController/
DImplementation.txt5 App is in the namespace com.android.tools.sdkcontroller.
/sdk/templates/docs/
Djquery-1.8.0.min.js2namespace:m.join(".")},o),q=i[l];if(!q){q=i[l]=[],q.delegateCount=0;if(!r.setup||r.setup.call(a,e,… property
Dprettify.js18 …,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterp…