HomeSort by relevance Sort by last modified time
    Searched full:namespace (Results 76 - 100 of 25034) sorted by null

1 2 34 5 6 7 8 91011>>

  /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'}}
qualified-id.cpp 4 namespace a {
7 namespace b {
12 namespace test1 {
22 namespace test2 {
34 namespace PR6063 {
37 namespace detail
49 namespace PR12291 {
dependent-expr.cpp 9 namespace PR6045 {
28 namespace PR7198 {
44 namespace PR7724 {
49 namespace test4 {
56 namespace test5 {
65 namespace PR8795 {
  /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...]
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketAddressTest.java 20 import android.net.LocalSocketAddress.Namespace;
26 // default namespace
29 assertEquals(Namespace.ABSTRACT, localSocketAddress.getNamespace());
31 // specify the namespace
33 new LocalSocketAddress("name2", Namespace.ABSTRACT);
35 assertEquals(Namespace.ABSTRACT, localSocketAddress2.getNamespace());
38 new LocalSocketAddress("name3", Namespace.FILESYSTEM);
40 assertEquals(Namespace.FILESYSTEM, localSocketAddress3.getNamespace());
43 new LocalSocketAddress("name4", Namespace.RESERVED);
45 assertEquals(Namespace.RESERVED, localSocketAddress4.getNamespace())
    [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/clang/test/SemaCXX/
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...]
pragma-visibility.cpp 3 namespace test1 __attribute__((visibility("hidden"))) { // expected-note{{surrounding namespace with visibility attribute starts here}}
7 // GCC 4.6 accepts this, but the "hidden" leaks past the namespace end.
8 namespace test2 __attribute__((visibility("hidden"))) {
10 } // expected-note{{surrounding namespace with visibility attribute ends here}}
25 namespace pr13662 {
local-classes.cpp 3 namespace PR6382 {
19 namespace PR6383 {
34 namespace Templates {
  /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 {
  /build/tools/atree/
options.h 7 using namespace std;
  /external/chromium/base/allocator/
allocator_shim.h 8 namespace base {
9 namespace allocator {
17 } // namespace base.
18 } // namespace allocator.

Completed in 488 milliseconds

1 2 34 5 6 7 8 91011>>