Home
last modified time | relevance | path

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

12345678910>>...575

/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/resources/sksl/errors/
DLayoutInFunctions.sksl37 layout qualifier 'origin_upper_left' is not permitted here
38 layout qualifier 'push_constant' is not permitted here
39 layout qualifier 'blend_support_all_equations' is not permitted here
40 layout qualifier 'color' is not permitted here
41 layout qualifier 'location' is not permitted here
42 layout qualifier 'offset' is not permitted here
43 layout qualifier 'binding' is not permitted here
44 layout qualifier 'index' is not permitted here
45 layout qualifier 'set' is not permitted here
46 layout qualifier 'builtin' is not permitted here
[all …]
DBadModifiers.sksl15 'const' is not permitted here
16 'in' is not permitted here
17 'out' is not permitted here
18 'uniform' is not permitted here
19 'flat' is not permitted here
20 'noperspective' is not permitted here
21 '$pure' is not permitted here
22 'buffer' is not permitted here
25 'uniform' is not permitted here
26 'flat' is not permitted here
[all …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/
DWordUtilsTest.java57 String input = "Here is one line of text that is going to be wrapped after 20 columns."; in testWrap_StringInt()
58 String expected = "Here is one line of" + systemNewLine + "text that is going" in testWrap_StringInt()
63 input = "Click here to jump to the commons website - https://commons.apache.org"; in testWrap_StringInt()
64 expected = "Click here to jump" + systemNewLine + "to the commons" + systemNewLine in testWrap_StringInt()
69 input = "Click here, https://commons.apache.org, to jump to the commons website"; in testWrap_StringInt()
70 expected = "Click here," + systemNewLine + "https://commons.apache.org," + systemNewLine in testWrap_StringInt()
98 String input = "Here is one line of text that is going to be wrapped after 20 columns."; in testWrap_StringIntStringBoolean()
99 … String expected = "Here is one line of\ntext that is going\nto be wrapped after\n20 columns."; in testWrap_StringIntStringBoolean()
104 input = "Here is one line of text that is going to be wrapped after 20 columns."; in testWrap_StringIntStringBoolean()
105 …expected = "Here is one line of<br />text that is going<br />to be wrapped after<br />20 columns."; in testWrap_StringIntStringBoolean()
[all …]
/external/skia/tests/sksl/errors/
DLayoutInFunctions.glsl6 error: 1: layout qualifier 'origin_upper_left' is not permitted here
9 error: 1: layout qualifier 'push_constant' is not permitted here
12 error: 1: layout qualifier 'blend_support_all_equations' is not permitted here
15 error: 1: layout qualifier 'color' is not permitted here
18 error: 1: layout qualifier 'location' is not permitted here
21 error: 1: layout qualifier 'offset' is not permitted here
24 error: 1: layout qualifier 'binding' is not permitted here
27 error: 1: layout qualifier 'index' is not permitted here
30 error: 1: layout qualifier 'set' is not permitted here
33 error: 1: layout qualifier 'builtin' 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 …]
/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/skia/resources/sksl/runtime_errors/
DIllegalModifiers.rts29 'flat' is not permitted here
30 'noperspective' is not permitted here
31 'in' is not permitted here
32 'out' is not permitted here
33 'workgroup' is not permitted here
34 '$es3' is not permitted here
35 '$pure' is not permitted here
36 'inline' is not permitted here
37 'noinline' is not permitted here
40 'flat' is not permitted here
[all …]
DIllegalLayoutFlags.rts21 layout qualifier 'builtin' is not permitted here
22 layout qualifier 'builtin' is not permitted here
23 layout qualifier 'builtin' is not permitted here
24 layout qualifier 'origin_upper_left' is not permitted here
25 layout qualifier 'push_constant' is not permitted here
26 layout qualifier 'location' is not permitted here
27 layout qualifier 'offset' is not permitted here
28 layout qualifier 'binding' is not permitted here
29 layout qualifier 'texture' is not permitted here
30 layout qualifier 'sampler' is not permitted here
[all …]
/external/skia/tests/sksl/runtime_errors/
DIllegalModifiers.skvm3 error: 1: 'flat' is not permitted here
6 error: 2: 'noperspective' is not permitted here
9 error: 3: 'in' is not permitted here
12 error: 4: 'out' is not permitted here
15 error: 5: 'workgroup' is not permitted here
18 error: 6: '$es3' is not permitted here
21 error: 7: '$pure' is not permitted here
24 error: 8: 'inline' is not permitted here
27 error: 9: 'noinline' is not permitted here
36 error: 13: 'flat' is not permitted here
[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.h56 /* add new constants above here */
103 /* add new constants above here */
127 /* add new constants above here */
140 /* add new constants above here */
149 /* add new constants above here */
162 /* add new constants above here */
174 /* add new constants above here */
183 /* add new constants above here */
194 /* add new constants above here */
203 /* 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/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/rust/crates/libz-sys/src/zlib-ng/
Dinfback.c139 code here; /* current decoding table entry */ in PREFIX() local
266 here = state->lencode[BITS(state->lenbits)]; in PREFIX()
267 if (here.bits <= bits) break; in PREFIX()
270 if (here.val < 16) { in PREFIX()
271 DROPBITS(here.bits); in PREFIX()
272 state->lens[state->have++] = here.val; in PREFIX()
274 if (here.val == 16) { in PREFIX()
275 NEEDBITS(here.bits + 2); in PREFIX()
276 DROPBITS(here.bits); in PREFIX()
284 } else if (here.val == 17) { in PREFIX()
[all …]

12345678910>>...575