/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/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 11 namespace mcld{ 12 namespace sys{ 13 namespace fs{ 14 namespace detail{ 24 } // namespace of detail 25 } // namespace of fs 26 } // namespace of sys 27 } // namespace of mcld
|
D | System.inc | 14 namespace mcld{ 15 namespace sys{ 17 } // namespace of sys 18 } // namespace of mcld
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 15 namespace mcld{ 16 namespace sys{ 17 namespace fs{ 18 namespace detail{ 52 } // namespace of detail 53 } // namespace of fs 54 } // namespace of sys 55 } // namespace of mcld
|
D | System.inc | 14 namespace mcld{ 15 namespace sys{ 22 } // namespace of sys 23 } // namespace of mcld
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeLayoutParamsMapAttributes.java | 41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 42 if (BridgeConstants.NS_RESOURCES.equals(namespace)) { in getAttributeValue() 79 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 85 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 91 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument 97 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 103 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 109 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
|
D | BridgeXmlBlockParser.java | 285 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument 286 return mParser.getAttributeValue(namespace, name); in getAttributeValue() 351 public void require(int type, String namespace, String name) in require() argument 354 || (namespace != null && !namespace.equals(getNamespace())) in require() 414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue() 425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() argument 426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue() 435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument 436 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/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 82 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument 84 String value = getAttributeValue(namespace, attribute); in getAttributeListValue() 99 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument 101 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue() 116 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument 117 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue() 123 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() argument 125 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue() 140 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument 142 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue() [all …]
|
/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/compile/mclinker/include/mcld/Support/ |
D | PathCache.h | 21 namespace mcld { 22 namespace sys { 23 namespace fs { 25 namespace {
|
D | RealPath.h | 17 namespace mcld { 18 namespace sys { 19 namespace fs { 52 namespace std {
|
D | FileSystem.h | 26 namespace mcld { 27 namespace sys { 29 namespace fs { 91 namespace detail
|
/frameworks/compile/mclinker/unittests/ |
D | DirIteratorTest.h | 14 namespace mcld { 15 namespace sys { 16 namespace fs { 23 namespace mcldtest
|
/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/support/v7/gridlayout/ |
D | README.txt | 18 namespace of the app, as those attributes have been redefined in 20 those attributes in their namespace. 22 To know which attributes need the application namespace, look at 32 …xmlns:app="http://schemas.android.com/apk/res-auto" <==== the namespace used for the library proj… 39 app:layout_column="1" <=== again, note the app: namespace 60 …android:layout_width="21dp" <=== use the android namespace for width, height e…
|
/frameworks/compile/mclinker/tools/mcld/include/alone/ |
D | Linker.h | 15 namespace mcld { 24 namespace sys { namespace fs { 32 namespace alone {
|
/frameworks/compile/libbcc/include/bcc/ |
D | Linker.h | 22 namespace mcld { 31 namespace sys { namespace fs { 39 namespace bcc {
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | SearchDirs.h | 18 namespace mcld 24 namespace sys { 25 namespace fs {
|
/frameworks/compile/llvm-ndk-cc/ |
D | Backend.h | 13 namespace llvm { 22 namespace clang { 30 namespace ndkpc {
|
/frameworks/compile/slang/ |
D | slang_rs_backend.h | 25 namespace llvm { 29 namespace clang { 39 namespace slang {
|
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/ |
D | Initialization.h | 13 namespace alone { 15 namespace init {
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | Initialization.h | 20 namespace bcc { 22 namespace init {
|
/frameworks/native/opengl/libagl/ |
D | primitives.h | 26 namespace android { 28 namespace gl {
|