OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:here
(Results
551 - 575
of
18871
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp
10
//Just an additionnal compilation test for Borland that used to fail
here
.
/development/samples/TicTacToeLib/
AndroidManifest.xml
21
<!-- The activity tag
here
is currently not used. The main project TicTacToeMain
23
However later the tools will pick up the activities from
here
and merge them
24
automatically, so it's best to define your activities
here
like for any
/external/clang/test/ASTMerge/
category.m
6
// CHECK: category1.m:16:1: note: instance method 'method2' also declared
here
8
// CHECK: category1.m:24:1: note: instance method 'method3' also declared
here
10
// CHECK: category1.m:46:1: note: instance method 'blah' also declared
here
var.c
6
// CHECK: var1.c:2:9: note: declared
here
with type 'float **'
9
// CHECK: var1.h:1:8: note: declared
here
with type 'double'
11
// CHECK: var1.c:7:5: note: declared
here
with type 'int [18]'
/external/clang/test/CXX/special/class.temporary/
p1.cpp
9
A(const A&) = delete; // expected-note {{function has been explicitly marked deleted
here
}}
27
A(const A&) = default; // expected-note {{declared private
here
}}
41
A(const A&) = delete; // expected-note {{marked deleted
here
}}
/external/clang/test/FixIt/
typo-crash.cpp
3
// FIXME: The diagnostics and recovery
here
are very, very poor.
6
template<typename T> void template_id1() { // expected-note {{'template_id1' declared
here
}} \
22
T global(); // expected-note {{'A::B::global' declared
here
}}
typo.c
11
struct Point top_left, // expected-note{{'top_left' declared
here
}}
18
struct Rectangle bounds; // expected-note{{'bounds' declared
here
}}
32
typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared
here
}}
/external/clang/test/Sema/
block-sentinel-attribute.c
8
void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel
here
}}
10
void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel
here
}}
13
void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel
here
}}
decl-in-prototype.c
18
struct A { struct b { int j; } t; }; // expected-note {{previous definition is
here
}}
23
struct ab { // expected-note {{previous definition is
here
}} expected-note {{previous definition is
here
}}
implicit-decl.c
6
extern int printf(__const char *__restrict __format, ...); // expected-note{{'printf' declared
here
}}
12
if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is
here
}} \
27
extern int sformatf(char *str, __const char *__restrict __format, ...); // expected-note{{'sformatf' declared
here
}}
/external/clang/test/SemaCXX/
namespace.cpp
2
namespace A { // expected-note 2 {{previous definition is
here
}}
11
class B {}; // expected-note {{previous definition is
here
}} \
14
void C(); // expected-note {{previous definition is
here
}}
warn-shadow.cpp
4
int i; // expected-note {{previous declaration is
here
}}
9
int j; // expected-note {{previous declaration is
here
}}
74
extern int bob; // expected-note {{previous declaration is
here
}}
/external/clang/test/SemaObjC/
dist-object-modifiers.m
5
- (bycopy id)serverPID; // expected-note {{previous declaration is
here
}}
6
- (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is
here
}}
8
+ (oneway id) stillMore : (byref id)Arg : (bycopy oneway id)Arg1; // expected-note 3 {{previous declaration is
here
}}
method-conflict-2.m
7
- (void) test1:(A*) object; // expected-note {{previous definition is
here
}}
17
- (void) test1:(id) object; // expected-note {{previous definition is
here
}}
28
- (B*) test2; // expected-note {{previous definition is
here
}}
protocol-implementing-class-methods.m
8
- (void) : (double) arg; // expected-note {{method ':' declared
here
}}
12
- (void) initialize; // expected-note {{method 'initialize' declared
here
}}
20
- (void) CEMeth; // expected-note {{method 'CEMeth' declared
here
}}
protocols.m
32
@protocol PROTO<p1> // expected-note {{previous definition is
here
}}
50
@protocol YY <XX> // Use of declaration of XX
here
should not cause a warning.
57
@protocol C < B > // expected-note{{previous definition is
here
}}
undef-superclass-1.m
3
@class SUPER, Y; // expected-note 2 {{forward declaration of class
here
}}
10
@interface INTF1 : SUPER // expected-note {{previous definition is
here
}}
17
// expected-note{{'INTF3' declared
here
}}
/external/clang/test/SemaTemplate/
instantiation-backtrace.cpp
2
template<typename T> struct A; // expected-note 4{{template is declared
here
}}
22
(void)sizeof(B<X>); // expected-note{{in instantiation of template class 'B<X>' requested
here
}}
31
(void)sizeof(G<int>); // expected-note{{in instantiation of template class 'G<int>' requested
here
}}
metafun-apply.cpp
25
typedef typename MetaFun::template apply<T>::type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requested
here
}} \
35
apply1<add_reference, void>::type t; // expected-note{{in instantiation of template class 'apply1<add_reference, void>' requested
here
}}
37
apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested
here
}}
/external/openssh/
sandbox-null.c
47
* Strictly, we don't need to maintain any state
here
but we need
57
/* Nothing to do
here
*/
69
/* Nothing to do
here
*/
/external/svox/pico/src/com/svox/pico/
Pico.java
23
* This activity is only
here
so that the native code can be
27
* implementing TTS must be a file placed
here
:
38
// This activity is only
here
so that everything
/external/valgrind/main/exp-sgcheck/tests/
stackerr.c
7
Expected: stack array "a" in frame 2 back from
here
8
Actual: stack array "beforea" in frame 2 back from
here
12
Expected: stack array "a" in frame 2 back from
here
/external/webkit/LayoutTests/fast/url/resources/
utilities.js
6
// It would be more elegant to use the DOM
here
, but we use document.write()
15
// It would be more elegant to use the DOM
here
, but we chose document.write()
31
// It would be more elegant to use the DOM
here
, but we use document.write()
/external/webkit/Source/WebCore/manual-tests/
text-field-autoscroll.html
10
Start dragging in the text above the text field. Stop where it says "
HERE
".</p>
19
Start dragging
here
....<br>
21
End dragging ............................
HERE
........watch the text field scroll.
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
ColorUsageDetectorTest.java
29
"WrongColor.java:11: Error: Should pass resolved color instead of resource id
here
: getResources().getColor(R.color.red)\n" +
30
"WrongColor.java:12: Error: Should pass resolved color instead of resource id
here
: getResources().getColor(android.R.color.red)\n" +
31
"WrongColor.java:9: Error: Should pass resolved color instead of resource id
here
: getResources().getColor(R.color.blue)",
Completed in 1296 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>