/frameworks/base/core/java/android/util/ |
D | XmlPullAttributes.java | 45 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 46 return mParser.getAttributeValue(namespace, name); in getAttributeValue() 57 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 60 getAttributeValue(namespace, attribute), options, defaultValue); in getAttributeListValue() 63 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 66 getAttributeValue(namespace, attribute), defaultValue); in getAttributeBooleanValue() 69 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 72 getAttributeValue(namespace, attribute), defaultValue); in getAttributeResourceValue() 75 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 78 getAttributeValue(namespace, attribute), defaultValue); in getAttributeIntValue() [all …]
|
D | AttributeSet.java | 96 public String getAttributeValue(String namespace, String name); in getAttributeValue() argument 135 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 147 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 165 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 177 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 191 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 203 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeLayoutParamsMapAttributes.java | 40 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 41 if (BridgeConstants.NS_RESOURCES.equals(namespace)) { in getAttributeValue() 72 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 77 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 82 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 87 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 92 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 97 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
D | BridgeXmlBlockParser.java | 252 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 253 return mParser.getAttributeValue(namespace, name); in getAttributeValue() 316 public void require(int type, String namespace, String name) in require() argument 319 || (namespace != null && !namespace.equals(getNamespace())) in require() 374 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 376 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue() 383 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() argument 384 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue() 391 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument 392 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue); in getAttributeIntValue() [all …]
|
/frameworks/base/core/java/android/net/ |
D | LocalSocketAddress.java | 60 private final Namespace namespace; field in LocalSocketAddress 68 public LocalSocketAddress(String name, Namespace namespace) { in LocalSocketAddress() argument 70 this.namespace = namespace; in LocalSocketAddress() 98 return namespace; in getNamespace()
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 223 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 224 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue() 227 + namespace + ":" + name + " index = " + idx); in getAttributeValue() 267 …public void require(int type, String namespace, String name) throws XmlPullParserException,IOExcep… in require() argument 269 || (namespace != null && !namespace.equals( getNamespace () ) ) in require() 314 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue() 322 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue() 330 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastXmlSerializer.java | 152 public XmlSerializer attribute(String namespace, String name, String value) throws IOException, in attribute() argument 155 if (namespace != null) { in attribute() 156 append(namespace); in attribute() 186 public XmlSerializer endTag(String namespace, String name) throws IOException, in endTag() argument 192 if (namespace != null) { in endTag() 193 append(namespace); in endTag() 259 public String getPrefix(String namespace, boolean generatePrefix) in getPrefix() argument 314 public void setPrefix(String prefix, String namespace) throws IOException, in setPrefix() argument 330 public XmlSerializer startTag(String namespace, String name) throws IOException, in startTag() argument 336 if (namespace != null) { in startTag() [all …]
|
/frameworks/base/opengl/libagl/ |
D | primitives.h | 26 namespace android { 28 namespace gl {
|
D | array.h | 25 namespace android { 27 namespace gl {
|
D | light.h | 32 namespace android { 34 namespace gl {
|
D | vertex.h | 25 namespace android { 27 namespace gl {
|
/frameworks/compile/slang/ |
D | slang_rs_backend.h | 24 namespace llvm { 28 namespace clang { 38 namespace slang {
|
D | slang_utils.h | 22 namespace llvm { 26 namespace slang {
|
D | slang_rs_export_func.h | 32 namespace llvm { 36 namespace clang { 40 namespace slang {
|
D | slang_backend.h | 30 namespace llvm { 39 namespace clang { 47 namespace slang {
|
/frameworks/base/libs/rs/ |
D | rsMutex.h | 23 namespace android { 24 namespace renderscript {
|
D | rsProgramBase.h | 24 namespace android { 25 namespace renderscript {
|
D | rsDevice.h | 23 namespace android { 24 namespace renderscript {
|
D | rsSignal.h | 23 namespace android { 24 namespace renderscript {
|
D | rsFifo.h | 23 namespace android { 24 namespace renderscript {
|
D | rsFifoSocket.h | 23 namespace android { 24 namespace renderscript {
|
/frameworks/base/include/private/hwui/ |
D | DrawGlInfo.h | 20 namespace android { 21 namespace uirenderer {
|
/frameworks/compile/libbcc/lib/Disassembler/ |
D | Disassembler.h | 26 namespace llvm { 31 namespace bcc {
|
/frameworks/base/libs/hwui/ |
D | FboCache.h | 24 namespace android { 25 namespace uirenderer {
|
D | DisplayListLogBuffer.h | 23 namespace android { 24 namespace uirenderer {
|