OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namespace
(Results
26 - 50
of
21484
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p6-cxx0x.cpp
4
namespace
A {
5
namespace
B { }
8
using A::B; // expected-error{{using declaration can not refer to
namespace
}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p6.cpp
5
namespace
ns {
8
using
namespace
ns;
12
namespace
ns {
/external/clang/test/CodeCompletion/
using-namespace.cpp
0
namespace
N4 {
2
namespace
N3 { }
7
namespace
N2 {
8
namespace
I1 { }
9
namespace
I4 = I1;
10
namespace
I5 { }
11
namespace
I1 { }
14
using
namespace
using.cpp
0
namespace
N4 {
2
namespace
N3 { }
7
namespace
N2 {
8
namespace
I1 { }
9
namespace
I4 = I1;
10
namespace
I5 { }
11
namespace
I1 { }
/external/clang/test/PCH/
reinclude1.h
0
namespace
A {
/external/webkit/LayoutTests/fast/xpath/
namespace-vs-predicate-expected.txt
1
Test for bug 12733: XPath
namespace
is attached to a wrong step.
name-null-namespace-expected.txt
1
Test for bug 12340: XPath name() function doesn't work with nodes and attributes in null
namespace
.
/external/webkit/Source/WebCore/xml/
xmlnsattrs.in
0
namespace
="XMLNS"
/system/extras/tests/bionic/libc/common/
hello_world.cpp
2
using
namespace
std;
/external/clang/test/SemaCXX/
using-directive.cpp
3
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;
30
using
namespace
B;
33
namespace
B
[
all
...]
warn-shadow.cpp
3
namespace
{
7
namespace
one {
8
namespace
two {
13
namespace
xx {
16
namespace
yy {
20
using
namespace
one::two;
21
using
namespace
xx;
22
using
namespace
yy;
25
int i; // expected-warning {{declaration shadows a variable in
namespace
'<anonymous>'}}
26
int j; // expected-warning {{declaration shadows a variable in
namespace
'one::two'}
[
all
...]
using-decl-pr4450.cpp
3
namespace
A {
7
namespace
X {
warn-using-namespace-in-header.cpp
3
#include "warn-using-
namespace
-in-header.h"
5
namespace
dont_warn {}
6
using
namespace
dont_warn;
9
// expected-warning {{using
namespace
directive in global context in header}}
20
// expected-warning {{using
namespace
directive in global context in header}}
27
// expected-warning {{using
namespace
directive in global context in header}}
50
// expected-warning {{using
namespace
directive in global context in header}}
52
// |using
namespace
| through a macro shouldn't warn if the instantiation is in a
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p1.cpp
5
namespace
a {} // original
6
namespace
a {} // ext
7
inline
namespace
b {} // inline original expected-warning {{inline namespaces are}}
8
inline
namespace
b {} // inline ext expected-warning {{inline namespaces are}}
9
inline
namespace
{} // inline unnamed expected-warning {{inline namespaces are}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp
4
namespace
{
9
namespace
A {
10
namespace
{
17
using
namespace
A;
28
namespace
{
31
namespace
{
35
namespace
test4 {
36
namespace
{
39
namespace
{
/external/chromium/base/files/
file_path_watcher_stub.cc
10
namespace
base {
11
namespace
files {
13
namespace
{
24
} //
namespace
30
} //
namespace
files
31
} //
namespace
base
/external/chromium/base/win/
wrapped_window_proc.cc
9
namespace
{
13
} //
namespace
.
15
namespace
base {
16
namespace
win {
31
} //
namespace
win
32
} //
namespace
base
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp
4
namespace
Class {
5
namespace
NS {
8
using
namespace
NS;
19
namespace
Alias {
20
namespace
NS {
23
using
namespace
NS;
/external/clang/test/Parser/
nested-namespaces-recovery.cpp
6
namespace
foo1::foo2::foo3 { // expected-error {{nested
namespace
definition must define each
namespace
separately}}
14
namespace
bar1 {
15
namespace
bar2 {
16
namespace
bar3 {
/cts/tests/tests/net/src/android/net/cts/
LocalSocketAddress_NamespaceTest.java
19
import android.net.LocalSocketAddress.
Namespace
;
25
@TestTargetClass(
Namespace
.class)
35
assertEquals(
Namespace
.ABSTRACT,
Namespace
.valueOf("ABSTRACT"));
36
assertEquals(
Namespace
.RESERVED,
Namespace
.valueOf("RESERVED"));
37
assertEquals(
Namespace
.FILESYSTEM,
Namespace
.valueOf("FILESYSTEM"));
47
Namespace
[] expected =
Namespace
.values()
[
all
...]
/external/clang/test/CodeGenCXX/
debug-info-namespace.cpp
4
namespace
A {
11
using
namespace
A;
/external/clang/test/SemaObjCXX/
namespace-lookup.mm
13
namespace
N { }
14
namespace
M { }
/external/chromium/base/debug/
stack_trace.cc
7
namespace
base {
8
namespace
debug {
20
} //
namespace
debug
21
} //
namespace
base
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2-template-id.cpp
3
namespace
N1 {
8
namespace
N2 {
12
namespace
N3 {
21
namespace
N1 {
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-atrules/
mozilla
6
@
namespace
Completed in 441 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>