Searched refs:namespace (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/frameworks/base/media/libdrm/mobile2/include/util/domcore/
H A DVector.h19 using namespace ustl;
H A Dstack.h19 using namespace ustl;
H A DDOMString.h20 using namespace ustl;
/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java24 * abstract (non-filesystem) UNIX domain namespace.
29 * The namespace that this address exists in. See also
33 /** A socket in the Linux abstract namespace */
36 * A socket in the Android reserved namespace in /dev/socket.
60 private final Namespace namespace; field in class:LocalSocketAddress
66 * @param namespace namespace the name should be created in.
68 public LocalSocketAddress(String name, Namespace namespace) { argument
70 this.namespace = namespace;
[all...]
/frameworks/base/libs/rs/
H A DrsFileA3DDecls.h23 namespace android {
24 namespace renderscript {
H A DrsDevice.h23 namespace android {
24 namespace renderscript {
H A DrsNoise.h21 namespace android {
22 namespace renderscript {
H A DrsThreadIO.h24 namespace android {
25 namespace renderscript {
/frameworks/base/opengl/libagl/
H A Darray.h25 namespace android {
27 namespace gl {
34 }; // namespace android
H A Dcontext.h20 using namespace android::gl;
H A Dprimitives.h26 namespace android {
28 namespace gl {
34 }; // namespace android
H A Dlight.h32 namespace android {
34 namespace gl {
42 }; // namespace android
/frameworks/base/include/android_runtime/
H A DActivityManager.h22 namespace android {
H A Dandroid_util_AssetManager.h24 namespace android {
/frameworks/base/tools/aidl/
H A Dgenerate_java.h8 using namespace std;
H A Dsearch_path.h9 using namespace std;
/frameworks/base/tools/localize/
H A Dres_check.h8 using namespace std;
H A Dxmb.h7 using namespace std;
/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.java62 public String getAttributeValue(String namespace, String name); argument
91 public int getAttributeListValue(String namespace, String attribute, argument
102 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
119 public int getAttributeResourceValue(String namespace, String attribute, argument
130 public int getAttributeIntValue(String namespace, String attribute, argument
143 public int getAttributeUnsignedIntValue(String namespace, String attribute, argument
154 public float getAttributeFloatValue(String namespace, String attribute, argument
/frameworks/base/include/media/stagefright/
H A DMediaDefs.h21 namespace android {
42 } // namespace android
/frameworks/base/include/private/utils/
H A DStatic.h23 namespace android {
35 } // namespace android
/frameworks/base/include/utils/
H A DSystemClock.h23 namespace android {
29 }; // namespace android
/frameworks/base/libs/surfaceflinger/
H A DBlurFilter.h26 namespace android {
33 } // namespace android
H A Dclz.h21 namespace android {
35 }; // namespace android

Completed in 188 milliseconds

1234567891011>>