Home
last modified time | relevance | path

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

12345678910>>...27

/frameworks/base/core/java/android/util/
DXmlPullAttributes.java45 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 …]
DAttributeSet.java96 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/
DBridgeLayoutParamsMapAttributes.java40 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
DBridgeXmlBlockParser.java252 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/
DLocalSocketAddress.java60 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/
DXmlBlock.java223 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/
DFastXmlSerializer.java152 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/
Dprimitives.h26 namespace android {
28 namespace gl {
Darray.h25 namespace android {
27 namespace gl {
Dlight.h32 namespace android {
34 namespace gl {
Dvertex.h25 namespace android {
27 namespace gl {
/frameworks/compile/slang/
Dslang_rs_backend.h24 namespace llvm {
28 namespace clang {
38 namespace slang {
Dslang_utils.h22 namespace llvm {
26 namespace slang {
Dslang_rs_export_func.h32 namespace llvm {
36 namespace clang {
40 namespace slang {
Dslang_backend.h30 namespace llvm {
39 namespace clang {
47 namespace slang {
/frameworks/base/libs/rs/
DrsMutex.h23 namespace android {
24 namespace renderscript {
DrsProgramBase.h24 namespace android {
25 namespace renderscript {
DrsDevice.h23 namespace android {
24 namespace renderscript {
DrsSignal.h23 namespace android {
24 namespace renderscript {
DrsFifo.h23 namespace android {
24 namespace renderscript {
DrsFifoSocket.h23 namespace android {
24 namespace renderscript {
/frameworks/base/include/private/hwui/
DDrawGlInfo.h20 namespace android {
21 namespace uirenderer {
/frameworks/compile/libbcc/lib/Disassembler/
DDisassembler.h26 namespace llvm {
31 namespace bcc {
/frameworks/base/libs/hwui/
DFboCache.h24 namespace android {
25 namespace uirenderer {
DDisplayListLogBuffer.h23 namespace android {
24 namespace uirenderer {

12345678910>>...27