/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
D | MockNamedNodeMap.java | 35 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()
|
D | MockXmlNode.java | 56 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/ |
D | ContextPullParser.java | 105 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()
|
D | UiElementPullParser.java | 346 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()
|
D | BasePullParser.java | 239 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/ |
D | WrapInRefactoring.java | 234 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()
|
D | ChangeLayoutRefactoring.java | 305 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()
|
D | ExtractStyleRefactoring.java | 276 String namespace = attribute.getNamespaceURI(); in getAvailableAttributes() local 277 if (namespace != null && !ANDROID_URI.equals(namespace)) { in getAvailableAttributes()
|
D | RelativeLayoutConversionHelper.java | 284 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/ |
D | p2.inf | 4 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/ |
D | OutlinePage.java | 806 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 …]
|
D | RenderService.java | 583 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/ |
D | GridLayoutRule.java | 161 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()
|
D | BaseLayoutRule.java | 631 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()
|
D | LinearLayoutRule.java | 791 public String getAttribute(@NonNull INode n, @Nullable String namespace, 796 && SdkConstants.NS_RESOURCES.equals(namespace)) {
|
/sdk/ |
D | changes.txt | 43 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/ |
D | dictionary.txt | 190 namespace
|
D | changes.txt | 166 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/ |
D | Implementation.txt | 5 App is in the namespace com.android.tools.sdkcontroller.
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …namespace:m.join(".")},o),q=i[l];if(!q){q=i[l]=[],q.delegateCount=0;if(!r.setup||r.setup.call(a,e,… property
|
D | prettify.js | 18 …,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterp…
|