HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 1 - 25 of 662) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/mac/
SoundMac.mm 29 namespace WebCore {
33 } // namespace WebCore
SuddenTermination.mm 31 namespace WebCore {
43 } // namespace WebCore
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 30 private String namespace; field in class:ExtendedType
35 * Create an ExtendedType object from node type, namespace and local name.
36 * The hash code is calculated from the node type, namespace and local name.
39 * @param namespace Namespace of the node
42 public ExtendedType (int nodetype, String namespace, String localName)
45 this.namespace = namespace;
47 this.hash = nodetype + namespace.hashCode() + localName.hashCode();
51 * Create an ExtendedType object from node type, namespace, local nam
    [all...]
  /frameworks/base/core/java/android/net/
LocalSocketAddress.java 24 * abstract (non-filesystem) UNIX domain namespace.
29 * The namespace that this address exists in. See also
32 public enum Namespace {
33 /** A socket in the Linux abstract namespace */
36 * A socket in the Android reserved namespace in /dev/socket.
47 Namespace (int id) {
60 private final Namespace namespace; field in class:LocalSocketAddress
66 * @param namespace namespace the name should be created in
    [all...]
  /cts/tools/host/src/com/android/cts/
InvalidNameSpaceException.java 26 public InvalidNameSpaceException(String namespace) {
29 mNamespace = namespace;
35 return "Invalid namespace: " + mNamespace;
  /external/astl/include/
iosfwd 36 namespace std {
41 } // namespace std
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebCookieManagerProxyMac.mm 29 namespace WebKit {
39 } // namespace WebKit
  /external/webkit/Source/WebCore/bindings/objc/
ObjCNodeFilterCondition.mm 36 using namespace JSC;
38 namespace WebCore {
47 } // namespace WebCore
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 21 import javax.xml.namespace.QName;
31 * namespace (functions with an explicit prefix). This means that you cannot
35 * same namespace. This is a consequence of the design of the resolver.</p>
XPathVariableResolver.java 21 import javax.xml.namespace.QName;
  /bionic/libstdc++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /external/webkit/Source/WebCore/platform/text/mac/
StringImplMac.mm 26 namespace WTF {
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStringsInternal.mm 31 using namespace WebCore;
  /external/webkit/Source/WebKit2/Shared/mac/
NativeWebKeyboardEventMac.mm 31 namespace WebKit {
39 } // namespace WebKit
NativeWebMouseEventMac.mm 31 namespace WebKit {
39 } // namespace WebKit
WebURLRequestMac.mm 29 namespace WebKit {
41 } // namespace WebKit
WebURLResponseMac.mm 29 namespace WebKit {
41 } // namespace WebKit
  /ndk/sources/cxx-stl/gabi++/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /ndk/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
csignal 39 namespace std
44 } // namespace std
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
41 namespace std {
44 } // namespace std
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
csignal 39 namespace std
44 } // namespace std
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
41 namespace std {
44 } // namespace std
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstddef 35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>