HomeSort by relevance Sort by last modified time
    Searched full:appear (Results 1 - 25 of 6095) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/Sema/
inline.c 4 inline int a; // expected-error{{'inline' can only appear on functions}}
5 typedef inline int b; // expected-error{{'inline' can only appear on functions}}
6 int d(inline int a); // expected-error{{'inline' can only appear on functions}}
  /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}}
cxx0x-attributes.cpp 29 int (paren_attr) [[]]; // expected-error {{an attribute list cannot appear here}}
34 extern "C++" [[]] { } // expected-error {{an attribute list cannot appear here}}
35 [[]] template <typename T> void before_template_attr (); // expected-error {{an attribute list cannot appear here}}
36 [[]] namespace ns { int i; } // expected-error {{an attribute list cannot appear here}} expected-note {{declared here}}
37 [[]] static_assert(true, ""); //expected-error {{an attribute list cannot appear here}}
38 [[]] asm(""); // expected-error {{an attribute list cannot appear here}}
40 [[]] using ns::i; // expected-error {{an attribute list cannot appear here}}
68 } [[]] catch (...) { // expected-error {{an attribute list cannot appear here}}
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.
  /cts/tests/tests/webkitsecurity/assets/
hidden-iframe-scrollbar-crash2.html 3 This is some text to force a scrollbar to appear.
4 This is some text to force a scrollbar to appear.
5 This is some text to force a scrollbar to 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/SemaCXX/
inline.cpp 5 struct c {inline int a;}; // expected-error{{'inline' can only appear on functions}}
  /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
  /ndk/sources/cxx-stl/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
  /prebuilts/ndk/android-ndk-r5/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
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/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

Completed in 1323 milliseconds

1 2 3 4 5 6 7 8 91011>>