HomeSort by relevance Sort by last modified time
    Searched refs:namespace (Results 1 - 25 of 1012) 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
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CharStreamConstants.cs 33 namespace Antlr.Runtime {
CharStreamState.cs 35 namespace Antlr.Runtime
ITokenSource.cs 36 namespace Antlr.Runtime
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CharStreamConstants.cs 33 namespace Antlr.Runtime
IAstRuleReturnScope.cs 33 namespace Antlr.Runtime
ITemplateRuleReturnScope.cs 33 namespace Antlr.Runtime
TokenChannels.cs 33 namespace Antlr.Runtime
CharStreamState.cs 33 namespace Antlr.Runtime
IAstRuleReturnScope`1.cs 33 namespace Antlr.Runtime
IRuleReturnScope.cs 33 namespace Antlr.Runtime
ITemplateRuleReturnScope`1.cs 33 namespace Antlr.Runtime
Tokens.cs 33 namespace Antlr.Runtime
  /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...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3.lexer.cs 33 namespace Antlr3.Runtime.Test
TestExpressionFeatures.g3.parser.cs 33 namespace Antlr3.Runtime.Test
  /ndk/tests/build/cpp-extensions/jni/
foo2.cp 0 namespace cpp {
9 } // namespace cpp
  /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...]
  /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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventListenerConstants.cs 33 namespace Antlr.Runtime.Debug
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
LexerExtensions.cs 33 namespace Antlr.Runtime.JavaExtensions
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventListenerConstants.cs 33 namespace Antlr.Runtime.Debug
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
LexerExtensions.cs 33 namespace Antlr.Runtime.JavaExtensions
  /external/webkit/Source/WebCore/bindings/objc/
ObjCNodeFilterCondition.mm 36 using namespace JSC;
38 namespace WebCore {
47 } // namespace WebCore

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011>>