Home
last modified time | relevance | path

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

12345678910>>...86

/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/libs/androidfw/tests/data/appaslib/
DR.h22 namespace com {
23 namespace android {
24 namespace appaslib {
26 namespace lib {
44 namespace app {
/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/native/services/displayservice/include/displayservice/
DDisplayService.h23 namespace android {
24 namespace frameworks {
25 namespace displayservice {
26 namespace V1_0 {
27 namespace implementation {
DDisplayEventReceiver.h28 namespace android {
29 namespace frameworks {
30 namespace displayservice {
31 namespace V1_0 {
32 namespace implementation {
/frameworks/native/include/gui/bufferqueue/1.0/
DB2HProducerListener.h29 namespace android {
30 namespace hardware {
31 namespace graphics {
32 namespace bufferqueue {
33 namespace V1_0 {
34 namespace utils {
/frameworks/native/services/sensorservice/hidl/
Dutils.h24 namespace android {
25 namespace frameworks {
26 namespace sensorservice {
27 namespace V1_0 {
28 namespace implementation {
DEventQueue.h28 namespace android {
29 namespace frameworks {
30 namespace sensorservice {
31 namespace V1_0 {
32 namespace implementation {
/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/av/media/libstagefright/omx/1.0/
DOmxStore.h25 namespace android {
26 namespace hardware {
27 namespace media {
28 namespace omx {
29 namespace V1_0 {
30 namespace implementation {
DWProducerListener.h28 namespace android {
29 namespace hardware {
30 namespace media {
31 namespace omx {
32 namespace V1_0 {
33 namespace implementation {
DWOmxObserver.h29 namespace android {
30 namespace hardware {
31 namespace media {
32 namespace omx {
33 namespace V1_0 {
34 namespace implementation {
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAssetFactory.java37 String namespace = asset.optString(Utils.NAMESPACE_FIELD, null); in create() local
38 if (namespace == null) { in create()
43 if (namespace.equals(Utils.NAMESPACE_WEB)) { in create()
45 } else if (namespace.equals(Utils.NAMESPACE_ANDROID_APP)) { in create()
48 throw new AssociationServiceException("Namespace " + namespace + " is not supported."); in create()
DAssetMatcherFactory.java34 String namespace = queryObject.optString(Utils.NAMESPACE_FIELD, null); in create() local
35 if (namespace == null) { in create()
40 if (namespace.equals(Utils.NAMESPACE_WEB)) { in create()
42 } else if (namespace.equals(Utils.NAMESPACE_ANDROID_APP)) { in create()
46 String.format(NAMESPACE_NOT_SUPPORTED_STRING, namespace)); in create()
/frameworks/av/include/media/omx/1.0/
DWOmxObserver.h29 namespace android {
30 namespace hardware {
31 namespace media {
32 namespace omx {
33 namespace V1_0 {
34 namespace utils {
DWOmx.h28 namespace android {
29 namespace hardware {
30 namespace media {
31 namespace omx {
32 namespace V1_0 {
33 namespace utils {
/frameworks/base/libs/services/include/android/os/
DDropBoxManager.h28 namespace android {
29 namespace os {
31 using namespace android;
32 using namespace android::base;
33 using namespace android::binder;
34 using namespace std;
/frameworks/base/libs/hwui/tests/common/scenes/
DTestSceneBase.h28 using namespace android;
29 using namespace android::uirenderer;
30 using namespace android::uirenderer::renderthread;
31 using namespace android::uirenderer::test;
/frameworks/av/include/media/
DOMXFenceParcelable.h22 namespace android {
27 namespace hardware {
29 namespace media { namespace omx { namespace V1_0 {
30 namespace implementation {
36 namespace utils {
/frameworks/av/media/libmedia/include/media/
DOMXFenceParcelable.h22 namespace android {
27 namespace hardware {
29 namespace media { namespace omx { namespace V1_0 {
30 namespace implementation {
36 namespace utils {
/frameworks/native/services/schedulerservice/include/schedulerservice/
DSchedulingPolicyService.h22 namespace android {
23 namespace frameworks {
24 namespace schedulerservice {
25 namespace V1_0 {
26 namespace implementation {
/frameworks/base/core/java/android/content/res/
DXmlBlock.java225 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument
226 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue()
229 + namespace + ":" + name + " index = " + idx); in getAttributeValue()
269 …public void require(int type, String namespace, String name) throws XmlPullParserException,IOExcep… in require() argument
271 || (namespace != null && !namespace.equals( getNamespace () ) ) in require()
316 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
318 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue()
324 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
326 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue()
332 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() argument
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java103 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
105 String value = getAttributeValue(namespace, attribute); in getAttributeListValue()
120 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
122 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue()
137 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument
138 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue()
144 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument
145 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue()
164 Map<String, Integer> enumValues = BridgeConstants.NS_RESOURCES.equals(namespace) ? in getAttributeIntValue()
179 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument
[all …]

12345678910>>...86