OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namespace
(Results
101 - 125
of
28094
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
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
...]
pr13394-crash-on-invalid.cpp
4
namespace
stretch_v1 {
6
const stretch_v1::ops_t* d_methods; // expected-error {{no type named 'ops_t' in
namespace
'stretch_v1'}}
9
namespace
gatekeeper_v1 {
10
namespace
gatekeeper_factory_v1 {
12
gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in
namespace
'gatekeeper_v1'; did you mean simply 'closure_t'?}}
16
gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in
namespace
'gatekeeper_v1'; did you mean 'gatekeeper_factory_v1::closure_t'}}
19
namespace
Foo {
27
Foo::Bar(); // expected-error{{no member named 'Bar' in
namespace
'Foo'; did you mean simply 'Bar'?}}
using-decl-pr4450.cpp
4
namespace
A {
8
namespace
X {
pr18284-crash-on-invalid.cpp
4
namespace
n1 {
13
} //
namespace
n1
15
namespace
n2 {
24
} //
namespace
n2
/external/clang/test/Modules/Inputs/PR20399/
stl_map.h
0
namespace
std {
13
} //
namespace
std
/external/eigen/doc/examples/
Tutorial_ArrayClass_mult.cpp
4
using
namespace
Eigen;
5
using
namespace
std;
/external/libxml2/result/namespaces/
err_8.xml.err
1
./test/namespaces/err_8.xml:1:
namespace
error : xml
namespace
prefix mapped to wrong URI
err_2.xml.err
1
./test/namespaces/err_2.xml:1:
namespace
error : Failed to parse QName ':'
/external/libxml2/result/
utf16bom.xml.sax
4
SAX.startElement(
namespace
, name='test')
5
SAX.endElement(
namespace
)
/external/libxml2/result/xmlid/
id_tst2.xml.err
1
./test/xmlid/id_tst2.xml:1:
namespace
error :
Namespace
prefix n on foo is not defined
/external/lzma/CPP/7zip/Archive/7z/
7zProperties.h
8
namespace
NArchive {
9
namespace
N7z {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
fwd.hpp
24
namespace
boost {
26
namespace
BOOST_RT_PARAM_NAMESPACE {
28
namespace
cla {
37
namespace
rt_cla_detail {
47
} //
namespace
rt_cla_detail
49
} //
namespace
cla
51
} //
namespace
BOOST_RT_PARAM_NAMESPACE
53
} //
namespace
boost
value_handler.hpp
23
namespace
boost {
25
namespace
BOOST_RT_PARAM_NAMESPACE {
27
namespace
cla {
29
namespace
rt_cla_detail {
49
} //
namespace
rt_cla_detail
51
} //
namespace
cla
53
} //
namespace
BOOST_RT_PARAM_NAMESPACE
55
} //
namespace
boost
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
modifier.hpp
24
namespace
boost {
26
namespace
BOOST_RT_PARAM_NAMESPACE {
28
namespace
environment {
34
namespace
{
40
} // local
namespace
41
} //
namespace
environment
43
} //
namespace
BOOST_RT_PARAM_NAMESPACE
45
} //
namespace
boost
/system/extras/perfprofd/
perf_data_converter.h
8
namespace
wireless_android_logging_awp {
13
} //
namespace
wireless_android_logging_awp
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2-template-id.cpp
4
namespace
N1 {
9
namespace
N2 {
13
namespace
N3 {
22
namespace
N1 {
/external/clang/test/Modules/Inputs/merge-dependent-friends/
a.h
0
namespace
N { template<typename T> struct A { friend int f(A); }; }
b.h
0
namespace
N { template<typename T> struct A { friend int f(A); }; }
/external/clang/test/Modules/Inputs/merge-template-friend/
friend.h
0
namespace
ns { template <typename T> class C; };
/external/lldb/test/lang/objc/objc-builtin-types/
main.cpp
0
namespace
ns {
/frameworks/rs/
rsScriptGroup2.h
8
namespace
android {
9
namespace
renderscript {
30
} //
namespace
renderscript
31
} //
namespace
android
rsScriptGroupBase.h
6
namespace
android {
7
namespace
renderscript {
38
} //
namespace
renderscript
39
} //
namespace
android
/prebuilts/misc/common/swig/include/2.0.11/python/
std_iostream.i
0
namespace
std
/cts/tests/tests/net/src/android/net/cts/
LocalSocketAddress_NamespaceTest.java
19
import android.net.LocalSocketAddress.
Namespace
;
25
assertEquals(
Namespace
.ABSTRACT,
Namespace
.valueOf("ABSTRACT"));
26
assertEquals(
Namespace
.RESERVED,
Namespace
.valueOf("RESERVED"));
27
assertEquals(
Namespace
.FILESYSTEM,
Namespace
.valueOf("FILESYSTEM"));
31
Namespace
[] expected =
Namespace
.values();
32
assertEquals(
Namespace
.ABSTRACT, expected[0])
[
all
...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p6.cpp
6
namespace
ns {
9
using
namespace
ns;
13
namespace
ns {
Completed in 741 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>