HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 51 - 75 of 876) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /frameworks/base/core/java/android/util/
XmlPullAttributes.java 45 public String getAttributeValue(String namespace, String name) {
46 return mParser.getAttributeValue(namespace, name);
57 public int getAttributeListValue(String namespace, String attribute,
60 getAttributeValue(namespace, attribute), options, defaultValue);
63 public boolean getAttributeBooleanValue(String namespace, String attribute,
66 getAttributeValue(namespace, attribute), defaultValue);
69 public int getAttributeResourceValue(String namespace, String attribute,
72 getAttributeValue(namespace, attribute), defaultValue);
75 public int getAttributeIntValue(String namespace, String attribute,
78 getAttributeValue(namespace, attribute), defaultValue)
    [all...]
AttributeSet.java 90 * @param namespace The namespace of the attribute to get the value from.
96 public String getAttributeValue(String namespace, String name);
127 * @param namespace Namespace of attribute to retrieve.
135 public int getAttributeListValue(String namespace, String attribute,
141 * @param namespace Namespace of attribute to retrieve.
147 public boolean getAttributeBooleanValue(String namespace, String attribute,
159 * @param namespace Namespace of attribute to retrieve
    [all...]
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 52 * <LI> when <CODE>getMessage(namespace, code)</CODE> is called, 'code'
54 * under 'namespace';
57 * key 'code', the same step is repeated for the superclass of 'namespace';
73 * @param namespace the Class object acting as the namespace key for the
77 * @param messageResourceBundleName name of a bundle (path relative to 'namespace'
81 * @return ResourceBundle that corresponds to 'namespace' key or null if
84 * @throws Error if 'namespace' does not correspond to an exception class derived
89 public static ResourceBundle addExceptionResource (final Class namespace,
92 if ((namespace != null) && (messageResourceBundleName != null
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 35 namespace Antlr.Runtime
ICharStream.cs 33 namespace Antlr.Runtime {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 35 namespace Antlr.Runtime.Tests
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ICharStream.cs 33 namespace Antlr.Runtime
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FunctionDelegates.cs 33 namespace Antlr.Runtime.Misc
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
ITokenStream`1.cs 32 namespace Antlr.Runtime
  /external/chromium_org/third_party/WebKit/Source/core/css/
svg.css 28 @namespace "http://www.w3.org/2000/svg";
29 @namespace html "http://www.w3.org/1999/xhtml";
  /libcore/luni/src/main/java/javax/xml/namespace/
NamespaceContext.java 20 package javax.xml.namespace;
25 * <p>Interface for read only XML Namespace context processing.</p>
27 * <p>An XML Namespace has the properties:</p>
29 * <li>Namespace URI:
30 * Namespace name expressed as a URI to which the prefix is bound</li>
33 * ("xmlns") in the Namespace declaration</li>
35 * <p> example: <code>&lt;element xmlns:prefix="http://Namespace-name-URI"&gt;</code></p>
38 * for Namespace URI and prefix resolution.</p>
40 * <p>Note that a Namespace URI can be bound to
43 * ("xmlns") Namespace declarations occur in the same Start-Tag an
    [all...]
  /bionic/libstdc++/include/
csignal 41 namespace std
46 } // namespace std
utility 33 #define __STL_BEGIN_NAMESPACE namespace std {
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtElementAvailable.java 51 String namespace; local
60 namespace = Constants.S_XSLNAMESPACEURL;
66 namespace = xctxt.getNamespaceContext().getNamespaceForPrefix(prefix);
67 if (null == namespace)
72 if (namespace.equals(Constants.S_XSLNAMESPACEURL)
73 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL))
79 new QName(namespace, methName))
91 return extProvider.elementAvailable(namespace, methName)
  /external/smack/src/org/jivesoftware/smackx/
XHTMLManager.java 41 private final static String namespace = "http://jabber.org/protocol/xhtml-im"; field in class:XHTMLManager
61 XHTMLExtension xhtmlExtension = (XHTMLExtension) message.getExtension("html", namespace);
75 XHTMLExtension xhtmlExtension = (XHTMLExtension) message.getExtension("html", namespace);
92 return message.getExtension("html", namespace) != null;
109 ServiceDiscoveryManager.getInstanceFor(connection).addFeature(namespace);
112 ServiceDiscoveryManager.getInstanceFor(connection).removeFeature(namespace);
123 return ServiceDiscoveryManager.getInstanceFor(connection).includesFeature(namespace);
137 return result.containsFeature(namespace);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeLayoutParamsMapAttributes.java 41 public String getAttributeValue(String namespace, String name) {
42 if (BridgeConstants.NS_RESOURCES.equals(namespace)) {
79 public int getAttributeListValue(String namespace, String attribute,
85 public boolean getAttributeBooleanValue(String namespace, String attribute,
91 public int getAttributeResourceValue(String namespace, String attribute,
97 public int getAttributeIntValue(String namespace, String attribute,
103 public int getAttributeUnsignedIntValue(String namespace, String attribute,
109 public float getAttributeFloatValue(String namespace, String attribute,
  /ndk/sources/cxx-stl/gabi++/include/
csignal 41 namespace std
46 } // namespace std
utility 33 #define __STL_BEGIN_NAMESPACE namespace std {

Completed in 4959 milliseconds

1 23 4 5 6 7 8 91011>>