Home
last modified time | relevance | path

Searched full:here (Results 1 – 25 of 12801) sorted by relevance

12345678910>>...513

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
DJava1_1ValidatorTest.java30 "(line 1,col 1) 'transient' is not allowed here.", in topClass()
31 "(line 1,col 1) 'default' is not allowed here.", in topClass()
32 "(line 1,col 1) 'volatile' is not allowed here.", in topClass()
33 "(line 1,col 1) 'strictfp' is not allowed here.", in topClass()
34 "(line 1,col 1) 'private' is not allowed here.", in topClass()
35 "(line 1,col 1) 'protected' is not allowed here.", in topClass()
36 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass()
37 "(line 1,col 1) 'native' is not allowed here.", in topClass()
38 "(line 1,col 1) 'transitive' is not allowed here.", in topClass()
39 "(line 1,col 1) 'static' is not allowed here." in topClass()
[all …]
DJava1_2ValidatorTest.java28 "(line 1,col 1) 'transient' is not allowed here.", in topClass()
29 "(line 1,col 1) 'default' is not allowed here.", in topClass()
30 "(line 1,col 1) 'volatile' is not allowed here.", in topClass()
31 "(line 1,col 1) 'private' is not allowed here.", in topClass()
32 "(line 1,col 1) 'protected' is not allowed here.", in topClass()
33 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass()
34 "(line 1,col 1) 'native' is not allowed here.", in topClass()
35 "(line 1,col 1) 'transitive' is not allowed here.", in topClass()
36 "(line 1,col 1) 'static' is not allowed here." in topClass()
47 "(line 1,col 9) 'transient' is not allowed here.", in nestedClass()
[all …]
DJava5ValidatorTest.java34 "(line 1,col 1) 'transient' is not allowed here.", in topAnnotationDeclaration()
35 "(line 1,col 1) 'volatile' is not allowed here.", in topAnnotationDeclaration()
36 "(line 1,col 1) 'synchronized' is not allowed here.", in topAnnotationDeclaration()
37 "(line 1,col 1) 'default' is not allowed here.", in topAnnotationDeclaration()
38 "(line 1,col 1) 'native' is not allowed here.", in topAnnotationDeclaration()
39 "(line 1,col 1) 'transitive' is not allowed here.", in topAnnotationDeclaration()
40 "(line 1,col 1) 'static' is not allowed here.", in topAnnotationDeclaration()
41 "(line 1,col 1) 'final' is not allowed here.", in topAnnotationDeclaration()
42 "(line 1,col 1) 'private' is not allowed here.", in topAnnotationDeclaration()
43 "(line 1,col 1) 'protected' is not allowed here." in topAnnotationDeclaration()
[all …]
DJava8ValidatorTest.java34 "(line 1,col 21) 'transient' is not allowed here.", in lambdaParameter()
35 "(line 1,col 21) 'volatile' is not allowed here.", in lambdaParameter()
36 "(line 1,col 21) 'synchronized' is not allowed here.", in lambdaParameter()
37 "(line 1,col 21) 'strictfp' is not allowed here.", in lambdaParameter()
38 "(line 1,col 21) 'default' is not allowed here.", in lambdaParameter()
39 "(line 1,col 21) 'native' is not allowed here.", in lambdaParameter()
40 "(line 1,col 21) 'strictfp' is not allowed here.", in lambdaParameter()
41 "(line 1,col 21) 'abstract' is not allowed here.", in lambdaParameter()
42 "(line 1,col 21) 'static' is not allowed here.", in lambdaParameter()
43 "(line 1,col 21) 'transitive' is not allowed here.", in lambdaParameter()
[all …]
/external/skia/tests/sksl/errors/
DLayoutInFunctions.glsl3 error: 13: layout qualifier 'origin_upper_left' is not permitted here
4 error: 13: layout qualifier 'push_constant' is not permitted here
5 error: 13: layout qualifier 'blend_support_all_equations' is not permitted here
6 error: 13: layout qualifier 'color' is not permitted here
7 error: 13: layout qualifier 'location' is not permitted here
8 error: 13: layout qualifier 'offset' is not permitted here
9 error: 13: layout qualifier 'binding' is not permitted here
10 error: 13: layout qualifier 'index' is not permitted here
11 error: 13: layout qualifier 'set' is not permitted here
12 error: 13: layout qualifier 'builtin' is not permitted here
[all …]
DBadModifiers.glsl3 error: 1: 'const' is not permitted here
4 error: 1: 'in' is not permitted here
5 error: 1: 'out' is not permitted here
6 error: 1: 'uniform' is not permitted here
7 error: 1: 'flat' is not permitted here
8 error: 1: 'noperspective' is not permitted here
10 error: 4: 'uniform' is not permitted here
11 error: 4: 'flat' is not permitted here
12 error: 4: 'noperspective' is not permitted here
13 error: 4: 'sk_has_side_effects' is not permitted here
[all …]
/external/skia/resources/sksl/errors/
DLayoutInFunctions.sksl30 layout qualifier 'origin_upper_left' is not permitted here
31 layout qualifier 'push_constant' is not permitted here
32 layout qualifier 'blend_support_all_equations' is not permitted here
33 layout qualifier 'color' is not permitted here
34 layout qualifier 'location' is not permitted here
35 layout qualifier 'offset' is not permitted here
36 layout qualifier 'binding' is not permitted here
37 layout qualifier 'index' is not permitted here
38 layout qualifier 'set' is not permitted here
39 layout qualifier 'builtin' is not permitted here
[all …]
DBadModifiers.sksl9 'const' is not permitted here
10 'in' is not permitted here
11 'out' is not permitted here
12 'uniform' is not permitted here
13 'flat' is not permitted here
14 'noperspective' is not permitted here
16 'uniform' is not permitted here
17 'flat' is not permitted here
18 'noperspective' is not permitted here
19 'sk_has_side_effects' is not permitted here
[all …]
/external/clang/test/SemaCXX/
Dstruct-class-redecl.cpp3 class X; // expected-note 2{{here}}
7 template<typename T> struct Y; // expected-note{{did you mean class here?}}
17 class A; // expected-note{{previous use is here}}
20 class B; // expected-note{{did you mean struct here?}}
21 class B; // expected-note{{previous use is here}}\
22 // expected-note{{did you mean struct here?}}
24 struct B {}; // expected-warning{{'B' defined as a struct here but previously declared as a class}}
26 class C; // expected-note{{previous use is here}}
28 // expected-note{{previous use is here}}\
29 // expected-note{{did you mean class here?}}
[all …]
Ddecl-microsoft-call-conv.cpp9 void free_func_default(); // expected-note 2 {{previous declaration is here}}
10 void __cdecl free_func_cdecl(); // expected-note 2 {{previous declaration is here}}
11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}}
12 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}}
13 void __vectorcall free_func_vectorcall(); // expected-note 2 {{previous declaration is here}}
16 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previ…
17 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was prev…
20 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previou…
21 void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall' here was previo…
24 void __cdecl free_func_stdcall(); // expected-error {{function declared 'cdecl' here was previou…
[all …]
Dvirtual-base-used.cpp9 // expected-note@+2 3 {{declared private here}}
11 class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private here}}
23 // expected-note@+3 {{implicit default constructor for 'B' first required here}}
24 // expected-note@+2 {{implicit destructor for 'B' first required here}}
31 D d; // expected-note {{implicit default constructor for 'D' first required here}}
33 void D::foo() { // expected-note {{implicit destructor for 'B' first required here}} in foo()
44 // expected-note@+2 {{implicit default constructor for 'E' first required here}}
46 struct F : public E { // expected-note {{implicit destructor for 'E' first required here}}
49 // expected-note@+2 {{implicit default constructor for 'F' first required here}}
56 G g; // expected-note {{implicit default constructor for 'G' first required here}}
[all …]
Dattr-deprecated.cpp3 … __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated here}}
7 … __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated here}}
29 … __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked deprecated here}}
64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
77 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
79 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
84 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
90 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
[all …]
Ddllimport.cpp48 // expected-note@+2{{previous attribute is here}}
50 …clspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is here}}
59 // expected-note@+2{{previous attribute is here}}
61 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}}
70 // expected-note@+2{{previous attribute is here}}
72 …_attribute__((dllimport)) GlobalDeclChunkAttrInit; // expected-note{{previous declaration is here}}
81 // expected-note@+2{{previous attribute is here}}
83 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}}
104 …lRedecl3; // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
107 extern int GlobalRedecl4; // expected-note{{previous declaration is here}}
[all …]
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp66 template struct CopyAssign<A1>; // expected-note {{here}}
69 A2 &operator=(A2 &&) = default; // expected-note {{here}}
74 template struct MoveAssign<A2>; // expected-note {{here}}
86 template struct CopyAssign<B1>; // expected-note {{here}}
87 template struct MoveAssign<B1>; // expected-note {{here}}
88 template struct CopyAssign<B2>; // expected-note {{here}}
89 template struct MoveAssign<B2>; // expected-note {{here}}
97 template struct CopyAssign<C1>; // expected-note {{here}}
98 template struct MoveAssign<C1>; // expected-note {{here}}
105 …D2 &operator=(D2 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator…
[all …]
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
18 bool x; // expected-note{{field of illegal type 'bool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
28 // as a note here any longer.
30 … // expected-note{{field of illegal type '__read_only image2d_t' declared here}} expected-error{{t…
35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
37 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
44 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
49 …edef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared here}}
[all …]
/external/clang/test/Parser/
Dcxx0x-attributes.cpp40 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 …_class_name_definition [[]] [[]] [[]]{}; // expected-error {{an attribute list cannot appear here}}
82 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}}
83 …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}}
89 // The diagnostics here don't matter much, this just shouldn't crash:
90 …d-error {{expected ']'}} expected-error {{an attribute list cannot appear here}} expected-error {{…
91 …xpected ',' or ']' in lambda capture list}} expected-error {{an attribute list cannot appear here}}
[all …]
/external/clang/test/ASTMerge/
Dstruct.c6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
7 // CHECK: struct2.c:12:9: note: field 'field2' has type 'float' here
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
11 // CHECK: struct2.c:18:7: note: 'S2' is a union here
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here
16 // CHECK: struct2.c:21:8: note: no corresponding field here
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
20 // CHECK: struct2.c:24:26: note: field 'f' has type 'float' here
21 // CHECK: struct1.c:27:8: note: no corresponding field here
[all …]
/external/kernel-headers/original/uapi/linux/
Dethtool_netlink.h53 /* add new constants above here */
98 /* add new constants above here */
122 /* add new constants above here */
135 /* add new constants above here */
144 /* add new constants above here */
157 /* add new constants above here */
169 /* add new constants above here */
178 /* add new constants above here */
189 /* add new constants above here */
198 /* add new constants above here */
[all …]
/external/ImageMagick/
DAppRun8 HERE="$(dirname "$(readlink -f "${0}")")"
10 export MAGICK_HOME="$HERE/usr:$MAGICK_HOME" # https://imagemagick.org/QuickStart.txt
11HERE/usr/lib/ImageMagick-7.0.9/config-Q16"):$(readlink -f "$HERE/usr/lib/ImageMagick-7.0.9/config-…
13 export LD_LIBRARY_PATH=$(readlink -f "$HERE/usr/lib"):$LD_LIBRARY_PATH
14 export LD_LIBRARY_PATH=${HERE}/usr/lib/ImageMagick-7.0.9/modules-Q16HDRI/coders:$LD_LIBRARY_PATH
17 export MANPATH="$HERE/usr/share/man:$MANPATH" ; exec "$@" ; exit $?
19 export INFOPATH="$HERE/usr/share/info:$INFOPATH" ; exec "$@" ; exit $?
24 if [ -e "$HERE/usr/bin/$BINARY_NAME" ] ; then
25 exec "$HERE/usr/bin/$BINARY_NAME" "$@"
27 exec "$HERE/usr/bin/magick" "$@"
[all …]
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm23 use(a.weakProp); // expected-note{{also accessed here}}
28 use(a.weakProp); // expected-note{{also accessed here}}
56 a.weakProp = get(); // expected-note{{also accessed here}}
67 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
72 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
77 use(a.implicitProp); // expected-note{{also accessed here}}
82 use(Test.weakProp); // expected-note{{also accessed here}}
93 use(a->weakIvar); // expected-note{{also accessed here}}
99 use(a); // expected-note{{also accessed here}}
104 use([a weakProp]); // expected-note{{also accessed here}}
[all …]
/external/clang/test/SemaTemplate/
Dundefined-template.cpp4 static char s_var_1; // expected-note{{forward declaration of template entity is here}}
5 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
6 static void s_func_1(); // expected-note{{forward declaration of template entity is here}}
7 static void s_func_2(); // expected-note{{forward declaration of template entity is here}}
8 void meth_1(); // expected-note2{{forward declaration of template entity is here}}
10 …s T1> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
11 …s T1> static void s_tfunc_2(); // expected-note{{forward declaration of template entity is here}}
13 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
14 static void s_func_2(); // expected-note{{forward declaration of template entity is here}}
15 void meth_2(); // expected-note{{forward declaration of template entity is here}}
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dinfback.c139 code here; /* current decoding table entry */ in PREFIX() local
270 here = state->lencode[BITS(state->lenbits)]; in PREFIX()
271 if (here.bits <= bits) break; in PREFIX()
274 if (here.val < 16) { in PREFIX()
275 DROPBITS(here.bits); in PREFIX()
276 state->lens[state->have++] = here.val; in PREFIX()
278 if (here.val == 16) { in PREFIX()
279 NEEDBITS(here.bits + 2); in PREFIX()
280 DROPBITS(here.bits); in PREFIX()
289 } else if (here.val == 17) { in PREFIX()
[all …]
/external/llvm/test/Bitcode/
Dblockaddress.ll8 br label %here.i
10 here.i:
11 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8
12 ; CHECK: blockaddress(@doit, %here)
22 br label %here
24 here:
25 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
26 ; CHECK: blockaddress(@doit, %here)
37 br label %here
39 here:
[all …]
/external/clang/test/Sema/
Dvar-redecl.c3 int outer1; // expected-note{{previous definition is here}}
4 extern int outer2; // expected-note{{previous declaration is here}}
6 int outer4; // expected-note{{previous definition is here}}
8 int outer6(float); // expected-note{{previous definition is here}}
14 extern float outer3; // expected-note{{previous declaration is here}} in outer_test()
16 extern int outer5; // expected-note{{previous declaration is here}} in outer_test()
19 extern int outer8; // expected-note{{previous definition is here}} in outer_test()
22 extern int outer9; // expected-note{{previous declaration is here}} in outer_test()
32 extern int outer13; // expected-note{{previous declaration is here}}
35 extern int outer11; // expected-note{{previous declaration is here}} in outer_shadowing_test()
[all …]
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinfback9.c244 code here; /* current decoding table entry */ local
385 here = lencode[BITS(lenbits)];
386 if ((unsigned)(here.bits) <= bits) break;
389 if (here.val < 16) {
390 NEEDBITS(here.bits);
391 DROPBITS(here.bits);
392 state->lens[state->have++] = here.val;
395 if (here.val == 16) {
396 NEEDBITS(here.bits + 2);
397 DROPBITS(here.bits);
[all …]

12345678910>>...513