Home
last modified time | relevance | path

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

12345678910>>...474

/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 …]
/external/vulkan-headers/include/vulkan/
Dvulkan_static_assertions.hpp19 …KAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ), "struct and wrapper have different size!" );
23 …KAN_HPP_NAMESPACE::Extent3D ) == sizeof( VkExtent3D ), "struct and wrapper have different size!" );
27 …KAN_HPP_NAMESPACE::Offset2D ) == sizeof( VkOffset2D ), "struct and wrapper have different size!" );
31 …KAN_HPP_NAMESPACE::Offset3D ) == sizeof( VkOffset3D ), "struct and wrapper have different size!" );
35 … VULKAN_HPP_NAMESPACE::Rect2D ) == sizeof( VkRect2D ), "struct and wrapper have different size!" );
39 …ACE::BaseInStructure ) == sizeof( VkBaseInStructure ), "struct and wrapper have different size!" );
44 …E::BaseOutStructure ) == sizeof( VkBaseOutStructure ), "struct and wrapper have different size!" );
49 …ferMemoryBarrier ) == sizeof( VkBufferMemoryBarrier ), "struct and wrapper have different size!" );
55 "struct and wrapper have different size!" );
61 "struct and wrapper have different size!" );
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_static_assertions.hpp20 …KAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ), "struct and wrapper have different size!" );
24 …KAN_HPP_NAMESPACE::Extent3D ) == sizeof( VkExtent3D ), "struct and wrapper have different size!" );
28 …KAN_HPP_NAMESPACE::Offset2D ) == sizeof( VkOffset2D ), "struct and wrapper have different size!" );
32 …KAN_HPP_NAMESPACE::Offset3D ) == sizeof( VkOffset3D ), "struct and wrapper have different size!" );
36 … VULKAN_HPP_NAMESPACE::Rect2D ) == sizeof( VkRect2D ), "struct and wrapper have different size!" );
40 …ACE::BaseInStructure ) == sizeof( VkBaseInStructure ), "struct and wrapper have different size!" );
44 …E::BaseOutStructure ) == sizeof( VkBaseOutStructure ), "struct and wrapper have different size!" );
48 …ferMemoryBarrier ) == sizeof( VkBufferMemoryBarrier ), "struct and wrapper have different size!" );
52 …irectCommand ) == sizeof( VkDispatchIndirectCommand ), "struct and wrapper have different size!" );
56 …ctCommand ) == sizeof( VkDrawIndexedIndirectCommand ), "struct and wrapper have different size!" );
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_static_assertions.hpp19 …KAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ), "struct and wrapper have different size!" );
23 …KAN_HPP_NAMESPACE::Extent3D ) == sizeof( VkExtent3D ), "struct and wrapper have different size!" );
27 …KAN_HPP_NAMESPACE::Offset2D ) == sizeof( VkOffset2D ), "struct and wrapper have different size!" );
31 …KAN_HPP_NAMESPACE::Offset3D ) == sizeof( VkOffset3D ), "struct and wrapper have different size!" );
35 … VULKAN_HPP_NAMESPACE::Rect2D ) == sizeof( VkRect2D ), "struct and wrapper have different size!" );
39 …ACE::BaseInStructure ) == sizeof( VkBaseInStructure ), "struct and wrapper have different size!" );
44 …E::BaseOutStructure ) == sizeof( VkBaseOutStructure ), "struct and wrapper have different size!" );
49 …ferMemoryBarrier ) == sizeof( VkBufferMemoryBarrier ), "struct and wrapper have different size!" );
55 "struct and wrapper have different size!" );
61 "struct and wrapper have different size!" );
[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.java154 errln("ERROR: setEras() failed (different size array)"); in TestSymbols()
159 errln("ERROR: setEras() failed (different string values)"); in TestSymbols()
162 errln("ERROR: setNarrowEras() failed (different string values)"); in TestSymbols()
181 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols()
186 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols()
196 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols()
201 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols()
211 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols()
216 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols()
226 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java157 errln("ERROR: setEras() failed (different size array)"); in TestSymbols()
162 errln("ERROR: setEras() failed (different string values)"); in TestSymbols()
165 errln("ERROR: setNarrowEras() failed (different string values)"); in TestSymbols()
184 errln("ERROR: setMonths() failed (different size array)"); in TestSymbols()
189 errln("ERROR: setMonths() failed (different string values)"); in TestSymbols()
199 errln("ERROR: setShortMonths() failed (different size array)"); in TestSymbols()
204 errln("ERROR: setShortMonths() failed (different string values)"); in TestSymbols()
214 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols()
219 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols()
229 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed (different size array)"); in TestSymbols()
[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/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/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/cronet/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc92 FieldComparator::DIFFERENT, in TEST_F()
106 FieldComparator::DIFFERENT, in TEST_F()
121 FieldComparator::DIFFERENT, in TEST_F()
136 FieldComparator::DIFFERENT, in TEST_F()
150 FieldComparator::DIFFERENT, in TEST_F()
165 FieldComparator::DIFFERENT, in TEST_F()
180 FieldComparator::DIFFERENT, in TEST_F()
205 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
208 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
235 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
[all …]
/external/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc92 FieldComparator::DIFFERENT, in TEST_F()
106 FieldComparator::DIFFERENT, in TEST_F()
121 FieldComparator::DIFFERENT, in TEST_F()
136 FieldComparator::DIFFERENT, in TEST_F()
150 FieldComparator::DIFFERENT, in TEST_F()
165 FieldComparator::DIFFERENT, in TEST_F()
180 FieldComparator::DIFFERENT, in TEST_F()
205 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
208 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
235 EXPECT_EQ(FieldComparator::DIFFERENT, in TEST_F()
[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/rust/crates/protobuf/2.27.1/src/reflect/
Dfield.rs63 /// Can be different from `.proto` field name.
84 /// If this field belongs to a different message type.
97 /// If this field belongs to a different message type.
107 /// If this field belongs to a different message type or
119 /// If this field belongs to a different message type
131 /// If this field belongs to a different message type
143 /// If this field belongs to a different message type
155 /// If this field belongs to a different message type
167 /// If this field belongs to a different message type
179 /// If this field belongs to a different message type
[all …]
/external/libtextclassifier/native/utils/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/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.h51 // May change from time to time, may differ on different platforms, may differ
56 // May change from time to time, may differ on different platforms, may differ
62 // May change from time to time, may differ on different platforms, may differ
68 // May change from time to time, may differ on different platforms, may differ
74 // May change from time to time, may differ on different platforms, may differ
80 // May change from time to time, may differ on different platforms, may differ
86 // May change from time to time, may differ on different platforms, may differ
92 // May change from time to time, may differ on different platforms, may differ
99 // May change from time to time, may differ on different platforms, may differ
158 // May change from time to time, may differ on different platforms, may differ
[all …]
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
DUtilitiesTest.kt42 check("|/** Test\n Different Middle End */", "|/** Test2 End */") in testFindSamePosition()
43 check("/|** Test\n Different Middle End */", "/|** Test2 End */") in testFindSamePosition()
44 check("/*|* Test\n Different Middle End */", "/*|* Test2 End */") in testFindSamePosition()
45 check("/**| Test\n Different Middle End */", "/**| Test2 End */") in testFindSamePosition()
46 check("/** |Test\n Different Middle End */", "/** |Test2 End */") in testFindSamePosition()
47 check("/** T|est\n Different Middle End */", "/** T|est2 End */") in testFindSamePosition()
48 check("/** Te|st\n Different Middle End */", "/** Te|st2 End */") in testFindSamePosition()
49 check("/** Tes|t\n Different Middle End */", "/** Tes|t2 End */") in testFindSamePosition()
50 check("/** Test|\n Different Middle End */", "/** Test|2 End */") in testFindSamePosition()
52 check("/** Test\n Different Middle| End */", "/** Test2| End */") in testFindSamePosition()
[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 …]

12345678910>>...474