OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
201 - 225
of
3775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
arc-property.m
11
@property (strong) id myString; // expected-note {{property
declared
here}}
13
@property (retain) id myString2; // expected-note {{property
declared
here}}
17
@property __weak id myString5; // expected-note {{property
declared
here}}
38
@property(weak) id x; // expected-note {{property
declared
here}}
39
@property(weak) id y; // expected-note {{property
declared
here}}
protocols-suppress-conformance.m
7
- (void) theBestOfTimes; // expected-note {{method 'theBestOfTimes'
declared
here}}
8
@property (readonly) id theWorstOfTimes; // expected-note {{property
declared
here}}
16
@property (readonly) id theWorstOfTimes; // expected-note {{property
declared
here}}
40
// it is
declared
in ClassA. This is okay, since
54
- (void) foulIsFair; // expected-note {{method 'foulIsFair'
declared
here}}
82
- (void)rlyeh; // expected-note 2 {{method 'rlyeh'
declared
here}}
83
- (void)innsmouth; // expected-note 2 {{method 'innsmouth'
declared
here}}
89
- (void)innsmouth; // expected-note {{method 'innsmouth'
declared
here}}
96
- (void)innsmouth; // expected-note 2 {{method 'innsmouth'
declared
here}}
186
- (void)methodA; // expected-note {{method 'methodA'
declared
here}
[
all
...]
default-synthesize-2.m
33
// object has user
declared
setter/getter so it won't be
44
id uid; // expected-note {{instance variable is
declared
here}}
46
@property (readwrite, assign) id uid; // expected-note {{property
declared
here}}
90
id _var; // expected-note {{'_var'
declared
here}}
122
id y; // expected-note {{instance variable is
declared
here}}
124
@property(copy) id y; // expected-note {{property
declared
here}}
continuation-class-err.m
9
@property(readwrite, assign) id object1; // expected-note {{property
declared
here}}
20
@property (copy) id fee; // expected-note {{property
declared
here}}
24
@property (copy) id foo; // expected-note {{property
declared
here}}
incomplete-implementation.m
4
- Meth; // expected-note 2 {{method 'Meth'
declared
here}}
18
- Meth; // expected-note{{method 'Meth'
declared
here}}
53
- (void)ImpleThisMethod; // expected-note {{method 'ImpleThisMethod'
declared
here}}
warn-deprecated-implementations.m
6
- (void) D __attribute__((deprecated)); // expected-note {{method 'D'
declared
here}}
32
@interface CL // expected-note 2 {{class
declared
here}} // expected-note 2 {{'CL' has been explicitly marked deprecated here}}
46
- (void) B __attribute__((deprecated)); // expected-note {{method 'B'
declared
here}}
/external/clang/test/SemaCXX/
typo-correction.cpp
45
static int base_type; // expected-note {{'base_type'
declared
here}}
57
class some_name {}; // expected-note {{'some_name'
declared
here}}
70
double FieldA; // expected-note{{'FieldA'
declared
here}}
77
typedef char* another_str; // expected-note{{'another_str'
declared
here}}
78
namespace AnotherStd { // expected-note{{'AnotherStd'
declared
here}}
87
template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames'
declared
here}}
93
class StreamOut {}; // expected-note 2 {{'StreamOut'
declared
here}}
94
long stream_count; // expected-note 2 {{'stream_count'
declared
here}}
118
void add_it(int i); // expected-note{{'add_it'
declared
here}}
129
Message somenetmsg; // expected-note{{'somenetmsg'
declared
here}
[
all
...]
implicit-member-functions.cpp
4
A::A() { } // expected-error {{definition of implicitly
declared
default constructor}}
7
B::B(const B&) { } // expected-error {{definition of implicitly
declared
copy constructor}}
10
C& C::operator=(const C&) { return *this; } // expected-error {{definition of implicitly
declared
copy assignment operator}}
13
D::~D() { } // expected-error {{definition of implicitly
declared
destructor}}
16
// name-lookup purposes and overload with user-
declared
77
// definition of 'struct B', so there is no
declared
copy constructor yet.
115
//
declared
it yet), but by the time we get all the way back here, we should
array-bounds-ptr-arith.cpp
5
const char hello[] = "Hello world!"; // expected-note 2 {{
declared
here}}
23
double numbers[2]; // expected-note {{
declared
here}}
27
char buffer[5]; // expected-note 2 {{
declared
here}}
/libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java
29
* it will of necessity also have been
declared
(<em>isDeclared()</em>)
32
* must have been
declared
.
42
* Returns false unless the attribute was
declared
in the DTD.
44
* as CDATA: ones that were
declared
(and hence are usually valid),
48
* @return true if the attribute was
declared
in the DTD,
56
* Returns false unless the attribute was
declared
in the DTD.
58
* as CDATA: ones that were
declared
(and hence are usually valid),
62
* @return true if the attribute was
declared
in the DTD,
70
* Returns false unless the attribute was
declared
in the DTD.
72
* as CDATA: ones that were
declared
(and hence are usually valid)
[
all
...]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp
19
alignas(8) extern int n6; // expected-note {{
declared
with 'alignas' attribute here}}
24
alignas(8) extern int n8; // expected-note {{
declared
with 'alignas' attribute here}}
28
alignas(4) extern int n9; // expected-note {{
declared
with 'alignas' attribute here}}
31
enum alignas(2) E : char; // expected-note {{
declared
with 'alignas' attribute here}}
42
enum alignas(1) H : char; // expected-note {{
declared
with 'alignas' attribute here}}
46
struct alignas(16) S; // expected-note {{
declared
with 'alignas' attribute here}}
59
struct alignas(1) V; // expected-note {{
declared
with 'alignas' attribute here}}
/external/selinux/secilc/docs/
cil_context_statement.xml
6
<para>Contexts are formed using previously
declared
parameters and may be named or anonymous where:</para>
8
<listitem><para>Named - The context is
declared
with a context identifer that is used as a reference.</para></listitem>
45
<para>A single previously
declared
<literal><link linkend="user">user</link></literal> identifier.</para>
53
<para>A single previously
declared
<literal><link linkend="role">role</link></literal> identifier.</para>
61
<para>A single previously
declared
<literal><link linkend="type">type</link></literal> or <literal><link linkend="typealias">typealias</link></literal> identifier.</para>
69
<para>A single previously
declared
<literal><link linkend="levelrange">levelrange</link></literal> identifier. This entry may also be defined by anonymous or named <literal><link linkend="level">level</link></literal>, <literal><link linkend="sensitivity">sensitivity</link></literal>, <literal><link linkend="sensitivityalias">sensitivityalias</link></literal>, <literal><link linkend="category">category</link></literal>, <literal><link linkend="categoryalias">categoryalias</link></literal> or <literal><link linkend="categoryset">categoryset</link></literal> as discussed in the <link linkend="mls_labeling_statements">Multi-Level Security Labeling Statements</link> section and shown in the examples.</para>
85
<para>This example uses an anonymous context where the previously
declared
<literal><link linkend="user">user</link> <link linkend="role">role</link> <link linkend="type">type</link> <link linkend="levelrange">levelrange</link></literal> identifiers are used to specifiy two <literal><link linkend="portcon">portcon</link></literal> statements:</para>
/external/selinux/libsepol/tests/
test-linker-types.c
51
* - attr a
declared
in base, added to in module
52
* - attr a
declared
in base, added to in module optional
53
* - attr a
declared
in base, added to in 2 modules
54
* - attr a
declared
in base, added to in 2 modules (optional and global)
55
* - attr a
declared
in base optional, added to in module
56
* - attr a
declared
in base optional, added to in module optional
57
* - attr a added to in base optional,
declared
in module
58
* - attr a added to in base optional,
declared
in module optional
59
* - attr a added to in base optional,
declared
in module, added to in other module
60
* - attr a added to in base optional,
declared
in module optional, added to in other modul
[
all
...]
/external/clang/test/CXX/class.access/
p6.cpp
22
typedef int type; // expected-note {{
declared
private here}}
38
operator Protected (); // expected-note {{
declared
protected here}}
39
A(Protected); // expected-note {{
declared
protected here}}
41
operator Private (); // expected-note {{
declared
private here}}
42
A(Private); // expected-note {{
declared
private here}}
95
static void foo(); // expected-note {{'Outer::A<B, Green>::foo'
declared
here}}
126
enum Enum { E0, E1, E2 }; // expected-note 4 {{
declared
private here}}
147
private: class private_inner {}; // expected-note {{
declared
private here}}
176
operator UnspecifiedBoolType() const; // expected-note {{implicitly
declared
private here}}
186
operator char*() const; // expected-note {{implicitly
declared
private here}
[
all
...]
/external/clang/test/FixIt/
typo.m
7
@interface NSString // expected-note 2{{'NSString'
declared
here}}
17
@property int *sprop; // expected-note{{'sprop'
declared
here}}
22
int his_ivar; // expected-note 2{{'his_ivar'
declared
here}}
27
@property int his_prop; // expected-note{{'his_prop'
declared
here}}
32
int her_ivar; // expected-note 2{{'her_ivar'
declared
here}}
35
@property int her_prop; // expected-note{{'her_prop'
declared
here}}
67
@interface Collide // expected-note{{'Collide'
declared
here}}
70
int value; // expected-note{{'value'
declared
here}}
73
@property int value; // expected-note{{'value'
declared
here}}
91
@protocol NetworkSocket // expected-note{{'NetworkSocket'
declared
here}
[
all
...]
/external/clang/test/CXX/class.access/class.friend/
p1.cpp
10
struct S { static void f(); }; // expected-note 2 {{'S'
declared
here}}
11
S* g() { return 0; } // expected-note 2 {{'g'
declared
here}}
28
// Test that we recurse through namespaces to find already
declared
names, but
29
// new names are
declared
within the enclosing namespace.
39
struct S2 { static void f2(); }; // expected-note 2 {{'S2'
declared
here}}
40
S2* g2() { return 0; } // expected-note 2 {{'g2'
declared
here}}
74
static void member(); // expected-note 2 {{
declared
private here}}
125
X *getPrev() { return Prev; } // expected-note{{member is
declared
here}}
128
class ilist_node : private ilist_half_node { // expected-note {{
declared
private here}} expected-note {{constrained by private inheritance here}}
131
X *getNext() { return Next; } // expected-note {{
declared
private here}
[
all
...]
/external/lldb/test/lang/c/shared_lib/
TestSharedLib.py
15
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
21
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
27
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
33
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
68
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
82
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
/external/lldb/test/lang/c/shared_lib_stripped_symbols/
TestSharedLibStrippedSymbols.py
15
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
21
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
27
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
33
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
68
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
82
"""Test that types work when defined in a shared library and forward-
declared
in the main executable"""
/external/clang/test/ASTMerge/
property.m
5
// CHECK: property2.m:12:26: error: property 'Prop1'
declared
with incompatible types in different translation units ('int' vs. 'float')
6
// CHECK: property1.m:10:28: note:
declared
here with type 'float'
8
// CHECK: property1.m:10:28: note: instance method 'Prop1' also
declared
here
/external/valgrind/memcheck/tests/
varinfo2.stderr.exp
6
declared
at varinfo2.c:39, in frame #1 of thread 1
13
declared
at varinfo2.c:42, in frame #1 of thread 1
20
declared
at varinfo2.c:37, in frame #1 of thread 1
varinfo2.stderr.exp-ppc64
6
declared
at varinfo2.c:39, in frame #1 of thread 1
13
declared
at varinfo2.c:42, in frame #1 of thread 1
20
declared
at varinfo2.c:37, in frame #1 of thread 1
varinfo4.stderr.exp
6
declared
at varinfo4.c:45, in frame #1 of thread 1
13
declared
at varinfo4.c:45, in frame #1 of thread 1
20
declared
at varinfo4.c:45, in frame #1 of thread 1
varinfo4.stderr.exp-ppc64
6
declared
at varinfo4.c:45, in frame #1 of thread 1
13
declared
at varinfo4.c:45, in frame #1 of thread 1
20
declared
at varinfo4.c:45, in frame #1 of thread 1
/packages/providers/CallLogProvider/tests/
AndroidManifest.xml
26
The test
declared
in this instrumentation will be run along with tests
declared
by
28
The "itr" command will find all tests
declared
by all applications. If you want to run just these
/packages/providers/PartnerBookmarksProvider/tests/
AndroidManifest.xml
26
The test
declared
in this instrumentation will be run along with tests
27
declared
by all other applications via the command: "adb shell itr".
28
The "itr" command will find all tests
declared
by all applications.
Completed in 862 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>