Home
last modified time | relevance | path

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

12345678910>>...44

/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/compile/mclinker/lib/Support/Windows/
DFileSystem.inc11 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
DSystem.inc14 namespace mcld{
15 namespace sys{
17 } // namespace of sys
18 } // namespace of mcld
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc15 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
DSystem.inc14 namespace mcld{
15 namespace sys{
22 } // namespace of sys
23 } // namespace of mcld
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java41 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
DBridgeXmlBlockParser.java285 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/
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/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java82 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/
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/compile/mclinker/include/mcld/Support/
DPathCache.h21 namespace mcld {
22 namespace sys {
23 namespace fs {
25 namespace {
DRealPath.h17 namespace mcld {
18 namespace sys {
19 namespace fs {
52 namespace std {
DFileSystem.h26 namespace mcld {
27 namespace sys {
29 namespace fs {
91 namespace detail
/frameworks/compile/mclinker/unittests/
DDirIteratorTest.h14 namespace mcld {
15 namespace sys {
16 namespace fs {
23 namespace mcldtest
/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/support/v7/gridlayout/
DREADME.txt18 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/
DLinker.h15 namespace mcld {
24 namespace sys { namespace fs {
32 namespace alone {
/frameworks/compile/libbcc/include/bcc/
DLinker.h22 namespace mcld {
31 namespace sys { namespace fs {
39 namespace bcc {
/frameworks/compile/mclinker/include/mcld/MC/
DSearchDirs.h18 namespace mcld
24 namespace sys {
25 namespace fs {
/frameworks/compile/llvm-ndk-cc/
DBackend.h13 namespace llvm {
22 namespace clang {
30 namespace ndkpc {
/frameworks/compile/slang/
Dslang_rs_backend.h25 namespace llvm {
29 namespace clang {
39 namespace slang {
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
DInitialization.h13 namespace alone {
15 namespace init {
/frameworks/compile/libbcc/include/bcc/Support/
DInitialization.h20 namespace bcc {
22 namespace init {
/frameworks/native/opengl/libagl/
Dprimitives.h26 namespace android {
28 namespace gl {

12345678910>>...44