Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 15 of 15) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java41 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
56 public int getAttributeListValue(String namespace, String attribute, String[] options, int in getAttributeListValue()
62 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
68 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
73 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
78 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
84 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
DBridgeLayoutParamsMapAttributes.java41 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
79 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
85 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
91 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
97 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
103 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
109 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
DBridgeXmlBlockParser.java286 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
352 public void require(int type, String namespace, String name) in require()
415 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
426 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue()
436 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
446 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
462 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
472 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue()
/frameworks/base/core/java/android/util/
DAttributeSet.java96 public String getAttributeValue(String namespace, String name); in getAttributeValue()
135 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
147 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
165 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
177 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
191 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
203 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
DXmlPullAttributes.java45 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
57 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
63 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
69 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
75 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
81 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
87 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java103 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
120 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
137 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
144 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
179 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
196 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/frameworks/base/core/java/android/net/
DLocalSocketAddress.java60 private final Namespace namespace; field in LocalSocketAddress
68 public LocalSocketAddress(String name, Namespace namespace) { in LocalSocketAddress()
DLocalSocketImpl.java201 int namespace) throws IOException; in connectLocal()
202 private native void bindLocal(FileDescriptor fd, String name, int namespace) in bindLocal()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAssetFactory.java37 String namespace = asset.optString(Utils.NAMESPACE_FIELD, null); in create() local
DAssetMatcherFactory.java34 String namespace = queryObject.optString(Utils.NAMESPACE_FIELD, null); in create() local
/frameworks/base/core/java/android/content/res/
DXmlBlock.java225 public String getAttributeValue(String namespace, String name) { in getAttributeValue()
269 …public void require(int type, String namespace, String name) throws XmlPullParserException,IOExcep… in require()
316 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
324 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
332 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
340 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
348 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
357 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
534 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java184 public XmlSerializer attribute(String namespace, String name, String value) throws IOException, in attribute()
219 public XmlSerializer endTag(String namespace, String name) throws IOException, in endTag()
297 public String getPrefix(String namespace, boolean generatePrefix) in getPrefix()
355 public void setPrefix(String prefix, String namespace) throws IOException, in setPrefix()
372 public XmlSerializer startTag(String namespace, String name) throws IOException, in startTag()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java92 String namespace = getAttributeNamespace(i); in getViewCookie() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java174 public String getAttributeValue(@Nullable String namespace, String name) { in getAttributeValue()
208 public final String namespace; field in LayoutParserWrapper.Attribute
212 public Attribute(@Nullable String namespace, String name, String value) { in Attribute()
/frameworks/base/services/core/java/com/android/server/timezone/
DPackageStatusStorage.java317 final String namespace = null; in writePackageStatusLocked() local