OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namespace
(Results
276 - 300
of
21984
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/SemaCXX/
warn-global-constructors.cpp
5
namespace
test0 {
19
namespace
test1 {
32
namespace
test2 {
43
namespace
test3 {
54
namespace
test4 {
60
namespace
test5 {
71
namespace
test6 {
82
namespace
pr8095 {
cxx0x-compat.cpp
3
namespace
N {
5
namespace
M {
6
template void ::N::f<int>(int); // expected-warning {{explicit instantiation of 'f' not in a
namespace
enclosing 'N'}}
9
using
namespace
N;
10
template void f<char>(char); // expected-warning {{explicit instantiation of 'N::f' must occur in
namespace
'N'}}
13
namespace
M {
/external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/
namespace-nodes-expected.txt
1
Tests that accessing XPath
namespace
axis doesn't cause a crash, see bug 12724.
3
The actual results are incorrect, because XPath
namespace
nodes are not implemented yet.
namespace-nodes.html
4
<p>Tests that accessing XPath
namespace
axis doesn't cause a crash, see
6
<p>The actual results are incorrect, because XPath
namespace
nodes are not implemented yet.</p>
30
EXPR = '//
namespace
::node()'
34
EXPR = '//node()/
namespace
::node()'
38
EXPR = '//*/
namespace
::node()'
42
EXPR = '/*/*/
namespace
::node()'
46
EXPR = '/*/
namespace
::node()|/*/*/
namespace
::node()'
/frameworks/base/cmds/stagefright/
SineSource.h
7
namespace
android {
37
} //
namespace
android
/dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java
30
* information for the registers in the new
namespace
.
32
* Please note that this mapper requires that the old
namespace
does not
33
* have variable register widths/categories, and the new
namespace
does.
37
* Array of interference sets. ArrayList is indexed by new
namespace
38
* and BitIntSet's are indexed by old
namespace
. The list expands
47
/** the interference graph for the old
namespace
*/
53
* @param countOldRegisters number of registers in old
namespace
76
* Checks to see if old
namespace
reg {@code oldReg} interferes
79
* @param oldReg old
namespace
register
80
* @param newReg new
namespace
registe
[
all
...]
/external/chromium/base/mac/
os_crash_dumps.cc
12
namespace
base {
13
namespace
mac {
15
namespace
{
24
} //
namespace
44
} //
namespace
mac
45
} //
namespace
base
/external/chromium/base/win/
i18n.h
15
namespace
base {
16
namespace
win {
17
namespace
i18n {
31
} //
namespace
i18n
32
} //
namespace
win
33
} //
namespace
base
i18n_unittest.cc
12
namespace
base {
13
namespace
win {
14
namespace
i18n {
40
} //
namespace
i18n
41
} //
namespace
win
42
} //
namespace
base
win_util_unittest.cc
13
namespace
base {
14
namespace
win {
16
namespace
{
31
} //
namespace
57
} //
namespace
win
58
} //
namespace
base
/external/chromium/chrome/browser/chromeos/login/
screen_locker_tester.h
13
namespace
views {
17
} //
namespace
views
19
namespace
chromeos {
23
namespace
test {
63
} //
namespace
test
65
} //
namespace
chromeos
wizard_screen.h
12
namespace
chromeos {
14
} //
namespace
chromeos
15
namespace
gfx {
17
} //
namespace
gfx
18
namespace
views {
20
} //
namespace
views
/external/chromium/chrome/browser/net/
quoted_printable.h
14
namespace
chrome {
15
namespace
browser {
16
namespace
net {
31
} //
namespace
net
32
} //
namespace
browser
33
} //
namespace
chrome
/external/chromium/chrome/browser/sync/sessions/
test_util.h
15
namespace
browser_sync {
16
namespace
sessions {
17
namespace
test_util {
40
} //
namespace
test_util
41
} //
namespace
sessions
42
} //
namespace
browser_sync
/external/clang/include/clang/Driver/
Phases.h
13
namespace
clang {
14
namespace
driver {
15
namespace
phases {
28
} // end
namespace
phases
29
} // end
namespace
driver
30
} // end
namespace
clang
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p5.cpp
3
namespace
A {
13
namespace
B {
22
namespace
AB {
23
using
namespace
A;
24
using
namespace
B;
32
float f = AB::y; // expected-error {{a type named 'y' is hidden by a declaration in a different
namespace
}}
/external/clang/test/CXX/except/except.spec/
p1.cpp
5
namespace
dyn {
27
namespace
noex {
44
namespace
mix {
53
namespace
noex {
62
namespace
noexcept_unevaluated {
75
namespace
PR11084 {
/external/clang/test/CXX/temp/temp.param/
p3.cpp
25
::T t2 = ::i; // global
namespace
members T and i \
30
namespace
PR6831 {
31
namespace
NA { struct S; }
32
namespace
NB { struct S; }
34
using
namespace
NA;
35
using
namespace
NB;
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3-0x.cpp
5
//
namespace
where its template is declared or, if that
namespace
is
6
// inline (7.3.1), any
namespace
from its enclosing
namespace
set.
8
namespace
has_inline_namespaces {
9
inline
namespace
inner {
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java
121
* Binds the given prefix to the given
namespace
.
123
* The prefix and
namespace
MUST be always declared even if prefix
125
* it must result in declaring <code>xmlns:prefix='
namespace
'</code>
126
* (or <code>xmlns:prefix="
namespace
"</code> depending what character is used
134
* <p><b>NOTE:</b> to set default
namespace
use as prefix empty string.
137
* @param
namespace
must be not null
139
void setPrefix (String prefix, String
namespace
)
143
* Return
namespace
that corresponds to given prefix
144
* If there is no prefix bound to this
namespace
return null
147
* <p><b>NOTE:</b> if the prefix is empty string "" and default
namespace
is boun
[
all
...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp
3
// C++'0x [
namespace
.memdef] p3:
4
// Every name first declared in a
namespace
is a member of that
namespace
. If
7
// enclosing
namespace
.
9
namespace
N {
20
// Ensure we can handle attaching friend declarations to an enclosing
namespace
22
namespace
N { struct S1 { struct IS1; }; }
23
namespace
N {
36
//
namespace
scope (either before or after the class definition granting
43
// consider any scopes outside the innermost enclosing
namespace
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h
41
namespace
google {
42
namespace
protobuf {
44
namespace
io {
49
namespace
protobuf {
50
namespace
compiler {
51
namespace
cpp {
80
} //
namespace
cpp
81
} //
namespace
compiler
82
} //
namespace
protobuf
84
} //
namespace
googl
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_enum.h
42
namespace
google {
43
namespace
protobuf {
44
namespace
io {
49
namespace
protobuf {
50
namespace
compiler {
51
namespace
java {
79
} //
namespace
java
80
} //
namespace
compiler
81
} //
namespace
protobuf
83
} //
namespace
googl
[
all
...]
java_extension.h
42
namespace
google {
43
namespace
protobuf {
45
namespace
io {
50
namespace
protobuf {
51
namespace
compiler {
52
namespace
java {
72
} //
namespace
java
73
} //
namespace
compiler
74
} //
namespace
protobuf
76
} //
namespace
googl
[
all
...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.h
44
namespace
google {
45
namespace
protobuf {
46
namespace
io {
51
namespace
protobuf {
52
namespace
compiler {
53
namespace
javamicro {
82
} //
namespace
javamicro
83
} //
namespace
compiler
84
} //
namespace
protobuf
86
} //
namespace
googl
[
all
...]
Completed in 394 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>