/aosp_15_r20/external/clang/test/Analysis/ |
H A D | test-after-div-zero.c | 7 var = 77 / x; // expected-note {{Division with compared value made here}} in err_eq() 8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq() 9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq() 12 var = 77 / x; // expected-note {{Division with compared value made here}} in err_eq2() 13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2() 14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2() 17 var = 77 / x; // expected-note {{Division with compared value made here}} in err_ne() 18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne() 19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne() 22 var = 77 / x; // expected-note {{Division with compared value made here}} in err_ge() [all …]
|
/aosp_15_r20/external/testng/src/test/java/test/asserttests/ |
H A D | ArrayEqualityAssertTest.java | 26 "arrays of primitives are compared by value in assertEquals"); in arrayAssertEquals() 32 "arrays of primitives are compared by value in assertNotEquals"); in arrayAssertNotEquals() 38 "arrays of wrapped values are compared by value in assertEquals"); in boxedArrayAssertEquals() 44 "arrays of wrapped values are compared by value in assertNotEquals"); in boxedArrayAssertNotEquals() 50 "arrays of wrapped values are compared by value in assertEquals"); in mixedArraysAssertEquals() 52 "arrays of wrapped values are compared by value in assertEquals"); in mixedArraysAssertEquals() 58 "arrays of wrapped values are compared by value in assertNotEquals"); in mixedArraysAssertNotEquals() 60 "arrays of wrapped values are compared by value in assertNotEquals"); in mixedArraysAssertNotEquals() 72 "arrays inside lists are compared by reference in assertEquals"); in arrayInsideListAssertEquals() 84 "arrays inside lists are compared by reference in assertNotEquals"); in arrayInsideListAssertNotEquals() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | kernelargs.h | 140 size_t compared = 0; in compare() local 143 while (compared < m_size) in compare() 145 float l = *(float*)(((char*)m_buffer)+compared); in compare() 146 float r = *(float*)(((char*)rhs.m_buffer)+compared); in compare() 152 compared += sizeof(float); in compare() 157 while (compared < m_size) in compare() 159 double l = *(double*)(((char*)m_buffer)+compared); in compare() 160 double r = *(double*)(((char*)rhs.m_buffer)+compared); in compare() 166 compared += sizeof(double); in compare() 171 while (compared < m_size) in compare() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 92 // MessageDifferencer REQUIRES that compared messages be the same type, defined 116 // Messages encoded in a repeated Any cannot be compared using TreatAsMap. 127 // fields and strings are compared by value while embedded messages/groups 128 // are compared as if via a recursive call. Use Compare() with IgnoreField() 152 // compared by value, floats are compared using MathUtil::AlmostEquals() and 153 // embedded messages/groups are compared as if via a recursive call. Use 166 // strings are compared by value, floats are compared using 167 // MathUtil::AlmostEquals() and embedded messages/groups are compared as if 274 // Reports that two fields would have been compared, but the 328 // IgnoreCriteria are registered with AddIgnoreCriteria. For each compared [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 92 // MessageDifferencer REQUIRES that compared messages be the same type, defined 116 // Messages encoded in a repeated Any cannot be compared using TreatAsMap. 127 // fields and strings are compared by value while embedded messages/groups 128 // are compared as if via a recursive call. Use Compare() with IgnoreField() 152 // compared by value, floats are compared using MathUtil::AlmostEquals() and 153 // embedded messages/groups are compared as if via a recursive call. Use 166 // strings are compared by value, floats are compared using 167 // MathUtil::AlmostEquals() and embedded messages/groups are compared as if 274 // Reports that two fields would have been compared, but the 328 // IgnoreCriteria are registered with AddIgnoreCriteria. For each compared [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | coll.h | 144 * convert a string to a series of bytes that can be compared bitwise against 211 * LESS is returned if source string is compared to be less than target 213 * EQUAL is returned if source string is compared to be equal to target 215 * GREATER is returned if source string is compared to be greater than 252 * @param other Collator object to be compared 261 * @param other Collator object to be compared 335 * @param source the source string to be compared with. 336 * @param target the string that is to be compared with the source string. 350 * @param source the source string to be compared with. 351 * @param target the string that is to be compared with the source string. [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | coll.h | 144 * convert a string to a series of bytes that can be compared bitwise against 211 * LESS is returned if source string is compared to be less than target 213 * EQUAL is returned if source string is compared to be equal to target 215 * GREATER is returned if source string is compared to be greater than 252 * @param other Collator object to be compared 261 * @param other Collator object to be compared 335 * @param source the source string to be compared with. 336 * @param target the string that is to be compared with the source string. 350 * @param source the source string to be compared with. 351 * @param target the string that is to be compared with the source string. [all …]
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | coll.h | 144 * convert a string to a series of bytes that can be compared bitwise against 211 * LESS is returned if source string is compared to be less than target 213 * EQUAL is returned if source string is compared to be equal to target 215 * GREATER is returned if source string is compared to be greater than 252 * @param other Collator object to be compared 261 * @param other Collator object to be compared 335 * @param source the source string to be compared with. 336 * @param target the string that is to be compared with the source string. 350 * @param source the source string to be compared with. 351 * @param target the string that is to be compared with the source string. [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | coll.h | 144 * convert a string to a series of bytes that can be compared bitwise against 211 * LESS is returned if source string is compared to be less than target 213 * EQUAL is returned if source string is compared to be equal to target 215 * GREATER is returned if source string is compared to be greater than 252 * @param other Collator object to be compared 261 * @param other Collator object to be compared 335 * @param source the source string to be compared with. 336 * @param target the string that is to be compared with the source string. 350 * @param source the source string to be compared with. 351 * @param target the string that is to be compared with the source string. [all …]
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | smmintrin.h | 1568 /// compared. 1571 /// compared. 1582 /// 00: Subset: Each character in \a B is compared for equality with all 1584 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1624 /// compared. 1627 /// compared. 1638 /// 00: Subset: Each character in \a B is compared for equality with all 1640 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1678 /// compared. 1683 /// compared. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | smmintrin.h | 1570 /// compared. 1573 /// compared. 1584 /// 00: Subset: Each character in \a B is compared for equality with all 1586 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1626 /// compared. 1629 /// compared. 1640 /// 00: Subset: Each character in \a B is compared for equality with all 1642 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1680 /// compared. 1685 /// compared. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | smmintrin.h | 1568 /// compared. 1571 /// compared. 1582 /// 00: Subset: Each character in \a B is compared for equality with all 1584 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1624 /// compared. 1627 /// compared. 1638 /// 00: Subset: Each character in \a B is compared for equality with all 1640 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1678 /// compared. 1683 /// compared. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | smmintrin.h | 1568 /// compared. 1571 /// compared. 1582 /// 00: Subset: Each character in \a B is compared for equality with all 1584 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1624 /// compared. 1627 /// compared. 1638 /// 00: Subset: Each character in \a B is compared for equality with all 1640 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1678 /// compared. 1683 /// compared. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | smmintrin.h | 1568 /// compared. 1571 /// compared. 1582 /// 00: Subset: Each character in \a B is compared for equality with all 1584 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1624 /// compared. 1627 /// compared. 1638 /// 00: Subset: Each character in \a B is compared for equality with all 1640 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1678 /// compared. 1683 /// compared. [all …]
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Validate.h | 40 * @param[in] dim1 First object to be compared. 41 * @param[in] dim2 Second object to be compared. 85 * @param[in] dim To be compared object. 269 * @param[in] dim1 The first object to be compared. 270 * @param[in] dim2 The second object to be compared. 293 * @param[in] tensor1 The first object to be compared for odd shape. 326 * @param[in] tensor1 The first object to be compared. 357 * @param[in] tensor_info_1 The first tensor info to be compared. 358 * @param[in] tensor_info_2 The second tensor info to be compared. 374 * @param[in] tensor_1 The first tensor to be compared. [all …]
|
/aosp_15_r20/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/ |
H A D | ComparatorMatcherBuilderTest.java | 43 …assertDescription("a value greater than <1> when compared by <backwards integer comparator>", comp… in testDescription() 44 …assertDescription("a value equal to or greater than <1> when compared by <backwards integer compar… in testDescription() 45 …assertDescription("a value equal to <1> when compared by <backwards integer comparator>", compared… in testDescription() 46 …assertDescription("a value less than or equal to <1> when compared by <backwards integer comparato… in testDescription() 47 …assertDescription("a value less than <1> when compared by <backwards integer comparator>", compare… in testDescription() 56 …assertMismatchDescription("<1> was less than <0> when compared by <backwards integer comparator>",… in testMismatchDescriptions() 57 …assertMismatchDescription("<1> was equal to <1> when compared by <backwards integer comparator>", … in testMismatchDescriptions() 58 …assertMismatchDescription("<0> was greater than <1> when compared by <backwards integer comparator… in testMismatchDescriptions() 59 …assertMismatchDescription("<2> was equal to <2> when compared by <backwards integer comparator>", … in testMismatchDescriptions()
|
/aosp_15_r20/external/deqp/doc/testspecs/VK/ |
H A D | sparse_resources.txt | 37 …retrieves data back from output buffer to host memory. The data is then compared with reference da… 56 …retrieves data back from output buffer to host memory. The data is then compared with reference da… 74 The validation part retrieves data back from output buffer to host memory. The data is compared aga… 93 The validation part retrieves data back from output buffer to host memory. The data is compared aga… 106 The validation part retrieves data back from output buffer to host memory. The data is compared aga… 122 The validation part retrieves data back from output buffer to host memory. The data is compared aga… 141 compared against the expected output from compute shader. On the other hand for each mipmap level t… 157 …the non-sparse images back to the CPU. Contents of the texels image are compared against the data … 158 …parse image that do not have backing device memory, the fetched data is compared against zeroed me…
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/ |
H A D | EqualsBuilder.java | 74 * also slower than testing explicitly. Non-primitive fields are compared using 247 * Set {@link Class}es whose instances should be compared by calling their {@code equals} 248 …* although being in recursive mode. So the fields of theses classes will not be compared recursive… 294 * not as efficient as testing explicitly. Non-primitive fields are compared using 320 * not as efficient as testing explicitly. Non-primitive fields are compared using 346 * not as efficient as testing explicitly. Non-primitive fields are compared using 373 * not as efficient as testing explicitly. Non-primitive fields are compared using 407 * not as efficient as testing explicitly. Non-primitive fields are compared using 419 * (and non primitive wrapper) field types will be compared by 459 * not as efficient as testing explicitly. Non-primitive fields are compared using [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Comparator.java | 107 * @param <T> the type of objects that may be compared by this comparator 143 * @param o1 the first object to be compared. 144 * @param o2 the second object to be compared. 151 * being compared by this comparator. 227 * extracts a key to be compared with the given {@code Comparator}. 336 * @param <T> the {@link Comparable} type of element to be compared 353 * @param <T> the {@link Comparable} type of element to be compared 374 * @param <T> the type of the elements to be compared 395 * @param <T> the type of the elements to be compared 424 * @param <T> the type of element to be compared [all …]
|
D | NavigableMap.java | 112 * @throws ClassCastException if the specified key cannot be compared 126 * @throws ClassCastException if the specified key cannot be compared 141 * @throws ClassCastException if the specified key cannot be compared 155 * @throws ClassCastException if the specified key cannot be compared 170 * @throws ClassCastException if the specified key cannot be compared 184 * @throws ClassCastException if the specified key cannot be compared 199 * @throws ClassCastException if the specified key cannot be compared 213 * @throws ClassCastException if the specified key cannot be compared 327 * cannot be compared to one another using this map's comparator 331 * cannot be compared to keys currently in the map. [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Comparator.java | 107 * @param <T> the type of objects that may be compared by this comparator 143 * @param o1 the first object to be compared. 144 * @param o2 the second object to be compared. 151 * being compared by this comparator. 227 * extracts a key to be compared with the given {@code Comparator}. 336 * @param <T> the {@link Comparable} type of element to be compared 353 * @param <T> the {@link Comparable} type of element to be compared 374 * @param <T> the type of the elements to be compared 395 * @param <T> the type of the elements to be compared 424 * @param <T> the type of element to be compared [all …]
|
H A D | NavigableMap.java | 112 * @throws ClassCastException if the specified key cannot be compared 126 * @throws ClassCastException if the specified key cannot be compared 141 * @throws ClassCastException if the specified key cannot be compared 155 * @throws ClassCastException if the specified key cannot be compared 170 * @throws ClassCastException if the specified key cannot be compared 184 * @throws ClassCastException if the specified key cannot be compared 199 * @throws ClassCastException if the specified key cannot be compared 213 * @throws ClassCastException if the specified key cannot be compared 327 * cannot be compared to one another using this map's comparator 331 * cannot be compared to keys currently in the map. [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Comparator.java | 107 * @param <T> the type of objects that may be compared by this comparator 143 * @param o1 the first object to be compared. 144 * @param o2 the second object to be compared. 151 * being compared by this comparator. 227 * extracts a key to be compared with the given {@code Comparator}. 336 * @param <T> the {@link Comparable} type of element to be compared 353 * @param <T> the {@link Comparable} type of element to be compared 374 * @param <T> the type of the elements to be compared 395 * @param <T> the type of the elements to be compared 424 * @param <T> the type of element to be compared [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/ |
D | NavigableMap.java | 112 * @throws ClassCastException if the specified key cannot be compared 126 * @throws ClassCastException if the specified key cannot be compared 141 * @throws ClassCastException if the specified key cannot be compared 155 * @throws ClassCastException if the specified key cannot be compared 170 * @throws ClassCastException if the specified key cannot be compared 184 * @throws ClassCastException if the specified key cannot be compared 199 * @throws ClassCastException if the specified key cannot be compared 213 * @throws ClassCastException if the specified key cannot be compared 327 * cannot be compared to one another using this map's comparator 331 * cannot be compared to keys currently in the map. [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/ |
D | expr2.go | 43 _ = e /* ERROR "[10]func() int cannot be compared" */ == e 77 _ = u /* ERROR "cannot be compared" */ == u 214 _ = interface{}(nil) == [ /* ERROR "slice can only be compared to nil" */ ]int(nil) 220 _ = e == s // ERROR "slice can only be compared to nil" 221 _ = s /* ERROR "slice can only be compared to nil" */ == e 234 _ = s /* ERROR "slice can only be compared to nil" */ == s 246 _ = m /* ERROR "map can only be compared to nil" */ == m 258 _ = f /* ERROR "func can only be compared to nil" */ == f
|