OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
326 - 350
of
2980
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/SemaCXX/
virtuals.cpp
7
void h() = 0; // expected-error {{'h' is not virtual and cannot be
declared
pure}}
25
void g(int) = 0; // expected-error{{'g' is not virtual and cannot be
declared
pure}}
function-redecl.cpp
29
void typocorrection(); // expected-note {{'typocorrection'
declared
here}}
38
void Bar(); // expected-note {{'Bar'
declared
here}}
47
void typocorrection(const int); // expected-note {{'typocorrection'
declared
here}}
106
void BeEvil(); // expected-note {{'BeEvil'
declared
here}}
110
bool isGood(); // expected-note {{'Bar::Foo::isGood'
declared
here}}
lambda-expressions.cpp
47
int a = 0; // expected-note 5 {{
declared
}}
61
union { // expected-note {{
declared
}}
68
__block int e; // expected-note 3 {{
declared
}}
72
int f[10]; // expected-note {{
declared
}}
83
const int h = a; // expected-note {{
declared
}}
89
int &ref_i = i; // expected-note {{
declared
}}
/external/clang/test/SemaObjC/
method-undef-category-warn-1.m
7
- (void) Pmeth; // expected-note {{method 'Pmeth'
declared
here}}
8
- (void) Pmeth1; // expected-note {{method 'Pmeth1'
declared
here}}
related-result-type-inference.m
89
- (Unrelated *)initBlah; // expected-warning{{method is expected to return an instance of its class type 'B', but is
declared
to return 'Unrelated *'}}
96
- (Unrelated *)initBlah { // expected-warning{{method is expected to return an instance of its class type 'C', but is
declared
to return 'Unrelated *'}}
110
+ (Unrelated *)newBlarg { // expected-warning{{method is expected to return an instance of its class type 'D', but is
declared
to return 'Unrelated *'}}
114
+ (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class type 'D', but is
declared
to return 'Unrelated *'}}
125
- (int)initBlah; // expected-warning{{protocol method is expected to return an instance of the implementing class, but is
declared
to return 'int'}}
153
- (id)_ABC_init __attribute__((objc_method_family(init))); // expected-note {{method '_ABC_init'
declared
here}}
weak-receiver-warn.m
26
@property __weak Test* weak_prop; // expected-note {{property
declared
here}}
27
@property (weak, atomic) id weak_atomic_prop; // expected-note {{property
declared
here}}
28
- (__weak id) P; // expected-note {{method 'P'
declared
here}}
55
@property (weak) MyClass *parent; // expected-note 4 {{property
declared
here}}
73
@property (weak) id object; // expected-note 2 {{property
declared
here}}
default-synthesize.m
108
@property int p; // expected-note 2 {{property
declared
here}}
130
@property (nonatomic, strong) NSString *requiredString; // expected-note {{property
declared
here}}
139
@implementation MyClass // expected-warning {{auto property synthesis will not synthesize property
declared
in a protocol}}
property.m
5
int IVAR; // expected-note{{instance variable is
declared
here}}
14
@property int d1; // expected-note 2 {{property
declared
here}}
61
@property int treeController; // expected-note {{property
declared
here}}
/external/javassist/src/main/javassist/util/proxy/
MethodHandler.java
32
* @param thisMethod the overridden method
declared
in the super
36
* abstract or
declared
in the interface.
/external/libogg/doc/libogg/
ogg_sync_init.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
37
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct. After this function call, this struct has been initialized.</dd>
ogg_sync_reset.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
37
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
/external/valgrind/main/memcheck/tests/
varinfo6.stderr.exp
11
declared
at varinfo6.c:3115, in frame #2 of thread 1
20
declared
at varinfo6.c:1517, in frame #1 of thread 1
varinfo3.stderr.exp
6
declared
at varinfo3.c:35, in frame #0 of thread 1
13
a global variable
declared
at varinfo3.c:36
20
declared
at varinfo3.c:37, in frame #0 of thread 1
27
a global variable
declared
at varinfo3.c:38
42
declared
at varinfo3.c:51, in frame #2 of thread 1
57
declared
at varinfo3.c:53, in frame #2 of thread 1
varinfo3.stderr.exp-ppc64
6
declared
at varinfo3.c:35, in frame #0 of thread 1
13
a global variable
declared
at varinfo3.c:36
20
declared
at varinfo3.c:37, in frame #0 of thread 1
27
a global variable
declared
at varinfo3.c:38
42
declared
at varinfo3.c:51, in frame #2 of thread 1
57
declared
at varinfo3.c:53, in frame #2 of thread 1
/libcore/luni/src/main/java/java/lang/reflect/
Member.java
36
* Designates all
declared
members of a class or interface (without
39
public static final int
DECLARED
= 1;
/packages/apps/Calendar/tests/
AndroidManifest.xml
26
The test delcared 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
/external/webrtc/src/system_wrappers/interface/
data_log_impl.h
86
// The implementation of the CreateLog() method
declared
in data_log.h.
90
// The implementation of the StaticInstance() method
declared
in data_log.h.
94
// The implementation of the ReturnLog() method
declared
in data_log.h. See
98
// The implementation of the AddTable() method
declared
in data_log.h. See
102
// The implementation of the AddColumn() method
declared
in data_log.h. See
115
// The implementation of the NextRow() method
declared
in data_log.h. See
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp
48
template<X const *Ptr> struct A2; // expected-note{{template parameter is
declared
here}}
66
template <int *> struct zed {}; // expected-note 2{{template parameter is
declared
here}}
81
template <int& N> struct S0 { }; // expected-note 3 {{template parameter is
declared
here}}
82
template <const int& N> struct S1 { }; // expected-note 2 {{template parameter is
declared
here}}
83
template <volatile int& N> struct S2 { }; // expected-note 2 {{template parameter is
declared
here}}
128
template <int& i> struct foo {}; // expected-note{{template parameter is
declared
here}}
141
template<int (*)(int)> struct X0 { }; // expected-note 3{{template parameter is
declared
here}}
158
template<int (&)(int)> struct X0 { }; // expected-note 4{{template parameter is
declared
here}}
184
template<int (Y::*)(int)> struct X0 {}; // expected-note{{template parameter is
declared
here}}
198
template<int Y::*> struct X0 {}; // expected-note{{template parameter is
declared
here}
[
all
...]
/development/samples/TicTacToeMain/
_index.html
11
which is
declared
in the library project. </p>
25
targeted at the <code>GameActivity</code> component
declared
in the TicTacToeLib
63
<img alt="Screenshot of an Activity
declared
in a library project" src="../images/TicTacToeLib.png" />
/external/clang/test/Parser/
MicrosoftExtensions.c
60
enum __declspec(deprecated) E2 { i, j, k }; // expected-note {{
declared
here}}
61
__declspec(deprecated) enum E3 { a, b, c } e; // expected-note {{
declared
here}}
100
__declspec(property(get=foo) deprecated) int t; // expected-note {{
declared
here}}
/external/clang/test/SemaObjCXX/
arc-0x.mm
39
__autoreleasing id p; // expected-note 2 {{'p'
declared
here}}
46
__autoreleasing id &p = v; // expected-note 2 {{'p'
declared
here}}
52
__autoreleasing id v; // expected-note {{'v'
declared
here}}
/external/protobuf/gtest/test/
gtest_nc_test.py
75
[r'BarTest.*was not
declared
']),
78
[r'BarTest.*was not
declared
']),
81
[r'BarTest.*not
declared
']),
/device/generic/goldfish/opengl/
Android.mk
44
# be imported by module B when it is
declared
.
47
# module that hasn't been
declared
yet anyway.
/external/bison/m4/
signbit.m4
18
If signbit is not
declared
at all but exists as a library function, don't
20
If signbit is not
declared
at all but exists as a compiler built-in, don't
84
dnl Test whether copysignf() is
declared
.
101
[Define if the copysignf function is
declared
in <math.h> and available in libc.])
106
dnl Test whether copysign() is
declared
.
123
[Define if the copysign function is
declared
in <math.h> and available in libc.])
128
dnl Test whether copysignl() is
declared
.
145
[Define if the copysignl function is
declared
in <math.h> and available in libc.])
/external/chromium/testing/gtest/test/
gtest_prod_test.cc
37
// Tests that private members can be accessed from a TEST
declared
as
49
// Tests that private members can be accessed from a TEST_F
declared
Completed in 240 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>