Searched refs:namespace (Results 101 - 125 of 1578) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java45 public String getAttributeValue(String namespace, String name) { argument
46 return mParser.getAttributeValue(namespace, name);
57 public int getAttributeListValue(String namespace, String attribute, argument
60 getAttributeValue(namespace, attribute), options, defaultValue);
63 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
66 getAttributeValue(namespace, attribute), defaultValue);
69 public int getAttributeResourceValue(String namespace, String attribute, argument
72 getAttributeValue(namespace, attribute), defaultValue);
75 public int getAttributeIntValue(String namespace, String attribute, argument
78 getAttributeValue(namespace, attribut
81 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
87 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
H A DAttributeSet.java90 * @param namespace The namespace of the attribute to get the value from.
96 public String getAttributeValue(String namespace, String name); argument
127 * @param namespace Namespace of attribute to retrieve.
135 public int getAttributeListValue(String namespace, String attribute, argument
141 * @param namespace Namespace of attribute to retrieve.
147 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
159 * @param namespace Namespace of attribute to retrieve.
165 public int getAttributeResourceValue(String namespace, String attribute, argument
171 * @param namespace Namespac
177 getAttributeIntValue(String namespace, String attribute, int defaultValue) argument
191 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
203 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAssetMatcherFactory.java34 String namespace = queryObject.optString(Utils.NAMESPACE_FIELD, null);
35 if (namespace == null) {
40 if (namespace.equals(Utils.NAMESPACE_WEB)) {
42 } else if (namespace.equals(Utils.NAMESPACE_ANDROID_APP)) {
46 String.format(NAMESPACE_NOT_SUPPORTED_STRING, namespace));
/frameworks/av/include/camera/camera2/
H A DCaptureRequest.h25 namespace android {
29 namespace hardware {
30 namespace camera2 {
44 } // namespace camera2
45 } // namespace hardware
54 } // namespace android
/frameworks/base/libs/hwui/renderthread/
H A DTimeLord.h21 namespace android {
22 namespace uirenderer {
23 namespace renderthread {
49 } /* namespace renderthread */
50 } /* namespace uirenderer */
51 } /* namespace android */
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DMimeTypeUtil.h22 namespace android {
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DUtils.h24 namespace android {
28 } // namespace android
/frameworks/av/include/media/stagefright/
H A DProcessInfoInterface.h22 namespace android {
32 } // namespace android
/frameworks/av/include/media/stagefright/foundation/
H A Dbase64.h23 namespace android {
31 } // namespace android
H A Dhexdump.h23 namespace android {
31 } // namespace android
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPBase.h21 namespace android {
47 } // namespace android
/frameworks/av/media/mtp/
H A DMtpUtils.h22 namespace android {
27 }; // namespace android
/frameworks/av/media/ndk/
H A DNdkMediaCryptoPriv.h35 using namespace android;
/frameworks/av/services/audiopolicy/common/include/
H A DRoutingStrategy.h19 namespace android {
38 }; //namespace android
/frameworks/base/cmds/bootanimation/
H A Daudioplay.h23 namespace audioplay {
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.h24 namespace android {
28 }; // namespace android
H A Dandroid_os_Parcel.h21 namespace android {
H A Dandroid_view_KeyCharacterMap.h24 namespace android {
30 } // namespace android
/frameworks/base/include/android_runtime/
H A Dandroid_content_res_Configuration.h28 namespace android {
33 } // namespace android
H A Dandroid_hardware_camera2_CameraMetadata.h24 namespace android {
32 } /*namespace android*/
/frameworks/base/include/androidfw/
H A DLocaleData.h23 namespace android {
34 } // namespace android
/frameworks/base/tools/aapt/tests/
H A DTestHelper.h22 namespace android {
/frameworks/base/tools/aapt2/flatten/
H A DResourceTypeExtensions.h22 namespace aapt {
34 } // namespace aapt
/frameworks/base/tools/split-select/
H A DGrouper.h25 namespace split {
30 } // namespace split
/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h14 namespace mcld {
20 } // namespace mcld

Completed in 664 milliseconds

1234567891011>>