Home
last modified time | relevance | path

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

12345678910>>...489

/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.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/angle/third_party/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 "Different GL_TEXTURE_WRAP_T", in init()
68 "Different GL_TEXTURE_WRAP_S", in init()
73 "Different GL_TEXTURE_WRAP_R", in init()
78 "Different GL_TEXTURE_MIN_FILTER", in init()
83 "Different GL_TEXTURE_MAG_FILTER", in init()
88 "Different GL_TEXTURE_MAX_LOD", in init()
93 "Different GL_TEXTURE_MIN_LOD", in init()
108 "Different GL_TEXTURE_WRAP_T", in init()
114 "Different GL_TEXTURE_WRAP_S", in init()
120 "Different GL_TEXTURE_WRAP_R", in init()
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DMonitoringOrBuilder.java32 * appear in multiple monitoring destinations if different aggregations are
33 * needed for different sets of metrics associated with that monitored
47 * appear in multiple monitoring destinations if different aggregations are
48 * needed for different sets of metrics associated with that monitored
62 * appear in multiple monitoring destinations if different aggregations are
63 * needed for different sets of metrics associated with that monitored
77 * appear in multiple monitoring destinations if different aggregations are
78 * needed for different sets of metrics associated with that monitored
93 * appear in multiple monitoring destinations if different aggregations are
94 * needed for different sets of metrics associated with that monitored
[all …]
DMonitoring.java1155 * appear in multiple monitoring destinations if different aggregations are
1156 * needed for different sets of metrics associated with that monitored
1174 * appear in multiple monitoring destinations if different aggregations are
1175 * needed for different sets of metrics associated with that monitored
1193 * appear in multiple monitoring destinations if different aggregations are
1194 * needed for different sets of metrics associated with that monitored
1211 * appear in multiple monitoring destinations if different aggregations are
1212 * needed for different sets of metrics associated with that monitored
1229 * appear in multiple monitoring destinations if different aggregations are
1230 * needed for different sets of metrics associated with that monitored
[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/icu/icu4j/main/core/src/test/java/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/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
/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/bazelbuild-rules_python/python/extensions/
Dpip.bzl35 This creates the JSON files used to modify the creation of different wheels.
46 Found same whl_name '{}' in the same hub '{}', please use a different hub_name.""".format(
57 # to create the different JSON files.
132 # Create a new wheel library for each of the different whls
166 different pip hub repositories based on the "hub_name". Each of the
191 Two different pip.parse statements exist in MODULE.bazel provide the hub_name "pip".
192 These definitions create two different pip spoke repositories that are
199 Two different repositories are created for the two spokes:
204 The different spoke names are a combination of the hub_name and the Python version.
208 We also need repositories for the wheels that the different pip spokes contain.
[all …]
/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/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/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/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/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 …]

12345678910>>...489