Home
last modified time | relevance | path

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

12345678910>>...268

/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 …]
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}}
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 …]
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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java146 errln("ERROR: setEras() failed (different size array)"); in TestSymbols()
151 errln("ERROR: setEras() failed (different string values)"); in TestSymbols()
162 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols()
167 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols()
177 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols()
182 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols()
192 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols()
197 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols()
207 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols()
212 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different string values)"); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java147 errln("ERROR: setEras() failed (different size array)"); in TestSymbols()
152 errln("ERROR: setEras() failed (different string values)"); in TestSymbols()
163 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols()
168 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols()
178 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols()
183 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols()
193 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols()
198 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols()
208 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols()
213 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different string values)"); in TestSymbols()
[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/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/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/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/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc94 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
107 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
121 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
135 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
149 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
163 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
177 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
202 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
205 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
232 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
[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/libtextclassifier/util/hash/
Dfarmhash.h53 // May change from time to time, may differ on different platforms, may differ
58 // May change from time to time, may differ on different platforms, may differ
64 // May change from time to time, may differ on different platforms, may differ
70 // May change from time to time, may differ on different platforms, may differ
76 // May change from time to time, may differ on different platforms, may differ
82 // May change from time to time, may differ on different platforms, may differ
88 // May change from time to time, may differ on different platforms, may differ
94 // May change from time to time, may differ on different platforms, may differ
101 // May change from time to time, may differ on different platforms, may differ
160 // May change from time to time, may differ on different platforms, may differ
[all …]
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td55 "comparison of addresses of subobjects of different base classes "
193 "external variable %0 declared with incompatible types in different "
200 "external function %0 declared with incompatible types in different "
203 "type %0 has incompatible definitions in different translation units">,
221 "field %0 declared with incompatible types in different "
226 "instance variable %0 declared with incompatible types in different "
234 "different translation units (%2 vs. %3)">;
236 "%select{class|instance}0 method %1 has a different number of parameters in "
237 "different translation units (%2 vs. %3)">;
239 "%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.h80 * The largest different calendar fields between 2 calendars is the
81 * first different calendar field in above order.
83 * For example: the largest different calendar fields between &quot;Jan 10, 2007&quot;
91 * in en_US, if the largest different calendar field between date1 and date2
94 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
97 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
101 * different are defined in resource files.
103 * different are defined in resource files.
118 * but for skeleton &quot;yMMMd&quot;, the interval pattern when day is different is
120 * pattern is the earlier date. But for skeleton &quot;yMMMd&quot;, when day is different,
[all …]
/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 …
/external/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}}
10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}}
18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}}
23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expec…
25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}}
44 NSString * const TestBaz; // expected-error {{redefinition of 'TestBaz' with a different type}}
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/
Dnetwork_WiFi_ConnectionIdentifier.py64 # Configure two APs which will be automatically assigned different
73 # Verify the connection ID is different for the two connections.
77 raise error.TestFail('Connection ID should be different for two '
78 'different networks')
81 # Reconfigure the router with different SSIDs, and verify the
86 # Verify SSID is different
89 raise error.TestError('SSID should different from previous '

12345678910>>...268