Searched refs:namespace (Results 251 - 275 of 1039) sorted by relevance

<<11121314151617181920>>

/frameworks/wilhelm/src/android/
H A DCallbackProtector.h20 namespace android {
78 } // namespace android
H A Dandroid_AudioToCbRenderer.h23 namespace android {
55 } // namespace android
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java57 // get the attribute namespace
69 // this is not an attribute in the android namespace, we query the customviewloader, if
82 public int getAttributeListValue(String namespace, String attribute, argument
84 String value = getAttributeValue(namespace, attribute);
99 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
101 String value = getAttributeValue(namespace, attribute);
116 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { argument
117 String value = getAttributeValue(namespace, attribute);
123 public int getAttributeIntValue(String namespace, String attribute, argument
125 String value = getAttributeValue(namespace, attribut
140 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
157 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
/frameworks/compile/llvm-ndk-cc/
H A DBackend.h13 namespace llvm {
22 namespace clang {
30 namespace ndkpc {
/frameworks/compile/slang/
H A Dslang_rs_backend.h25 namespace llvm {
29 namespace clang {
39 namespace slang {
92 } // namespace slang
H A Dslang_rs_export_func.h32 namespace llvm {
36 namespace clang {
38 } // namespace clang
40 namespace slang {
108 } // namespace slang
H A Dslang_backend.h30 namespace llvm {
39 namespace clang {
47 namespace slang {
139 } // namespace slang
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java223 public String getAttributeValue(String namespace, String name) { argument
224 int idx = nativeGetAttributeIndex(mParseState, namespace, name);
227 + namespace + ":" + name + " index = " + idx);
267 public void require(int type, String namespace, String name) throws XmlPullParserException,IOException { argument
269 || (namespace != null && !namespace.equals( getNamespace () ) )
314 public int getAttributeListValue(String namespace, String attribute, argument
316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
322 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribut
330 getAttributeResourceValue(String namespace, String attribute, int defaultValue) argument
338 getAttributeIntValue(String namespace, String attribute, int defaultValue) argument
346 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
355 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
512 nativeGetAttributeIndex(int state, String namespace, String name) argument
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h15 namespace mcld
30 namespace proxy
40 } // namespace of template proxy
89 namespace proxy
107 } //namespace of template proxy
129 } // namespace of mcld
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetMachine.h18 namespace llvm
26 } // namespace of llvm
28 namespace mcld
34 using namespace llvm;
123 } // namespace of mcld
/frameworks/av/cmds/stagefright/
H A DSineSource.h7 namespace android {
37 } // namespace android
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h23 namespace android {
99 }; // namespace android
H A DICameraRecordingProxyListener.h25 namespace android {
50 }; // namespace android
/frameworks/av/include/drm/
H A DDrmRights.h22 namespace android {
/frameworks/av/include/media/
H A DAudioBufferProvider.h22 namespace android {
63 }; // namespace android
H A DIAudioFlingerClient.h26 namespace android {
54 }; // namespace android
H A DIAudioRecord.h28 namespace android {
65 }; // namespace android
H A DIEffectClient.h25 namespace android {
52 }; // namespace android
H A DIMediaPlayerClient.h24 namespace android {
45 }; // namespace android
H A DIMediaRecorderClient.h24 namespace android {
45 }; // namespace android
H A DIRemoteDisplay.h27 namespace android {
61 }; // namespace android
/frameworks/av/include/media/nbaio/
H A DAudioBufferProviderSource.h25 namespace android {
55 } // namespace android
H A DAudioStreamOutSink.h23 namespace android {
66 } // namespace android
H A DPipeReader.h22 namespace android {
63 } // namespace android
H A DSourceAudioBufferProvider.h25 namespace android {
50 } // namespace android

Completed in 302 milliseconds

<<11121314151617181920>>