/external/eigen/doc/ |
UsingIntelMKL.dox | 33 namespace Eigen {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
CharStreamConstants.cs | 33 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/libunwind/tests/ |
run-check-namespace | 2 chmod +x ./check-namespace.sh 3 ./check-namespace.sh $*
|
/external/smack/src/org/jivesoftware/smack/filter/ |
PacketExtensionFilter.java | 33 private String namespace; field in class:PacketExtensionFilter 38 * and namespace. 41 * @param namespace the XML namespace of the packet extension. 43 public PacketExtensionFilter(String elementName, String namespace) { 45 this.namespace = namespace; 50 * extension that matches the specified namespace. 52 * @param namespace the XML namespace of the packet extension [all...] |
/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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
SoapPrimitive.java | 33 * namespace, name and string value (this is how the stockquote example works). 37 String namespace; field in class:SoapPrimitive 41 public SoapPrimitive(String namespace, String name, String value) { 42 this.namespace = namespace; 53 && (namespace == null ? p.namespace == null : namespace.equals(p.namespace)) 59 return name.hashCode() ^ (namespace == null ? 0 : namespace.hashCode()) [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/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/chromium_org/chrome/common/extensions/docs/server2/ |
reference_resolver_test.py | 13 from third_party.json_schema_compiler.model import Namespace 18 'namespace': 'baz', 69 'namespace': 'bar.bon', 120 'namespace': 'bar', 185 'namespace': 'foo', 252 return Future(value=Namespace(self._apis[name], 'fake/path.json')) 270 }, resolver.GetLink('foo', namespace='baz')) 275 }, resolver.GetLink('foo.foo_t1', namespace='baz')) 280 }, resolver.GetLink('baz.baz_e1', namespace='baz')) 285 }, resolver.GetLink('baz_e1', namespace='baz') [all...] |
/external/chromium_org/ppapi/generators/ |
idl_namespace.py | 9 This file defines the behavior of the AST namespace which allows for resolving 71 print "Adding to namespace: %s" % node 119 def DumpFailure(namespace, node, msg): 128 namespace.Dump() 133 def AddOkay(namespace, node): 134 okay = namespace.AddNode(node) 136 DumpFailure(namespace, node, 'Expected success') 139 def AddWarn(namespace, node, msg): 140 okay = namespace.AddNode(node) 142 DumpFailure(namespace, node, 'Expected warnings' [all...] |