Home
last modified time | relevance | path

Searched full:namespace (Results 1 – 25 of 22105) sorted by relevance

12345678910>>...885

/external/clang/test/SemaCXX/
Dnamespace-alias.cpp3 namespace N { struct X { }; };
5 namespace A = N;
8 namespace B = N; // expected-error {{redefinition of 'B' as different kind of symbol}}
10 namespace C { } // expected-note {{previous definition is here}}
11 namespace C = N; // expected-error {{redefinition of 'C'}}
14 namespace D =
15 i; // expected-error {{expected namespace name}}
17 namespace E1 = N::
18 Foo; // expected-error {{expected namespace name}}
19 namespace E2 = N::
[all …]
Dusing-directive.cpp3 namespace A {
5 namespace B {
9 namespace E {} // \
13 namespace E {} // expected-note{{candidate found by name lookup is 'A::E'}}
15 namespace C {
16 using namespace B;
17 namespace E {} // \
29 using namespace A; in local_i()
30 using namespace B; in local_i()
33 namespace B {
[all …]
Dwarn-using-namespace-in-header.cpp4 namespace warn_in_header_in_global_context {}
5 using namespace warn_in_header_in_global_context; // expected-warning {{using namespace directive i…
8 // inside a namespace
9 namespace dont_warn_here {
10 using namespace warn_in_header_in_global_context;
14 namespace warn_inside_linkage {}
16 using namespace warn_inside_linkage; // expected-warning {{using namespace directive in global cont…
23 using namespace warn_inside_linkage; // expected-warning {{using namespace directive in global cont…
29 namespace dont_warn_here {
31 using namespace warn_in_header_in_global_context;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
DSPIRVBaseInfo.h22 namespace llvm {
23 namespace SPIRV {
24 namespace OperandCategory {
27 } // namespace OperandCategory
29 namespace Extension {
32 } // namespace Extension
34 namespace Capability {
37 } // namespace Capability
39 namespace SourceLanguage {
42 } // namespace SourceLanguage
[all …]
/external/cronet/tot/third_party/libc++/src/modules/std/
Dalgorithm.inc10 export namespace std {
11 namespace ranges {
24 } // namespace ranges
29 namespace ranges {
35 namespace ranges {
41 namespace ranges {
47 namespace ranges {
50 } // namespace ranges
56 namespace ranges {
59 } // namespace ranges
[all …]
Dranges.inc10 export namespace std {
11 namespace ranges {
12 inline namespace __cpo {
28 } // namespace __cpo
77 } // namespace ranges
81 namespace ranges {
101 namespace views {
108 namespace views {
110 } // namespace views
115 namespace views {
[all …]
/external/cronet/stable/third_party/libc++/src/modules/std/
Dalgorithm.inc10 export namespace std {
11 namespace ranges {
24 } // namespace ranges
29 namespace ranges {
35 namespace ranges {
41 namespace ranges {
47 namespace ranges {
50 } // namespace ranges
56 namespace ranges {
59 } // namespace ranges
[all …]
Dranges.inc10 export namespace std {
11 namespace ranges {
12 inline namespace __cpo {
28 } // namespace __cpo
77 } // namespace ranges
81 namespace ranges {
101 namespace views {
108 namespace views {
110 } // namespace views
115 namespace views {
[all …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
Dp1.cpp4 namespace test0 {
5 namespace A {}
7 using namespace A; // expected-error {{'using namespace' is not allowed in classes}}
16 namespace test1 {
17 namespace A {
18 namespace B {
23 namespace C {
27 using namespace A::B; in test()
33 using namespace A::B; in test()
34 using namespace C; in test()
[all …]
/external/iproute2/man/man8/
Dip-netns.83 ip-netns \- process network namespace management
49 A network namespace is logically another copy of the network stack,
52 By default a process inherits its network namespace from its parent. Initially all
53 the processes share the same default network namespace from the init process.
55 By convention a named network namespace is an object at
59 refers to the specified network namespace. Holding that file
60 descriptor open keeps the network namespace alive. The file
63 system call to change the network namespace associated with a task.
72 for a network namespace used to isolate your vpn you would name it
77 namespace unaware applications, by creating a mount namespace and
[all …]
/external/clang/test/Parser/
Dcxx-using-directive.cpp5 namespace B {
6 namespace A {} // expected-note{{namespace '::B::A' defined here}} \
7 // expected-note 2{{namespace 'B::A' defined here}}
8 using namespace A ;
11 namespace C {} // expected-note{{namespace 'C' defined here}}
13 namespace D {
17 using namespace B ; // expected-error{{not allowed}}
20 namespace B {}
22 using namespace C ;
23 …using namespace B::A ; // expected-error{{no namespace named 'A' in namespace 'D::B'; did you mean…
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp18 using namespace llvm;
20 namespace llvm {
21 namespace AArch64AT {
28 namespace llvm {
29 namespace AArch64DBnXS {
35 namespace llvm {
36 namespace AArch64DB {
42 namespace llvm {
43 namespace AArch64DC {
49 namespace llvm {
[all …]
/external/icing/icing/join/
Dqualified-id_test.cc25 namespace icing {
26 namespace lib {
28 namespace {
33 // "namespace#uri" -> "namespace" + "uri" in TEST()
35 QualifiedId::Parse(R"(namespace#uri)")); in TEST()
36 EXPECT_THAT(id.name_space(), Eq(R"(namespace)")); in TEST()
41 // "namespace\\#uri" -> "namespace\" + "uri" in TEST()
43 QualifiedId::Parse(R"(namespace\\#uri)")); in TEST()
44 EXPECT_THAT(id1.name_space(), Eq(R"(namespace\)")); in TEST()
47 // "namespace\\\##uri" -> "namespace\#" + "uri" in TEST()
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/
Dset.hpp14 namespace boost { namespace parameter { namespace aux {
17 }}} // namespace boost::parameter::aux
21 namespace boost { namespace parameter { namespace aux {
28 }}} // namespace boost::parameter::aux
34 namespace boost { namespace parameter { namespace aux {
48 }}} // namespace boost::parameter::aux
53 namespace boost { namespace parameter { namespace aux {
56 }}} // namespace boost::parameter::aux
60 namespace boost { namespace parameter { namespace aux {
66 }}} // namespace boost::parameter::aux
[all …]
/external/rust/android-crates-io/crates/xml-rs/src/
Dnamespace.rs1 //! Contains namespace manipulation types and functions.
10 /// Designates prefix for namespace definitions.
12 /// See [Namespaces in XML][namespace] spec for more information.
14 /// [namespace]: http://www.w3.org/TR/xml-names/#ns-decl
19 /// See [A Namespace Name for xmlns Attributes][namespace] for more information.
21 /// [namespace]: http://www.w3.org/2000/xmlns/
24 /// Designates prefix for a namespace containing several special predefined attributes.
38 pub const NS_XML_URI: &str = "http://www.w3.org/XML/1998/namespace";
42 /// This constant should be used to define or query default namespace which should be used
43 /// for element or attribute names without prefix. For example, if a namespace mapping
[all …]
/external/pdfium/third_party/agg23/
D0008-namespace.patch9 +namespace pdfium
11 namespace agg
18 +} // namespace pdfium
28 +namespace pdfium
30 namespace agg
37 +} // namespace pdfium
47 +namespace pdfium
49 namespace agg
56 +} // namespace pdfium
66 +namespace pdfium
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowDeviceConfigTest.java39 private static final String NAMESPACE = "namespace1"; field in ShadowDeviceConfigTest
49 String result = DeviceConfig.getProperty(NAMESPACE, KEY); in getProperty_empty()
67 DeviceConfig.getProperty(NAMESPACE, null); in getProperty_nullName()
74 final String result = DeviceConfig.getString(NAMESPACE, KEY, defaultValue); in getString_empty()
80 final String result = DeviceConfig.getString(NAMESPACE, KEY, null); in getString_nullDefault()
88 DeviceConfig.setProperty(NAMESPACE, KEY, value, false); in getString_nonEmpty()
90 final String result = DeviceConfig.getString(NAMESPACE, KEY, defaultValue); in getString_nonEmpty()
98 Assert.fail("Null namespace should have resulted in an NPE."); in getString_nullNamespace()
109 DeviceConfig.getString(NAMESPACE, null, "defaultValue"); in getString_nullName()
116 final boolean result = DeviceConfig.getBoolean(NAMESPACE, KEY, defaultValue); in getBoolean_empty()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_internal_shaders_autogen.h16 namespace rx
18 namespace vk
20 namespace InternalShader
22 namespace Blit3DSrc_frag
31 } // namespace Blit3DSrc_frag
33 namespace BlitResolve_frag
50 } // namespace BlitResolve_frag
52 namespace BlitResolveStencilNoExport_comp
60 } // namespace BlitResolveStencilNoExport_comp
62 namespace ConvertIndex_comp
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp18 using namespace llvm;
20 namespace llvm {
21 namespace AArch64AT {
28 namespace llvm {
29 namespace AArch64DB {
35 namespace llvm {
36 namespace AArch64DC {
42 namespace llvm {
43 namespace AArch64IC {
49 namespace llvm {
[all …]
/external/cronet/stable/base/threading/
Dthread_restrictions.h142 namespace base {
147 namespace sequence_manager::internal {
149 } // namespace sequence_manager::internal
150 } // namespace base
164 namespace android_webview {
172 } // namespace android_webview
173 namespace ash {
179 namespace converters::diagnostics {
182 namespace system {
185 } // namespace system
[all …]
/external/cronet/tot/base/threading/
Dthread_restrictions.h142 namespace base {
147 namespace sequence_manager::internal {
149 } // namespace sequence_manager::internal
150 } // namespace base
164 namespace android_webview {
172 } // namespace android_webview
173 namespace ash {
179 namespace converters::diagnostics {
182 namespace system {
185 } // namespace system
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/
Dplaceholders.hpp16 namespace boost { namespace mpl {
20 namespace placeholders {
32 namespace boost { namespace mpl {
36 namespace placeholders {
45 namespace boost { namespace mpl {
49 namespace placeholders {
58 namespace boost { namespace mpl {
62 namespace placeholders {
71 namespace boost { namespace mpl {
75 namespace placeholders {
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/
Dplaceholders.hpp16 namespace boost { namespace mpl {
20 namespace placeholders {
32 namespace boost { namespace mpl {
36 namespace placeholders {
45 namespace boost { namespace mpl {
49 namespace placeholders {
58 namespace boost { namespace mpl {
62 namespace placeholders {
71 namespace boost { namespace mpl {
75 namespace placeholders {
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/
Dplaceholders.hpp16 namespace boost { namespace mpl {
20 namespace placeholders {
32 namespace boost { namespace mpl {
36 namespace placeholders {
45 namespace boost { namespace mpl {
49 namespace placeholders {
58 namespace boost { namespace mpl {
62 namespace placeholders {
71 namespace boost { namespace mpl {
75 namespace placeholders {
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/
Dplaceholders.hpp16 namespace boost { namespace mpl {
20 namespace placeholders {
32 namespace boost { namespace mpl {
36 namespace placeholders {
45 namespace boost { namespace mpl {
49 namespace placeholders {
58 namespace boost { namespace mpl {
62 namespace placeholders {
71 namespace boost { namespace mpl {
75 namespace placeholders {
[all …]

12345678910>>...885