Home
last modified time | relevance | path

Searched full:different (Results 1 – 25 of 7622) sorted by relevance

12345678910>>...305

/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp68 …while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types… in test()
69 …while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enu… in test()
70 …while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration… in test()
72 …while (((((B1)))) == B2); // expected-warning {{comparison of two values with different enumerati… in test()
73 …while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different e… in test()
74 …while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enu… in test()
76 …while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different enume… in test()
77 … (((name2::B3)))); // expected-warning {{comparison of two values with different enumeration type… in test()
78 …while ((((z))) == (name2::B2)); // expected-warning {{comparison of two values with different enu… in test()
80 …while (x == a); // expected-warning {{comparison of two values with different enumeration types (… in test()
[all …]
Dvector-casts.cpp40 …_cast from vector '__v2si' (vector of 2 'int' values) to scalar 'unsigned char' of different size}} in f()
41 … cast from vector '__v2si' (vector of 2 'int' values) to scalar 'unsigned char' of different size}} in f()
42 …_cast from scalar 'unsigned char' to vector '__v2si' (vector of 2 'int' values) of different size}} in f()
44 …i' (vector of 4 'short' values) to vector '__v8hi' (vector of 8 'short' values) of different size}} in f()
45 …i' (vector of 4 'short' values) to vector '__v8hi' (vector of 8 'short' values) of different size}} in f()
46 …i' (vector of 8 'short' values) to vector '__v4hi' (vector of 4 'short' values) of different size}} in f()
47 …i' (vector of 8 'short' values) to vector '__v4hi' (vector of 4 'short' values) of different size}} in f()
49 …i' (vector of 4 'short' values) to vector '__v3hi' (vector of 3 'short' values) of different size}} in f()
50 …2si' (vector of 2 'int' values) to vector '__v3hi' (vector of 3 'short' values) of different size}} in f()
51 …i' (vector of 3 'short' values) to vector '__v4hi' (vector of 4 'short' values) of different size}} in f()
[all …]
Dcompare.cpp12 … (a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}} in test0()
16 ((long) a == b) + // expected-warning {{comparison of integers of different signs}} in test0()
17 ((int) a == b) + // expected-warning {{comparison of integers of different signs}} in test0()
18 ((short) a == b) + // expected-warning {{comparison of integers of different signs}} in test0()
19 ((signed char) a == b) + // expected-warning {{comparison of integers of different signs}} in test0()
20 …(long) a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}} in test0()
21 … ((int) a == (unsigned int) b) + // expected-warning {{comparison of integers of different signs}} in test0()
24 … (a < (unsigned long) b) + // expected-warning {{comparison of integers of different signs}} in test0()
28 ((long) a < b) + // expected-warning {{comparison of integers of different signs}} in test0()
29 ((int) a < b) + // expected-warning {{comparison of integers of different signs}} in test0()
[all …]
Daddr-of-overloaded-function.cpp183 …le of type 'void (*)(int, int)' with an rvalue of type 'void (*)(int)': different number of parame… in parameter_number()
185 …signing to 'void (*)(int, int)' from incompatible type 'void (*)(int)': different number of parame… in parameter_number()
195 …variable of type 'int (*)(int)' with an rvalue of type 'void (*)(int)': different return type ('in… in return_type_test()
197 …r {{assigning to 'int (*)(int)' from incompatible type 'void (*)(int)': different return type ('in… in return_type_test()
200 …int foo(double x, double y) {return 0;} // expected-note {{candidate function has different number… in foo()
201 …int foo(int x, int y) {return 0;} // expected-note {{candidate function has different number of pa… in foo()
203 …double foo(float x, float y) {return 0;} // expected-note {{candidate function has different numbe… in foo()
204 …double foo(int x, float y) {return 0;} // expected-note {{candidate function has different number … in foo()
206 …double foo(int x) {return 0;} // expected-note {{candidate function has different return type ('in… in foo()
224 …d (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}} const': different qualifiers (none… in QualifierTest()
[all …]
Dmember-name-lookup.cpp40 d.c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup()
41 d.d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup()
56 c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup()
57 d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup()
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup()
97 d2.d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_virtual_lookup()
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup()
116 d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_virtual_lookup()
125 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup()
147 type t; // expected-error{{member 'type' found in multiple base classes of different types}}
Dwarn-memset-bad-sizeof.cpp38 …mset' call operates on objects of type 'S' while the size is based on a different type 'S *'}} exp… in f()
40 …mset' call operates on objects of type 'S' while the size is based on a different type 'S *'}} exp… in f()
42 …mset' call operates on objects of type 'S' while the size is based on a different type 'PS' (aka '… in f()
48 …t' call operates on objects of type 'char' while the size is based on a different type 'char *'}} … in f()
51 …mcpy' call operates on objects of type 'S' while the size is based on a different type 'S *'}} exp… in f()
53 …mcpy' call operates on objects of type 'S' while the size is based on a different type 'S *'}} exp… in f()
56 …move' call operates on objects of type 'S' while the size is based on a different type 'S *'}} exp… in f()
58 …mcmp' call operates on objects of type 'S' while the size is based on a different type 'S *'}} exp… in f()
137 …l operates on objects of type 'const char' while the size is based on a different type 'const char… in strcpy_and_friends()
139 …l operates on objects of type 'const char' while the size is based on a different type 'const char… in strcpy_and_friends()
[all …]
/external/deqp/modules/gles3/functional/
Des3fSamplerObjectTests.cpp63 { "diff_wrap_t", "Different GL_TEXTURE_WRAP_T", GL_TEXTURE_2D, in init()
67 { "diff_wrap_s", "Different GL_TEXTURE_WRAP_S", GL_TEXTURE_2D, in init()
71 { "diff_wrap_r", "Different GL_TEXTURE_WRAP_R", GL_TEXTURE_2D, in init()
75 { "diff_min_filter", "Different GL_TEXTURE_MIN_FILTER", GL_TEXTURE_2D, in init()
79 { "diff_mag_filter", "Different GL_TEXTURE_MAG_FILTER", GL_TEXTURE_2D, in init()
83 { "diff_max_lod", "Different GL_TEXTURE_MAX_LOD", GL_TEXTURE_2D, in init()
87 { "diff_min_lod", "Different GL_TEXTURE_MIN_LOD", GL_TEXTURE_2D, in init()
101 { "diff_wrap_t", "Different GL_TEXTURE_WRAP_T", GL_TEXTURE_2D, in init()
106 { "diff_wrap_s", "Different GL_TEXTURE_WRAP_S", GL_TEXTURE_2D, in init()
111 { "diff_wrap_r", "Different GL_TEXTURE_WRAP_R", GL_TEXTURE_2D, in init()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java145 errln("ERROR: setEras() failed (different size array)"); in TestSymbols()
150 errln("ERROR: setEras() failed (different string values)"); in TestSymbols()
161 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols()
166 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols()
176 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols()
181 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols()
191 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols()
196 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols()
206 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols()
211 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different string values)"); in TestSymbols()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java141 errln("ERROR: setEras() failed (different size array)"); in TestSymbols()
146 errln("ERROR: setEras() failed (different string values)"); in TestSymbols()
157 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols()
162 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols()
172 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols()
177 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols()
187 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols()
192 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols()
202 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols()
207 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different string values)"); in TestSymbols()
[all …]
/external/clang/test/ASTMerge/
Dstruct.c5 // CHECK: struct1.c:13:8: warning: type 'struct S1' has incompatible definitions in different trans…
8 …5:11: error: external variable 'x1' declared with incompatible types in different translation unit…
10 // CHECK: struct1.c:21:8: warning: type 'struct S2' has incompatible definitions in different trans…
12 …8:30: error: external variable 'x2' declared with incompatible types in different translation unit…
14 // CHECK: struct1.c:24:8: warning: type 'struct S3' has incompatible definitions in different trans…
17 …1:31: error: external variable 'x3' declared with incompatible types in different translation unit…
19 // CHECK: struct1.c:27:8: warning: type 'struct S4' has incompatible definitions in different trans…
22 …4:31: error: external variable 'x4' declared with incompatible types in different translation unit…
24 // CHECK: struct1.c:33:8: warning: type 'struct S6' has incompatible definitions in different trans…
27 …0:38: error: external variable 'x6' declared with incompatible types in different translation unit…
[all …]
Dclass-template.cpp5 … error: non-type template parameter declared with incompatible types in different translation unit…
8 // CHECK: class-template1.cpp:10:14: error: template parameter has different kinds in different tra…
11 … error: non-type template parameter declared with incompatible types in different translation unit…
14 // CHECK: class-template1.cpp:19:10: error: template parameter has different kinds in different tra…
17 …:20: error: external variable 'x0r' declared with incompatible types in different translation unit…
20 …1.cpp:32:8: warning: type 'X0<wchar_t>' has incompatible definitions in different translation units
Denum.c5 // CHECK: enum1.c:9:6: warning: type 'enum E2' has incompatible definitions in different translatio…
8 // CHECK: enum2.c:13:3: error: external variable 'x2' declared with incompatible types in different
10 // CHECK: enum1.c:16:6: warning: type 'enum E3' has incompatible definitions in different translati…
13 // CHECK: enum2.c:20:3: error: external variable 'x3' declared with incompatible types in different
15 // CHECK: enum1.c:23:6: warning: type 'enum E4' has incompatible definitions in different translati…
18 // CHECK: enum2.c:26:3: error: external variable 'x4' declared with incompatible types in different
20 // CHECK: enum1.c:30:6: warning: type 'enum E5' has incompatible definitions in different translati…
23 // CHECK: enum2.c:34:3: error: external variable 'x5' declared with incompatible types in different
/external/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.single_attribute.txt25 + Rendering with different strides from buffer and user pointer.
26 + Attribute normalization with different types and component counts.
28 + Using buffers with different usage.
29 + Buffer attributes with different offsets.
36 + Different first values for glDrawArrays
52 Stride tests render different input type and component count combinations from buffer
56 Normalization is tested with different input types and component counts. User
59 Output type tests pass different input types to different vector types in shader.
60 Also different input type and output type component counts are tested. Data is used
63 Usage testcases test buffers with different usage parameters with different strides
[all …]
/external/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.single_attribute.txt25 + Rendering with different strides from buffer and user pointer.
26 + Attribute normalization with different types and component counts.
30 + Using buffers with different usage.
31 + Buffer attributes with different offsets.
32 + Different first values for glDrawArrays
55 Stride tests render different input type and component count combinations from buffer
59 Normalization is tested with different input types and component counts. User
62 Output type tests pass different input types to different vector types in shader.
63 Also different input type and output type component counts are tested. Data is used
66 Usage testcases test buffers with different usage parameters with different strides
[all …]
/external/clang/test/Sema/
Dvar-redecl.c12 extern float outer1; // expected-error{{redeclaration of 'outer1' with a different type}} in outer_test()
13 extern float outer2; // expected-error{{redeclaration of 'outer2' with a different type}} in outer_test()
17 extern int outer6; // expected-error{{redefinition of 'outer6' as different kind of symbol}} in outer_test()
26 int outer3; // expected-error{{redefinition of 'outer3' with a different type}}
27 float outer4; // expected-error{{redefinition of 'outer4' with a different type}}
28 float outer5; // expected-error{{redefinition of 'outer5' with a different type}}
29 int outer8(int); // expected-error{{redefinition of 'outer8' as different kind of symbol}}
30 float outer9; // expected-error{{redefinition of 'outer9' with a different type}}
43 extern float outer11; // expected-error{{redeclaration of 'outer11' with a different type}} in outer_shadowing_test()
46 extern float outer12; // expected-error{{redeclaration of 'outer12' with a different type}} in outer_shadowing_test()
[all …]
Dcompare.c16 … (a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}} in ints()
20 ((long) a == b) + // expected-warning {{comparison of integers of different signs}} in ints()
21 ((int) a == b) + // expected-warning {{comparison of integers of different signs}} in ints()
22 ((short) a == b) + // expected-warning {{comparison of integers of different signs}} in ints()
23 ((signed char) a == b) + // expected-warning {{comparison of integers of different signs}} in ints()
24 …(long) a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}} in ints()
25 … ((int) a == (unsigned int) b) + // expected-warning {{comparison of integers of different signs}} in ints()
28 … (a < (unsigned long) b) + // expected-warning {{comparison of integers of different signs}} in ints()
32 ((long) a < b) + // expected-warning {{comparison of integers of different signs}} in ints()
33 ((int) a < b) + // expected-warning {{comparison of integers of different signs}} in ints()
[all …]
/external/jacoco/org.jacoco.doc/docroot/doc/
Dclassids.html45 The concept of class ids allows distinguishing different versions of classes,
47 application server or different versions of libraries are included.
57 in setups where different classes are used at runtime and at analysis time.
60 <h3>What happens if different classes are used at runtime and at analysis time?</h3>
78 <h3>What can cause different class ids?</h3>
81 There is a couple of reasons why you might get different class files. First
82 compiling Java source files will result in different class files if you use
83 a different tool chain:
86 <li>Different compiler vendor (e.g. Eclipse vs. Oracle JDK)</li>
87 <li>Different compiler versions</li>
[all …]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DNullCipherTest.java101 assertEquals("different length", b.length, r.length); in testUpdatebyteArray()
102 assertTrue("different content", Arrays.equals(b, r)); in testUpdatebyteArray()
111 assertEquals("different length", b.length, r.length); in testUpdatebyteArrayintint()
112 assertTrue("different content", Arrays.equals(b, r)); in testUpdatebyteArrayintint()
115 assertEquals("different length", 3, r.length); in testUpdatebyteArrayintint()
117 assertEquals("different content", b[i + 1], r[i]); in testUpdatebyteArrayintint()
128 assertTrue("different content", Arrays.equals(b, r)); in testUpdatebyteArrayintintbyteArray()
138 assertTrue("different content", Arrays.equals(b, r)); in testUpdatebyteArrayintintbyteArrayint()
163 assertEquals("different length", b.length, r.length); in testDoFinalbyteArray()
164 assertTrue("different content", Arrays.equals(b, r)); in testDoFinalbyteArray()
[all …]
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td52 "comparison of addresses of subobjects of different base classes "
182 "external variable %0 declared with incompatible types in different "
189 "external function %0 declared with incompatible types in different "
192 "type %0 has incompatible definitions in different translation units">,
210 "field %0 declared with incompatible types in different "
215 "instance variable %0 declared with incompatible types in different "
223 "different translation units (%2 vs. %3)">;
225 "%select{class|instance}0 method %1 has a different number of parameters in "
226 "different translation units (%2 vs. %3)">;
228 "%select{class|instance}0 method %1 has a parameter with a different types "
[all …]
/external/llvm/test/Transforms/GVN/
Dcondprop.ll118 br i1 %cmp, label %same, label %different
125 different:
136 br i1 %cmp, label %same, label %different
142 different:
152 br i1 %cmp, label %same, label %different
158 different:
166 br i1 %cmp, label %same, label %different
173 different:
182 br i1 %cmp, label %same, label %different
189 different:
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddtitvinf.h78 * The largest different calendar fields between 2 calendars is the
79 * first different calendar field in above order.
81 * For example: the largest different calendar fields between &quot;Jan 10, 2007&quot;
89 * in en_US, if the largest different calendar field between date1 and date2
92 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
95 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
99 * different are defined in resource files.
101 * different are defined in resource files.
116 * but for skeleton &quot;yMMMd&quot;, the interval pattern when day is different is
118 * pattern is the earlier date. But for skeleton &quot;yMMMd&quot;, when day is different,
[all …]
/external/libcxx/www/
Dresults.Windows.html235 put_double.pass.cpp: idem. (different floating point format?)
324 io.pass.cpp: Needs investigation. (different output double format?)
326 io.pass.cpp: Needs investigation. (different output double format?)
328 io.pass.cpp: Needs investigation. (different output double format?)
330 io.pass.cpp: Needs investigation. (different output double format?)
333 io.pass.cpp: Needs investigation. (different output double format?)
335 io.pass.cpp: Needs investigation. (different output double format?)
337 io.pass.cpp: Needs investigation. (different output double format?)
339 io.pass.cpp: Needs investigation. (different output double format?)
341 io.pass.cpp: Needs investigation. (different output double format?)
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt73 with different tessellation levels.
81 segment sets produced by different isolines are also compared to each other to
109 doing simple assignments and reads with them in different barrier()-separated
122 triangulation. The overlap cases draw a single primitive with different colors
123 for different concentric triangles (for the "triangles" mode) or concentric
127 draw curly isolines with different colors for different vertices.
128 The above cases are repeated for different spacing modes. The results of the
137 primitive. Two variants exist, with different methods for avoiding cracks:
143 different combinations for tessellation levels; some of these patches contain
152 levels and/or programs with different configurations, read the primitives with
/external/dbus/doc/
Ddbus-uuidgen.139 unchanged until the next reboot and 2) it is different for any two
56 don't make it the same on two different systems; it needs to be different
57 anytime there are two different kernels running.
60 The UUID should be different on two different virtual machines,
61 because there are two different kernels.
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt8different encoding systems for assigning these numbers. No single encoding could contain enough ch…
10different characters, or use different numbers for the same character. Any given computer (especia…
15 …s without re-engineering. It allows data to be transported through many different systems without …

12345678910>>...305