OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appear
(Results
1 - 25
of
7666
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/
notimer-after-unload-expected.txt
2
You should have seen one unload alert
appear
.
/external/clang/test/Preprocessor/
macro_paste_bad.c
10
#define a a ## ## // expected-error {{'##' cannot
appear
at end of macro expansion}}
11
#define b() b ## ## // expected-error {{'##' cannot
appear
at end of macro expansion}}
12
#define c c ## // expected-error {{'##' cannot
appear
at end of macro expansion}}
13
#define d() d ## // expected-error {{'##' cannot
appear
at end of macro expansion}}
16
#define e ## ## e // expected-error {{'##' cannot
appear
at start of macro expansion}}
17
#define f() ## ## f // expected-error {{'##' cannot
appear
at start of macro expansion}}
18
#define g ## g // expected-error {{'##' cannot
appear
at start of macro expansion}}
19
#define h() ## h // expected-error {{'##' cannot
appear
at start of macro expansion}}
20
#define i ## // expected-error {{'##' cannot
appear
at start of macro expansion}}
21
#define j() ## // expected-error {{'##' cannot
appear
at start of macro expansion}
[
all
...]
/external/clang/test/SemaObjCXX/
objc-decls-inside-namespace.mm
5
@protocol P; //expected-error{{Objective-C declarations may only
appear
in global scope}}
7
@class Bar; //expected-error{{Objective-C declarations may only
appear
in global scope}}
9
@compatibility_alias Foo Bar; //expected-error{{Objective-C declarations may only
appear
in global scope}}
11
@interface A //expected-error{{Objective-C declarations may only
appear
in global scope}}
14
@implementation A //expected-error{{Objective-C declarations may only
appear
in global scope}}
17
@protocol P //expected-error{{Objective-C declarations may only
appear
in global scope}}
20
@interface A(C) //expected-error{{Objective-C declarations may only
appear
in global scope}}
23
@implementation A(C) //expected-error{{Objective-C declarations may only
appear
in global scope}}
26
@interface B @end //expected-error{{Objective-C declarations may only
appear
in global scope}}
27
@implementation B //expected-error{{Objective-C declarations may only
appear
in global scope}
[
all
...]
/external/clang/test/Parser/
objc-missing-impl.m
2
@end // expected-error {{'@end' must
appear
in an Objective-C context}}
c11-noreturn.c
7
int f() _Noreturn; // expected-error {{expected ';'}} expected-warning {{does not declare anything}} expected-error {{'_Noreturn' can only
appear
on functions}}
9
_Noreturn char c1; // expected-error {{'_Noreturn' can only
appear
on functions}}
10
char _Noreturn c2; // expected-error {{'_Noreturn' can only
appear
on functions}}
12
typedef _Noreturn int g(); // expected-error {{'_Noreturn' can only
appear
on functions}}
14
_Noreturn int; // expected-error {{'_Noreturn' can only
appear
on functions}} expected-warning {{does not declare anything}}
15
_Noreturn struct S; // expected-error {{'_Noreturn' can only
appear
on functions}}
16
_Noreturn enum E { e }; // expected-error {{'_Noreturn' can only
appear
on functions}}
cxx0x-attributes.cpp
40
const [[]] int between_attr_2 = 0; // expected-error {{an attribute list cannot
appear
here}}
70
attr_after_class_name_decl [[]] [[]]; // expected-error {{an attribute list cannot
appear
here}}
73
attr_after_class_name_definition [[]] [[]] [[]]{}; // expected-error {{an attribute list cannot
appear
here}}
82
alignas(float) [[]] final // expected-error {{an attribute list cannot
appear
here}}
83
alignas(float) [[]] [[]] alignas(float): base{}; // expected-error {{an attribute list cannot
appear
here}}
86
[[]] [[]] alignas(16) final // expected-error {{an attribute list cannot
appear
here}}
87
[[]] [[]] alignas(16) [[]]{}; // expected-error {{an attribute list cannot
appear
here}}
90
[[]] struct no_init_declarators; // expected-error {{an attribute list cannot
appear
here}}
91
template<typename> [[]] struct no_init_declarators_template; // expected-error {{an attribute list cannot
appear
here}}
94
[[]] struct no_init_declarators; // expected-error {{an attribute list cannot
appear
here}
[
all
...]
cxx11-base-spec-attributes.cpp
7
struct E : public [[]] virtual A {}; // expected-error {{an attribute list cannot
appear
here}}
8
struct F : virtual [[]] public A {}; // expected-error {{an attribute list cannot
appear
here}}
pragma-fp-contract.c
5
/* expected-error@+1 {{'#pragma fp_contract' should only
appear
at file scope or at the start of a compound expression}} */
missing-end-4.m
8
@end // expected-error {{'@end' must
appear
in an Objective-C context}}
15
@end // expected-error {{'@end' must
appear
in an Objective-C context}}
20
@end // expected-error {{'@end' must
appear
in an Objective-C context}}
25
@end // expected-error {{'@end' must
appear
in an Objective-C context}}
30
@end // expected-error {{'@end' must
appear
in an Objective-C context}}
/external/webkit/LayoutTests/fast/dom/Geolocation/
notimer-after-unload-expected.txt
3
You should have seen one unload alert
appear
.
/external/webkit/LayoutTests/fast/encoding/dumpAsText/
utf-16-no-bom-expected.txt
1
This XML file does not
appear
to have any style information associated with it. The document tree is shown below.
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p8.cpp
7
(void)[foo, foo] () {}; // expected-error {{'foo' can
appear
only once}}
8
(void)[this, this] () {}; // expected-error {{'this' can
appear
only once}}
28
(void)[i, i]{ }; // expected-error{{'i' can
appear
only once in a capture list}}
/external/stlport/test/eh/
TestClass.cpp
9
* provided that the above copyright notice
appear
in all copies and
10
* that both that copyright notice and this permission notice
appear
random_number.h
9
* provided that the above copyright notice
appear
in all copies and
10
* that both that copyright notice and this permission notice
appear
test_bitset.cpp
9
* provided that the above copyright notice
appear
in all copies and
10
* that both that copyright notice and this permission notice
appear
/external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp
46
int friend; // expected-error {{'friend' must
appear
first in a non-function declaration}}
47
unsigned friend int; // expected-error {{'friend' must
appear
first in a non-function declaration}}
48
const volatile friend int; // expected-error {{'friend' must
appear
first in a non-function declaration}}
50
friend; // expected-error {{'friend' must
appear
first in a non-function declaration}}
/external/clang/test/SemaCXX/
inline.cpp
5
struct c {inline int a;}; // expected-error{{'inline' can only
appear
on functions}}
/external/clang/test/FixIt/
fixit-cxx11-attributes.cpp
9
attr_after_class_name_decl [[]] [[]]; // expected-error {{an attribute list cannot
appear
here}}
14
attr_after_class_name_definition [[]] [[]] [[]]{}; // expected-error {{an attribute list cannot
appear
here}}
20
alignas(float) [[]] final // expected-error {{an attribute list cannot
appear
here}}
21
alignas(float) [[]] [[]] alignas(float): base{}; // expected-error {{an attribute list cannot
appear
here}}
28
[[]] [[]] alignas(16) final // expected-error {{an attribute list cannot
appear
here}}
29
[[]] [[]] alignas(16) [[]]{}; // expected-error {{an attribute list cannot
appear
here}}
39
class with_base_spec : public [[a]] // expected-error {{an attribute list cannot
appear
here}} expected-warning {{unknown}}
42
virtual [[b]] base1, // expected-error {{an attribute list cannot
appear
here}} expected-warning {{unknown}}
45
virtual [[c]] // expected-error {{an attribute list cannot
appear
here}} expected-warning {{unknown}}
48
public [[d]] base2 {}; // expected-error {{an attribute list cannot
appear
here}} expected-warning {{unknown}
[
all
...]
/external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h
28
// (a) All Deleted items
appear
first.
29
// (b) For Updated and/or Added items, parents
appear
before their children.
32
// all siblings under a parent will
appear
in the output, even if they
34
// the output list -- items will
appear
before their sibling-order
48
// buffer. This item will
appear
in the output list as an ACTION_ADD
55
// buffer. This item will
appear
in the output list as an ACTION_DELETE
62
// buffer. This item will
appear
in the output list as an ACTION_UPDATE
64
// item will
appear
in the output list as well; if it wasn't explicitly
/external/e2fsprogs/lib/ss/
mit-sipb-copyright.h
9
appear
in all copies and that both that copyright notice and
10
this permission notice
appear
in supporting documentation,
/external/stlport/stlport/
rope
7
* provided that the above copyright notice
appear
in all copies and
8
* that both that copyright notice and this permission notice
appear
/external/stlport/stlport/stl/
msl_string.h
7
* provided that the above copyright notice
appear
in all copies and
8
* that both that copyright notice and this permission notice
appear
/external/tcpdump/
lane.h
9
* permission notice
appear
in all copies of the software,
11
* thereof, that both notices
appear
in supporting
/external/webkit/Source/WebCore/manual-tests/
svg-links.svg
9
<tspan x='10' dy='20'>3. Hover and notice a tooltip
appear
</tspan>
10
<tspan x='10' dy='20'>4. Drag the link and notice a bubble
appear
with the correct URL</tspan>
/ndk/sources/cxx-stl/stlport/stlport/
rope
7
* provided that the above copyright notice
appear
in all copies and
8
* that both that copyright notice and this permission notice
appear
Completed in 1888 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>