OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NS
(Results
1 - 25
of
36
) sorted by null
1
2
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
p1.cpp
7
namespace
NS
{
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp
5
namespace
NS
{
8
using namespace
NS
;
20
namespace
NS
{
23
using namespace
NS
;
25
using C =
NS
::C; // ok, same type
/external/clang/test/SemaCXX/
warn-missing-prototypes.cpp
5
namespace
NS
{
for-range-no-std.cpp
15
namespace
NS
{
27
NS
::iter begin(
NS
::NoADL); // expected-note {{not viable}}
28
NS
::iter end(
NS
::NoADL);
35
for (int b :
NS
::ADL()) {} // ok
36
for (int b :
NS
::NoADL()) {} // expected-error {{no matching function for call to 'begin'}} expected-note {{range has type}}
elaborated-type-specifier.cpp
19
namespace
NS
{
28
void test_X_elab(
NS
::X x) {
30
x.test_elab2(s4); // expected-error{{cannot initialize a parameter of type '
NS
::S4 *' with an lvalue of type 'struct S4 *'}}
33
namespace
NS
{
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/
p1.cpp
8
namespace
NS
{
/external/clang/test/CodeGenCXX/
mangle-subst.cpp
50
namespace
NS
{
62
namespace
NS
{
66
namespace
NS
{
predefined-expr.cpp
4
// CHECK: private unnamed_addr constant [26 x i8] c"void
NS
::externFunction()\00"
7
// CHECK: private unnamed_addr constant [60 x i8] c"void
NS
::ClassTemplate<
NS
::Base *>::classTemplateFunction()\00"
8
// CHECK: private unnamed_addr constant [53 x i8] c"void
NS
::ClassTemplate<int>::classTemplateFunction()\00"
11
// CHECK: private unnamed_addr constant [45 x i8] c"void
NS
::Base::functionTemplate1(
NS
::Base *)\00"
12
// CHECK: private unnamed_addr constant [38 x i8] c"void
NS
::Base::functionTemplate1(int)\00"
15
// CHECK: private unnamed_addr constant [83 x i8] c"void
NS
::ContainerForAnonymousRecords::<anonymous union>::anonymousUnionFunction()\00"
18
// CHECK: private unnamed_addr constant [85 x i8] c"void
NS
::ContainerForAnonymousRecords::<anonymous struct>::anonymousStructFunction()\00"
21
// CHECK: private unnamed_addr constant [83 x i8] c"void
NS
::ContainerForAnonymousRecords::<anonymous class>::anonymousClassFunction()\00
[
all
...]
visibility.cpp
79
namespace
NS
HIDDEN {
80
// f is in
NS
which is hidden.
85
namespace
NS
{
86
// g is in
NS
, but this
NS
decl is not hidden.
mangle.cpp
100
namespace
NS
{
115
NS
::ft1<int>(1);
163
namespace
NS
{
168
template bool
NS
::operator==(const ::A<char>&, const ::A<char>&);
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp
90
namespace
NS
{
94
void bar(
NS
::A& a);
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp
56
for (A
NS
:A()) { // expected-error {{no viable conversion from 'int' to 'A'}}
183
namespace
NS
{
185
int *begin(ADL); // expected-note {{no known conversion from '
NS
::NoADL' to '
NS
::ADL'}}
190
int *begin(
NS
::NoADL);
191
int *end(
NS
::NoADL);
198
for (auto u :
NS
::ADL()) {
200
for (auto u :
NS
::NoADL()) { // expected-error {{no matching function for call to 'begin'}} expected-note {{range has type}}
/frameworks/base/services/java/com/android/server/
PreferredComponent.java
168
final int
NS
= mSetClasses != null ? mSetClasses.length : 0;
173
serializer.attribute(null, "set", Integer.toString(
NS
));
174
for (int s=0; s<
NS
; s++) {
184
final int
NS
= mSetPackages.length;
191
for (int j=0; j<
NS
; j++) {
201
return numMatch ==
NS
;
TextServicesManagerService.java
506
int
NS
= info.getSubtypeCount();
507
for (int i=0; i<
NS
; i++) {
/frameworks/base/tools/aapt/
StringPool.cpp
33
const size_t
NS
= pool->size();
34
for (size_t s=0; s<
NS
; s++) {
/external/clang/lib/Lex/
Pragma.cpp
698
PragmaNamespace *
NS
= PragmaHandlers;
705
NS
= Existing->getIfNamespace();
706
assert(
NS
&& "Invalid namespace, registered as a regular pragma handler!");
709
NS
->RemovePragmaHandler(Handler);
713
if (
NS
!= PragmaHandlers &&
NS
->IsEmpty())
714
PragmaHandlers->RemovePragmaHandler(
NS
);
842
explicit PragmaDiagnosticHandler(const char *
NS
) :
843
PragmaHandler("diagnostic"), Namespace(
NS
) {}
[
all
...]
/external/clang/test/CXX/class.access/class.friend/
p1.cpp
196
namespace
ns
{
namespace in namespace:test5
200
class
ns
::A {
205
namespace
ns
{
namespace in namespace:test5
292
namespace
NS
{
301
NS
::bar->foo();
305
NS
::bar->foo(); // expected-error {{private member}}
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
797
NamespaceDecl *
NS
= D->getOriginalNamespace();
798
Writer.AddUpdatedDeclContext(
NS
);
801
NS
->lookup(DeclarationName());
802
StoredDeclsMap *Map = static_cast<StoredDeclsMap*>(
NS
->getLookupPtr());
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
ProcessStats.java
343
int
NS
= allProcs.size();
351
Stats st = curStatsIndex <
NS
? allProcs.get(curStatsIndex) : null;
426
NS
++;
494
NS
--;
504
while (curStatsIndex <
NS
) {
514
NS
--;
/external/clang/lib/AST/
DeclBase.cpp
[
all
...]
/frameworks/base/core/jni/
android_util_Process.cpp
631
const jsize
NS
= outStrings ? env->GetArrayLength(outStrings) : 0;
709
if ((mode&PROC_OUT_STRING) != 0 && di <
NS
) {
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
/external/expat/lib/
xmltok.c
1620
#define
ns
macro
1625
#undef
ns
macro
1630
#define
ns
macro
1637
#undef
ns
macro
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
RunningState.java
662
int
NS
= services != null ? services.size() : 0;
663
for (int i=0; i<
NS
; i++) {
671
NS
--;
680
NS
--;
698
for (int i=0; i<
NS
; i++) {
712
for (int i=0; i<
NS
; i++) {
[
all
...]
Completed in 520 milliseconds
1
2