/external/clang/test/Parser/ |
namespaces.cpp | 4 namespace g { enum { o = 0 }; } 7 namespace a { typedef g::o o; } // expected-error{{namespaces can only be defined in global or namespace scope}}
|
/external/clang/test/SemaCXX/ |
using-decl-1.cpp | 5 namespace std { 10 namespace M { 14 namespace N { 21 namespace N { 47 namespace O { 51 namespace P { 65 namespace test0 { 66 namespace ns { 69 namespace inner { 82 namespace test1 [all...] |
friend.cpp | 9 namespace test0 { 10 namespace ns { 20 namespace test1 { 34 namespace test2 { 35 namespace foo { 45 namespace test3 { 52 namespace test4 { 66 namespace rdar8529993 { 76 namespace test5 { 84 namespace test6_1 [all...] |
local-classes.cpp | 3 namespace PR6382 { 19 namespace PR6383 { 34 namespace Templates {
|
/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/clang/test/CXX/class/class.nest/ |
p3.cpp | 4 // If class X is defined in a namespace scope, a nested class Y may be 6 // later defined in a namespace scope enclosing the definition of class X. 8 namespace example { 17 // Don't insert out-of-line inner class definitions into the namespace scope. 18 namespace PR6107 {
|
/external/clang/test/Coverage/ |
cxx-language-features.inc | 6 namespace std { 7 namespace debug { 11 using namespace std::debug; 12 using namespace std; 14 namespace safestl = ::std::debug;
|
/external/clang/test/SemaTemplate/ |
temp_explicit_cxx0x.cpp | 2 namespace N1 { 6 namespace Inner { 18 namespace N2 { 19 using namespace N1; 21 template struct X0<double>; // expected-error{{must occur in namespace 'N1'}}
|
dependent-expr.cpp | 9 namespace PR6045 { 28 namespace PR7198 { 44 namespace PR7724 { 49 namespace test4 { 56 namespace test5 { 65 namespace PR8795 {
|
qualified-id.cpp | 4 namespace a { 7 namespace b { 12 namespace test1 { 22 namespace test2 { 34 namespace PR6063 { 37 namespace detail
|
/external/webkit/LayoutTests/http/tests/appcache/ |
online-fallback-layering-expected.txt | 1 Test that a network namespace trumps a fallback namespace where they overlap. 3 Sanity check the presence of the fallback namespace, should get the fallback resource. 4 Getting a network namespace resource that exists on the server, should succeed. 5 Getting a network namespace resource that does not exist on the server, should get a 404.
|
/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/apache-xml/src/main/java/org/apache/xml/utils/ |
NameSpace.java | 19 * $Id: NameSpace.java 468655 2006-10-28 07:12:06Z minchau $ 26 * A representation of a namespace. One of these will 27 * be pushed on the namespace stack for each 31 public class NameSpace implements Serializable 35 /** Next NameSpace element on the stack. 37 public NameSpace m_next = null; 39 /** Prefix of this NameSpace element. 43 /** Namespace URI of this NameSpace element. 45 public String m_uri; // if null, then Element namespace is empty [all...] |
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
p8.cpp | 5 inline namespace X { 8 inline namespace Y { 24 Y::f1(); // expected-error {{no member named 'f1' in namespace 'X::Y'}} 40 namespace ADL { 43 inline namespace IL { 51 inline namespace IL2 { 66 inline namespace Over { 77 namespace redecl { inline namespace n1 { 100 // specializations) are distinct in an inline namespace vs. not in a [all...] |
/external/chromium/chrome/browser/importer/ |
profile_import_process_messages.cc | 19 namespace IPC { 21 } // namespace IPC 25 namespace IPC { 27 } // namespace IPC 31 namespace IPC { 33 } // namespace IPC
|
toolbar_importer_utils.h | 9 namespace toolbar_importer_utils { 13 // exposed through the ToolbarImportUtils namespace. 16 } // namespace toolbar_importer_utils
|
/external/chromium/chrome/common/ |
common_message_generator.cc | 19 namespace IPC { 21 } // namespace IPC 25 namespace IPC { 27 } // namespace IPC 31 namespace IPC { 33 } // namespace IPC
|
nacl_messages.cc | 19 namespace IPC { 21 } // namespace IPC 25 namespace IPC { 27 } // namespace IPC 31 namespace IPC { 33 } // namespace IPC
|
/external/chromium/net/base/ |
x509_openssl_util.h | 15 namespace base { 17 } // namespace base 19 namespace net { 23 namespace x509_openssl_util { 36 } // namespace x509_openssl_util 38 } // namespace net
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/ |
p2.cpp | 3 namespace test0 { 8 namespace i0 { 17 namespace i1 { 26 namespace i2 { 35 namespace i3 { 44 namespace i4 {
|
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/ |
data-expected.txt | 4 PASS namespace-uri(/) 9 PASS namespace-uri(//a:item) 13 PASS namespace-uri(//@a:attribute) 17 PASS namespace-uri(//processing-instruction()) 21 PASS namespace-uri(//comment()) 25 PASS namespace-uri(//element/text())
|
/external/chromium/chrome/browser/net/ |
browser_url_util.h | 13 namespace ui { 17 namespace chrome_browser_net { 24 } // namespace chrome_browser_net
|
/external/chromium/chrome/common/net/ |
net_resource_provider.h | 9 namespace base { 13 namespace chrome_common_net { 18 } // namespace chrome_common_net
|
/external/chromium/webkit/glue/media/ |
audio_decoder.h | 10 namespace WebKit { class WebAudioBus; } 12 namespace webkit_glue { 18 } // namespace webkit_glue
|
/external/clang/test/CodeCompletion/ |
nested-name-specifier.cpp | 0 namespace N { 3 namespace M { 8 namespace N {
|